llvm-project/clang/lib
Chris Lattner 6403198468 drop the _ID suffixes from block names.
llvm-svn: 70169
2009-04-27 00:40:25 +00:00
..
AST Add a bit more handling for declarations like "int a[*]". 2009-04-26 21:57:51 +00:00
Analysis Implement function-try-blocks. However, there's a very subtle bug that I can't track down. 2009-04-26 20:35:05 +00:00
Basic Some fixes for PCH (de-)serialization of Objective-C AST nodes: 2009-04-26 22:20:50 +00:00
CodeGen Implement function-try-blocks. However, there's a very subtle bug that I can't track down. 2009-04-26 20:35:05 +00:00
Driver Turn PCH off by default, yet again. I'm happier about it this time, though 2009-04-26 23:15:05 +00:00
Frontend drop the _ID suffixes from block names. 2009-04-27 00:40:25 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex Lazily load the controlling macros for all of the headers known in the 2009-04-25 23:30:02 +00:00
Parse The mysterious bug turns out to be an incredibly bone-headed mistake. 2009-04-26 21:08:36 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Add a bit more handling for declarations like "int a[*]". 2009-04-26 21:57:51 +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