llvm-project/clang/include/clang
Eli Friedman 8547e1d129 Don't assume that the type of a FunctionDecl is a FunctionType; that
assumption isn't accurate in the presence of typedefs.

llvm-svn: 51951
2008-06-04 17:58:41 +00:00
..
AST Don't assume that the type of a FunctionDecl is a FunctionType; that 2008-06-04 17:58:41 +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