hanchenye-llvm-project/clang/lib/AST
Anders Carlsson 4bb87ce33e Improve instantiation of UnresolvedUsingDecls.
llvm-svn: 80434
2009-08-29 19:37:28 +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 Improve instantiation of UnresolvedUsingDecls. 2009-08-29 19:37:28 +00:00
CMakeLists.txt Update CMakeLists. 2009-08-19 12:02:15 +00:00
Decl.cpp Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. 2009-08-21 00:31:54 +00:00
DeclBase.cpp For consistency, just make friend declarations AS_public. 2009-08-29 03:50:18 +00:00
DeclCXX.cpp Store the SourceLocation of right parentheses in member initializers. Patch by Anders Johnsen! 2009-08-29 01:31:33 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. 2009-08-19 01:27:57 +00:00
DeclPrinter.cpp Add printing of access specifiers to DeclPrinter. The formatting is pretty bad but it works :) 2009-08-28 22:39:52 +00:00
DeclTemplate.cpp Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. 2009-08-21 00:31:54 +00:00
DeclarationName.cpp Introduce the canonical type smart pointers, and use them in a few places to 2009-08-05 05:36:45 +00:00
Expr.cpp Get rid of mostly-unused, buggy method. 2009-08-29 19:09:59 +00:00
ExprCXX.cpp Implement __is_empty. Patch by Sean Hunt. 2009-08-15 21:55:26 +00:00
ExprConstant.cpp Get rid of mostly-unused, buggy method. 2009-08-29 19:09:59 +00:00
InheritViz.cpp Update clang for raw_fd_ostream no longer requiring F_Force. 2009-08-25 15:36:09 +00:00
Makefile Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
NestedNameSpecifier.cpp Improve diagnostics and recovery when the nested-name-specifier of a 2009-08-26 00:04:55 +00:00
ParentMap.cpp Add ParentMap:getParentIgnoreParens(). 2009-05-11 19:49:27 +00:00
RecordLayoutBuilder.cpp Refine vbase offset calculations. WIP. 2009-08-16 19:04:13 +00:00
RecordLayoutBuilder.h Refine vbase offset calculations. WIP. 2009-08-16 19:04:13 +00:00
Stmt.cpp Fix build of clang with gcc-4.4: #include <cstdio> was missing. 2009-08-24 13:25:12 +00:00
StmtDumper.cpp path to ir-gen 12.3.1 Conversion by constructor 2009-08-28 22:04:50 +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 When a member reference expression includes a qualifier on the member 2009-08-26 22:36:53 +00:00
StmtProfile.cpp When a member reference expression includes a qualifier on the member 2009-08-26 22:36:53 +00:00
StmtViz.cpp cerr -> errs. 2009-08-23 08:52:09 +00:00
TemplateName.cpp [llvm up] 2009-07-29 18:26:50 +00:00
Type.cpp Canonicalize dependent extended vector types. 2009-07-31 03:54:25 +00:00
TypeLoc.cpp Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and reading source information for types. 2009-08-19 01:27:32 +00:00