llvm-project/clang/lib/AST
Daniel Dunbar 5d5dbb1754 Remove non-const form of lookupFieldDeclForIvar.
llvm-svn: 69563
2009-04-20 00:37:55 +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 decl type merges when they have 2009-04-15 21:54:48 +00:00
Builtins.cpp Propagate the ASTContext to various AST traversal and lookup functions. 2009-04-09 21:40:53 +00:00
CFG.cpp CFG: when there is not continue or break target, mark the CFG as bad. 2009-04-07 18:53:24 +00:00
CMakeLists.txt Update CMake file. Patch by Brian Diekelman! 2009-04-01 19:11:05 +00:00
Decl.cpp Lazy deserialization of function bodies for PCH files. For the Carbon 2009-04-18 00:07:54 +00:00
DeclBase.cpp Various minor fixes to PCH reading and writing, with general 2009-04-10 17:25:41 +00:00
DeclCXX.cpp Add support for the __has_trivial_destructor type trait. 2009-04-17 02:34:54 +00:00
DeclGroup.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
DeclObjC.cpp Remove non-const form of lookupFieldDeclForIvar. 2009-04-20 00:37:55 +00:00
DeclSerialization.cpp FunctionDecl::getBody() is getting an ASTContext argument for use in 2009-04-18 00:02:19 +00:00
DeclTemplate.cpp Introduce a new expression type, UnresolvedDeclRefExpr, that describes 2009-03-19 17:26:29 +00:00
DeclarationName.cpp add an assertion for unreachable code. 2009-03-21 06:40:50 +00:00
Expr.cpp FunctionDecl::getBody() is getting an ASTContext argument for use in 2009-04-18 00:02:19 +00:00
ExprCXX.cpp Add support for the __has_trivial_destructor type trait. 2009-04-17 02:34:54 +00:00
ExprConstant.cpp Fix <rdar://problem/6765383> clang-6: clang does not appear to support declaring a static Block 'const'. 2009-04-16 19:02:57 +00:00
InheritViz.cpp [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that 2008-11-13 05:09:21 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
NestedNameSpecifier.cpp Parsing, semantic analysis, and template instantiation for typename 2009-04-01 00:28:59 +00:00
ParentMap.cpp Another ParentMap bug: only the right side of a comma expression is consumed. 2009-04-09 05:34:31 +00:00
Stmt.cpp PCH support for inline assembly statements. 2009-04-17 20:57:14 +00:00
StmtDumper.cpp Audit __private_extern__ handling. 2009-04-14 02:25:56 +00:00
StmtIterator.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
StmtPrinter.cpp Audit __private_extern__ handling. 2009-04-14 02:25:56 +00:00
StmtSerialization.cpp Add location info for indirect goto. 2009-04-19 01:04:21 +00:00
StmtViz.cpp Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. 2008-10-07 23:09:49 +00:00
TemplateName.cpp add TemplateName.cpp/h to the xcode project, minor tidying. 2009-04-02 06:07:12 +00:00
Type.cpp Give Type::getDesugaredType a "for-display" mode that can apply more 2009-04-01 15:47:24 +00:00
TypeSerialization.cpp Improve the representation of template names in the AST. This 2009-03-30 22:58:21 +00:00