hanchenye-llvm-project/clang/lib/AST
Chris Lattner 14311925f2 fix PR3258 by rejecting invalid numeric operands.
llvm-svn: 66618
2009-03-11 00:23:13 +00:00
..
APValue.cpp Remove some now-unneeded calls to llvm::errs().flush(). 2009-03-10 18:00:19 +00:00
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Implement template instantiation for ClassTemplateSpecializationTypes, 2009-03-09 23:48:35 +00:00
Builtins.cpp Create a new TypeNodes.def file that enumerates all of the types, 2009-02-26 23:50:07 +00:00
CFG.cpp Fixup spacing. 2009-02-26 08:00:25 +00:00
CMakeLists.txt Basic representation of C++ class templates, from Andrew Sutton. 2009-02-04 19:02:06 +00:00
Decl.cpp Add type checking for tentative definitions at the end of the 2009-03-10 23:43:53 +00:00
DeclBase.cpp rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. 2009-03-05 08:00:35 +00:00
DeclCXX.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
DeclGroup.cpp Remove DeclGroupOwningRef, since we intend for declarations to be owned 2009-02-13 19:06:18 +00:00
DeclObjC.cpp Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). 2009-03-01 16:12:44 +00:00
DeclSerialization.cpp Refactor FieldDecls to be ValueDecls instead of NamedDecls. 2009-02-10 20:06:48 +00:00
DeclTemplate.cpp Implement template instantiation for ClassTemplateSpecializationTypes, 2009-03-09 23:48:35 +00:00
DeclarationName.cpp fix long lines. 2009-02-16 22:33:34 +00:00
Expr.cpp Minor cleanup for choose expressions: add a helper that returns the 2009-03-04 05:52:32 +00:00
ExprCXX.cpp Make more AST nodes and semantic checkers dependent-expression-aware. 2009-02-26 14:39:58 +00:00
ExprConstant.cpp Minor cleanup for choose expressions: add a helper that returns the 2009-03-04 05:52:32 +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 fix PR3258 by rejecting invalid numeric operands. 2009-03-11 00:23:13 +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 Remove some now-unneeded calls to llvm::errs().flush(). 2009-03-10 18:00:19 +00:00
StmtSerialization.cpp Change Parser::ParseCaseStatement to use an iterative approach to parsing 2009-03-04 04:23:07 +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 Extend the notion of active template instantiations to include the 2009-03-10 20:44:00 +00:00
TypeSerialization.cpp Implement template instantiation for ClassTemplateSpecializationTypes, 2009-03-09 23:48:35 +00:00