llvm-project/clang/include/clang
Steve Naroff a2981a2c7b Add a few more built-in functions.
llvm-svn: 51921
2008-06-03 22:16:48 +00:00
..
AST Add a few more built-in functions. 2008-06-03 22:16:48 +00:00
Analysis - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h 2008-05-29 21:12:08 +00:00
Basic Re-fix r51907 in a way which doesn't affect valid code. This essentially 2008-06-03 21:01:11 +00:00
CodeGen Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. 2008-05-08 08:54:20 +00:00
Lex Neil pointed out that clang doesn't generate ranges from diagnostics 2008-05-05 06:45:50 +00:00
Parse handle the full assignment-expression grammar when using an 2008-06-02 21:31:07 +00:00
Rewrite Update to follow recent LLVM changes 2008-05-29 17:42:01 +00:00
Sema rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} 2008-02-06 00:23:21 +00:00