hanchenye-llvm-project/clang/AST
Chris Lattner 3f5e4680fb move a switch to common code.
llvm-svn: 40967
2007-08-09 17:34:19 +00:00
..
ASTContext.cpp Add comments to getTypeOfExpr/getTypeOfType. 2007-08-01 18:02:17 +00:00
Builtins.cpp Add support for __builtin_classify_type(). This builtin function isn't "public", however 2007-08-08 17:48:34 +00:00
Decl.cpp Fix "no newline at end of file" warnings. Patch contributed by 2007-07-12 15:43:07 +00:00
Expr.cpp Finish implementing __builtin_classify_type()... 2007-08-08 22:15:55 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
StmtDumper.cpp dump strings with escapes and other stuff in them nicely. 2007-08-09 17:14:24 +00:00
StmtPrinter.cpp move a switch to common code. 2007-08-09 17:34:19 +00:00
StmtVisitor.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
Type.cpp add a new AST dumper interface (E->dump()). This dumps out 2007-08-08 22:51:59 +00:00