hanchenye-llvm-project/clang/AST
Anders Carlsson 660bdd1c87 Keep track of whether the asm is volatile or not.
llvm-svn: 44297
2007-11-23 23:12:25 +00:00
..
ASTContext.cpp Put back the flags field in the constant CF string type. 2007-11-19 00:25:30 +00:00
Builtins.cpp Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on 2007-10-29 04:18:06 +00:00
CFG.cpp Fixed bug in WalkaST_VisitDeclSubExprs where we failed to properly check if 2007-11-18 20:06:01 +00:00
Decl.cpp Add category method definitions incrementally, removing a FIXME (like we do for class implementations). 2007-11-12 22:05:31 +00:00
DeclSerialization.cpp Fixed bug in the serialization of FunctionDecls. We would incorrectly 2007-11-16 18:11:10 +00:00
Expr.cpp Finish up variadic methods/messages. 2007-11-15 13:05:42 +00:00
ExprCXX.cpp Fixed DeclStmt::child_begin() to actually create an iterator that 2007-10-18 23:28:49 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp Keep track of whether the asm is volatile or not. 2007-11-23 23:12:25 +00:00
StmtDumper.cpp Now that we are passing back "free standing decls", make sure -ast-dump works like -ast-print. 2007-11-17 21:37:36 +00:00
StmtIterator.cpp Added support for StmtIterators to iterate over the size expressions 2007-10-29 21:38:03 +00:00
StmtPrinter.cpp Keep track of whether the asm is volatile or not. 2007-11-23 23:12:25 +00:00
StmtSerialization.cpp Keep track of whether the asm is volatile or not. 2007-11-23 23:12:25 +00:00
StmtViz.cpp Added support to clang driver to view ASTs using GraphViz. This 2007-09-19 21:29:43 +00:00
Type.cpp Encoding for objectiive-c methods. 2007-10-29 22:57:28 +00:00
TypeSerialization.cpp Fixed bug when serializing QualTypes where we were serializing in the 2007-11-14 23:35:01 +00:00