llvm-project/clang/lib
Chris Lattner 3b024a3c9e Move Sema::ActOnLinkageSpec to SemaDeclCXX.
llvm-svn: 61125
2008-12-17 07:09:26 +00:00
..
AST Make sure that enumerators show up within the enumeration declaration. Fixes. PR clang/3220 2008-12-17 02:04:30 +00:00
Analysis Add new GRWorkList class that uses two queues: 2008-12-16 22:13:33 +00:00
Basic instead of forcing blocks on by default, make them default to off, but let 2008-12-04 23:20:07 +00:00
CodeGen Warning fixes to operator precedence warnings. 2008-12-16 20:06:41 +00:00
Driver add missing gentoo c++ include paths 2008-12-07 12:11:37 +00:00
Headers Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer 2008-12-01 17:20:57 +00:00
Lex Preprocessor: Allocate MacroInfo objects using a BumpPtrAllocator instead using new/delete. This speeds up -Eonly on Cocoa.h using the regular lexer by 1.8% and the PTHLexer by 3%. 2008-12-15 19:56:42 +00:00
Parse Semantics of @protocol attributes. 2008-12-17 01:07:27 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Move Sema::ActOnLinkageSpec to SemaDeclCXX. 2008-12-17 07:09:26 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00