]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import Clang r73954.
authored <ed@FreeBSD.org>
Tue, 23 Jun 2009 14:50:21 +0000 (14:50 +0000)
committered <ed@FreeBSD.org>
Tue, 23 Jun 2009 14:50:21 +0000 (14:50 +0000)
commitda468bf93e74598f985f4988936ee5ca2dc9a38c
tree64b43af65e97f7659637c9ac028e39af2e26b841
parent8927c19a5ed03bef55dac4b623688387bcc794dc
Import Clang r73954.
55 files changed:
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclTemplate.h
include/clang/Analysis/PathSensitive/Environment.h
include/clang/Analysis/PathSensitive/GRExprEngine.h
include/clang/Analysis/PathSensitive/GRState.h
include/clang/Analysis/PathSensitive/MemRegion.h
include/clang/Analysis/PathSensitive/SVals.h
include/clang/Analysis/PathSensitive/ValueManager.h
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/SourceLocation.h
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/AST/Decl.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclTemplate.cpp
lib/Analysis/BasicStore.cpp
lib/Analysis/CFRefCount.cpp
lib/Analysis/Environment.cpp
lib/Analysis/GRExprEngine.cpp
lib/Analysis/GRExprEngineInternalChecks.cpp
lib/Analysis/GRSimpleVals.cpp
lib/Analysis/MemRegion.cpp
lib/Analysis/RegionStore.cpp
lib/Analysis/SVals.cpp
lib/Analysis/ValueManager.cpp [new file with mode: 0644]
lib/Basic/SourceManager.cpp
lib/Basic/Targets.cpp
lib/CodeGen/CGCall.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Frontend/Warnings.cpp
lib/Lex/Lexer.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseTemplate.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaTemplateInstantiateExpr.cpp
lib/Sema/SemaTemplateInstantiateStmt.cpp
test/CodeGen/functions.c
test/CodeGenCXX/implicit-instantiation-1.cpp [new file with mode: 0644]
test/SemaCXX/default-constructor-initializers.cpp
test/SemaTemplate/class-template-decl.cpp
test/SemaTemplate/example-dynarray.cpp
test/SemaTemplate/implicit-instantiation-1.cpp [new file with mode: 0644]