clang-1/lib
Douglas Gregor 67d8249924 PCH support for do-while and for loops
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69334 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-17 00:29:51 +00:00
..
AST PCH support for the first batch of statements, including null, 2009-04-17 00:04:06 +00:00
Analysis Add analyzer support for objc_atomicCompareAndSwap() 2009-04-11 00:54:13 +00:00
Basic optimize and comment GetDiagInfo. 2009-04-16 06:13:46 +00:00
CodeGen Implement basic code generation of constructor calls. We can now compile: 2009-04-17 00:06:03 +00:00
Driver Driver: Allow using clang as a precompiler, even if it is an 2009-04-16 23:10:13 +00:00
Frontend PCH support for do-while and for loops 2009-04-17 00:29:51 +00:00
Headers define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. 2009-04-07 05:12:42 +00:00
Lex Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Parse Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. 2009-04-16 17:51:27 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Fixup semantic analysis for nested blocks, and allow block literal 2009-04-17 00:09:41 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00