hanchenye-llvm-project/clang/lib/AST
Chris Lattner 4d1eb76ada newly factored, we can now move the set and destroy methods out of line.
llvm-svn: 65166
2009-02-20 21:16:26 +00:00
..
APValue.cpp Support evaluation of vector constant expressions, and codegen of same. 2009-01-18 03:20:47 +00:00
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp remove some more methods from objc decls, using the iterator 2009-02-20 18:43:26 +00:00
Builtins.cpp fix warning in no-assert mode. 2009-02-19 06:41:13 +00:00
CFG.cpp Remove DeclGroupOwningRef, since we intend for declarations to be owned 2009-02-13 19:06:18 +00:00
CMakeLists.txt Basic representation of C++ class templates, from Andrew Sutton. 2009-02-04 19:02:06 +00:00
Decl.cpp Static variables and functions won't collide with standard library 2009-02-17 03:23:10 +00:00
DeclBase.cpp optimize the 'StoredDeclsMap' for the common case where there is 2009-02-20 01:44:05 +00:00
DeclCXX.cpp Added ClassTemplateSpecializationDecl, which is a subclass of 2009-02-17 01:05:43 +00:00
DeclGroup.cpp Remove DeclGroupOwningRef, since we intend for declarations to be owned 2009-02-13 19:06:18 +00:00
DeclObjC.cpp newly factored, we can now move the set and destroy methods out of line. 2009-02-20 21:16:26 +00:00
DeclSerialization.cpp Refactor FieldDecls to be ValueDecls instead of NamedDecls. 2009-02-10 20:06:48 +00:00
DeclTemplate.cpp Implement basic parsing and semantic analysis for explicit 2009-02-17 23:15:12 +00:00
DeclarationName.cpp fix long lines. 2009-02-16 22:33:34 +00:00
Expr.cpp A few small tweaks to isConstantInitializer. (No test because this 2009-02-20 02:36:22 +00:00
ExprCXX.cpp Rename UnaryTypeTraitExpr::Evaluate to EvaluateTrait to not collide 2009-02-17 23:20:26 +00:00
ExprConstant.cpp Handle constant int -> ptr casts of lvalue results. 2009-02-20 18:22:23 +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
ParentMap.cpp Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression. 2009-01-20 00:47:45 +00:00
Stmt.cpp Remove DeclGroupOwningRef, since we intend for declarations to be owned 2009-02-13 19:06:18 +00:00
StmtDumper.cpp Semantic analysis, ASTs, and unqualified name lookup support for C++ 2009-02-03 19:21:40 +00:00
StmtIterator.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
StmtPrinter.cpp rip out __builtin_overload 2009-02-18 22:14:55 +00:00
StmtSerialization.cpp Add enough checking to ensure that non-constant block literals don't 2009-02-19 22:01:56 +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
TranslationUnit.cpp fix long lines. 2009-02-16 22:33:34 +00:00
Type.cpp pretty printing vector types should print the element type, not just the attribute. 2009-02-19 23:42:29 +00:00
TypeSerialization.cpp Renamed ASQualType to ExtQualType to reflect its more 2009-02-17 18:27:45 +00:00