hanchenye-llvm-project/clang/lib/AST
Chris Lattner 465fa32cd5 Wrap long lines and other minor cleanups, no functionality change.
llvm-svn: 57119
2008-10-05 17:34:18 +00:00
..
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Wrap long lines and other minor cleanups, no functionality change. 2008-10-05 17:34:18 +00:00
Builtins.cpp Fix va_arg handling to do argument decaying at the correct place. This 2008-09-29 22:28:25 +00:00
CFG.cpp Reverse the RHSBlock of LogicalOp && and || 2008-10-04 05:48:38 +00:00
Decl.cpp Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. 2008-10-03 00:02:03 +00:00
DeclBase.cpp Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs. 2008-08-20 03:26:33 +00:00
DeclCXX.cpp Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it. 2008-09-05 17:16:31 +00:00
DeclGroup.cpp Delete trailing white space. It's over 80 columns. 2008-09-27 03:27:29 +00:00
DeclObjC.cpp Fix "possibly uninitialized" warning. 2008-08-27 05:13:46 +00:00
DeclSerialization.cpp Remove "NextDecl" from RecordDecl. This change touches many files that where RecordDecl or CXXRecordDecl was constructed, always with an argument of 'NULL' for the previous declaration. 2008-09-05 01:34:33 +00:00
Expr.cpp Add Builtins.def attribute for "can be a constant expression". 2008-10-02 23:30:31 +00:00
ExprCXX.cpp Change line endings: CRLF -> LF 2008-09-10 02:14:49 +00:00
ExprConstant.cpp Initial implementation of floats in Expr::tryEvaluate; this doesn't 2008-08-22 00:06:13 +00:00
Makefile
ParentMap.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Stmt.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtDumper.cpp Fix ObjCPropertRefExpr to be able to encode all the information for 2008-09-03 00:27:26 +00:00
StmtIterator.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtPrinter.cpp Remove BlockStmtExpr. 2008-09-17 18:37:59 +00:00
StmtSerialization.cpp Remove BlockStmtExpr. 2008-09-17 18:37:59 +00:00
StmtViz.cpp Patch by Csaba Hruska! 2008-09-13 05:16:45 +00:00
TranslationUnit.cpp Patch by Csaba Hruska and Peter Neumark: 2008-07-10 22:10:48 +00:00
Type.cpp Make VectorType printing less broken. 2008-10-05 05:43:11 +00:00
TypeSerialization.cpp First wave of changes to support "blocks" (an extension to C). 2008-08-27 16:04:49 +00:00