hanchenye-llvm-project/clang/lib
Daniel Dunbar 092f0ccd9c Pass -fdiagnostics-show-option to clang-cc by default.
- <rdar://problem/6796848> implement -fdiagnostics-show-option

llvm-svn: 69276
2009-04-16 06:32:38 +00:00
..
AST PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. 2009-04-16 00:55:48 +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 Fixup codegen for copy/dispose for block literals. Radar 6791245 2009-04-15 22:11:36 +00:00
Driver Pass -fdiagnostics-show-option to clang-cc by default. 2009-04-16 06:32:38 +00:00
Frontend tblgen is now passing diagnostic group information in the .inc file, ignore it everywhere. 2009-04-16 05:52:14 +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 Add support for the __has_trivial_constructor type trait. 2009-04-16 00:08:20 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Disable the code I added before until I understand what's causing default2.cpp to fail. 2009-04-16 05:35: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