hanchenye-llvm-project/clang/lib
Eli Friedman 678d3bac03 Targets without long long should reduce the size of intmax_t
accordingly.

llvm-svn: 71966
2009-05-16 23:30:57 +00:00
..
AST Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though. 2009-05-16 18:50:46 +00:00
Analysis Fix: <rdar://problem/6893565> False positive: don't flag leaks for return types that cannot be determined to be CF types 2009-05-16 01:38:01 +00:00
Basic Targets without long long should reduce the size of intmax_t 2009-05-16 23:30:57 +00:00
CodeGen extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728. 2009-05-16 21:02:39 +00:00
Driver Driver: Emit an unsupported error on -iframework. 2009-05-13 19:05:04 +00:00
Frontend Template instantiation for IndirectGotoStmt. Now my life is complete. 2009-05-16 00:20:29 +00:00
Headers Fix for PR3841: follow gcc's example and fall back to the system 2009-05-03 23:00:48 +00:00
Lex PR3942: Don't warn on unsigned overflow in preprocessor expressions. 2009-05-16 21:24:10 +00:00
Parse Implement a FIXME, we now pass in the locations of the braces for enums. 2009-05-16 07:06:02 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Refactor address-of-void extension a bit so that it's more obviously 2009-05-16 23:27:50 +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