clang-1/include/clang
Ted Kremenek 1060aff23f Fix more strict-aliasing warnings.
Fix indentation of class declarations in ExprCXX.h


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52380 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-17 03:11:08 +00:00
..
AST Fix more strict-aliasing warnings. 2008-06-17 03:11:08 +00:00
Analysis Mark the right ctor explicit, patch by Cédric Venet 2008-06-07 19:56:57 +00:00
Basic Use a common SourceManager when processing multiple files. This allows us to cache the contents of source files already loaded from disk. 2008-06-06 22:42:39 +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 implement the alias attirbute (in both Sema and Codegen) 2008-06-08 15:45:52 +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