clang-1/lib
Eli Friedman c56c977f44 Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give
it a few days to make sure there aren't any significant regressions.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51273 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-19 20:29:35 +00:00
..
AST Added CFGBlock::hasBinaryBranchTerminator(). 2008-05-16 16:06:00 +00:00
Analysis Micro-optimization when checking for panic functions. 2008-05-17 00:42:01 +00:00
Basic set long/pointers to 64-bits on ppc64/x86-64 2008-05-09 06:17:04 +00:00
CodeGen Fix the emission of expressions like char a[10] = "asdf"; previously, 2008-05-19 17:51:16 +00:00
Headers Use double-underscores in front of all non-keywords to protect against 2008-05-14 20:32:22 +00:00
Lex Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFConstantStringClassReference[];" should be extern "C". 2008-05-15 21:12:10 +00:00
Parse -Implement proper name lookup for namespaces. 2008-05-09 23:39:43 +00:00
Rewrite Fix rdar://5919567: assertion failure: split didn't occur before erase! 2008-05-08 03:23:46 +00:00
Sema Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give 2008-05-19 20:29:35 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00