llvm-project/clang/lib/AST
Mike Stump 21e0f895a1 Fix PR4624.
llvm-svn: 77176
2009-07-27 00:44:23 +00:00
..
APValue.cpp Remove some now-unneeded calls to llvm::errs().flush(). 2009-03-10 18:00:19 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Fix PR4624. 2009-07-27 00:44:23 +00:00
CMakeLists.txt Update CMake 2009-07-19 00:40:45 +00:00
Decl.cpp Template instantiation for static data members that are defined out-of-line. 2009-07-24 20:34:43 +00:00
DeclBase.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
DeclCXX.cpp Some code refactoring per Daniel's feedback. 2009-07-25 01:08:28 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into one 2009-07-25 22:16:03 +00:00
DeclPrinter.cpp More work toward initialization of objects 2009-07-24 17:57:02 +00:00
DeclTemplate.cpp Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. 2009-07-18 00:34:25 +00:00
DeclarationName.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
Expr.cpp Allow front-end 'isa' access on object's of type 'id'. 2009-07-24 17:54:45 +00:00
ExprCXX.cpp This patch fixes the implementations of the __has_trivial_destructor 2009-07-23 23:49:00 +00:00
ExprConstant.cpp This patch fixes the implementations of the __has_trivial_destructor 2009-07-23 23:49:00 +00:00
InheritViz.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
NestedNameSpecifier.cpp Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00
ParentMap.cpp Add ParentMap:getParentIgnoreParens(). 2009-05-11 19:49:27 +00:00
RecordLayoutBuilder.cpp ir-gen for non-virtual base class initialization 2009-07-25 21:12:28 +00:00
RecordLayoutBuilder.h Add include needed for MSVC. 2009-07-19 02:17:34 +00:00
Stmt.cpp Simplify printing of the statistics for types. 2009-05-26 14:40:08 +00:00
StmtDumper.cpp Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00
StmtIterator.cpp When evaluating a VarDecl as a constant or determining whether it is 2009-05-26 18:54:04 +00:00
StmtPrinter.cpp Allow front-end 'isa' access on object's of type 'id'. 2009-07-24 17:54:45 +00:00
StmtViz.cpp Update for LLVM API changes. 2009-06-24 17:37:55 +00:00
TemplateName.cpp Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00
Type.cpp Add noreturn as a type attribute, handle printing for them and handle 2009-07-25 21:26:53 +00:00