hanchenye-llvm-project/clang/lib/AST
David Blaikie 68e081d606 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
llvm-svn: 146959
2011-12-20 02:48:34 +00:00
..
APValue.cpp Add missing flush call. This is an attempt to fix a broken Windows buildbot. 2011-12-16 22:12:23 +00:00
ASTConsumer.cpp Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 2011-11-18 00:26:59 +00:00
ASTContext.cpp If there is a definition of an ObjCInterfaceDecl, make it the Decl returned from the corresponding ObjCInterfaceType 2011-12-16 16:34:57 +00:00
ASTDiagnostic.cpp Change the checks in the type aka printing. A confusing case where the string 2011-11-14 19:39:25 +00:00
ASTImporter.cpp constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' 2011-12-19 06:19:21 +00:00
AttrImpl.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
CMakeLists.txt Allow getting all source locations of selector identifiers in a ObjCMessageExpr. 2011-10-03 06:36:51 +00:00
CXXABI.h
CXXInheritance.cpp
Decl.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
DeclBase.cpp Introduce the core infrastructure needed to model a complete 2011-12-15 18:03:09 +00:00
DeclCXX.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
DeclFriend.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
DeclGroup.cpp
DeclObjC.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
DeclPrinter.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
DeclTemplate.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
DeclarationName.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
DumpXML.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
Expr.cpp Teach isConstantInitializer that numeric literals are constants, rather than 2011-12-09 06:47:34 +00:00
ExprCXX.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
ExprClassification.cpp Reference initialization with initializer lists. 2011-11-27 16:50:07 +00:00
ExprConstant.cpp Evaluation support for ExprWithCleanups. We won't evaluate any expression which 2011-12-19 22:12:41 +00:00
ExternalASTSource.cpp
InheritViz.cpp
ItaniumCXXABI.cpp
ItaniumMangle.cpp Fix mangling substitutions for address-space-qualified class 2011-12-03 18:24:43 +00:00
Makefile
Mangle.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
MicrosoftCXXABI.cpp
MicrosoftMangle.cpp Add Microsoft mangling of constructors and destructors. Patch by Dmitry! 2011-12-01 09:55:00 +00:00
NestedNameSpecifier.cpp Add a printing policy flag to suppress printing "<anonymous>::" prior 2011-11-03 00:16:13 +00:00
ParentMap.cpp
RecordLayout.cpp More ASTRecordLayout changes for MS ABI; based on patch by r4start. 2011-10-21 22:49:56 +00:00
RecordLayoutBuilder.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
SelectorLocationsKind.cpp Fix crash when using archaic protocol, rdar://10238337 2011-10-05 21:28:06 +00:00
Stmt.cpp Extend the Stmt AST to make it easier to look through label, default, 2011-09-10 00:02:34 +00:00
StmtDumper.cpp There's no good reason to track temporaries in ExprWithCleanups, 2011-11-10 05:35:25 +00:00
StmtIterator.cpp
StmtPrinter.cpp Implement support for the __is_final type trait, to determine whether 2011-12-03 18:14:24 +00:00
StmtProfile.cpp Change the AST representation of operations on Objective-C 2011-11-06 09:01:30 +00:00
StmtViz.cpp
TemplateBase.cpp Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
TemplateName.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Type.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
TypeLoc.cpp Provide better source info for template specializations with non-type arguments. 2011-11-22 20:00:10 +00:00
TypePrinter.cpp TypePrinter: print OpenCL address space names. Patch by Richard 2011-11-08 02:52:58 +00:00
VTTBuilder.cpp Move VTT builder to AST 2011-09-26 01:56:24 +00:00
VTableBuilder.cpp Make format string 64 bit safe. 2011-11-06 09:34:11 +00:00