llvm-project/clang/lib/AST
Mike Stump 722cedfb0d __builtin_object_size refinements. WIP.
llvm-svn: 85136
2009-10-26 18:35:08 +00:00
..
APValue.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Switch alloca/sprintf to SmallString/raw_ostream. 2009-10-24 09:57:09 +00:00
CMakeLists.txt Refactor the code that walks a C++ inheritance hierarchy, searching 2009-10-06 17:59:45 +00:00
CXXInheritance.cpp Canonicality is a property of qualified types, not unqualified types. 2009-10-22 20:10:53 +00:00
Decl.cpp Preserve type source information in TypedefDecls. Preserve it across 2009-10-24 08:00:42 +00:00
DeclBase.cpp Remove OriginalTypeParmDecl; the original type is the one specified 2009-10-23 21:48:59 +00:00
DeclCXX.cpp Audit the code for places where it is assumed that every base specifier refers to a RecordType. Add assertions or conditions as appropriate. This fixes another crash in the Apache stdlib vector. 2009-10-25 17:03:50 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp tweaked my last patch to 1) preserve the protocol in 2009-10-05 21:32:49 +00:00
DeclPrinter.cpp Remove OriginalTypeParmDecl; the original type is the one specified 2009-10-23 21:48:59 +00:00
DeclTemplate.cpp Correct a comment. 2009-10-23 22:13:42 +00:00
DeclarationName.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
Expr.cpp Fix overload resolution when calling a member template or taking the 2009-10-24 04:59:53 +00:00
ExprCXX.cpp Improve handling of initialization by constructor, by ensuring that 2009-09-09 23:08:42 +00:00
ExprConstant.cpp __builtin_object_size refinements. WIP. 2009-10-26 18:35:08 +00:00
InheritViz.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
NestedNameSpecifier.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParentMap.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
RecordLayoutBuilder.cpp Audit the code for places where it is assumed that every base specifier refers to a RecordType. Add assertions or conditions as appropriate. This fixes another crash in the Apache stdlib vector. 2009-10-25 17:03:50 +00:00
RecordLayoutBuilder.h Update location of DataTypes.h to reflect move in LLVM with r85086. 2009-10-26 01:37:10 +00:00
Stmt.cpp Move clients to use IdentifierInfo::getNameStart() instead of getName() 2009-10-18 20:26:12 +00:00
StmtDumper.cpp Move clients to use IdentifierInfo::getNameStart() instead of getName() 2009-10-18 20:26:12 +00:00
StmtIterator.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
StmtPrinter.cpp Eliminate QualifiedDeclRefExpr, which captured the notion of a 2009-10-23 18:54:35 +00:00
StmtProfile.cpp Eliminate QualifiedDeclRefExpr, which captured the notion of a 2009-10-23 18:54:35 +00:00
StmtViz.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
TemplateName.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Type.cpp When building types from declarators, instead of building two types (one for 2009-10-22 22:37:11 +00:00
TypeLoc.cpp Suppress build warning. 2009-10-19 01:20:42 +00:00