clang-1/lib
Ted Kremenek 61d2e4a299 Fix regression in naming convention derivation: a method only follows the copy 'rule' if it doesn't already start with 'init', etc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65269 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-22 07:32:24 +00:00
..
AST Enhance Evaluate to handle ObjC qualified id and class types; as far as 2009-02-22 04:02:33 +00:00
Analysis Fix regression in naming convention derivation: a method only follows the copy 'rule' if it doesn't already start with 'init', etc. 2009-02-22 07:32:24 +00:00
Basic add support for amd64-*, patch by Brooks Davis! 2009-02-20 17:04:14 +00:00
CodeGen Eliminate a bunch of code which should be dead. 2009-02-22 07:29:04 +00:00
Driver map source ranges through macro expansions. Before: 2009-02-20 00:25:28 +00:00
Headers Put compiler headers in <prefix>/lib/clang/1.0/include (vs 2009-02-21 20:52:41 +00:00
Lex switch the macroinfo argument lists from being allocated off the heap 2009-02-20 22:46:43 +00:00
Parse don't new[] an empty array when an AttributeList has 2009-02-19 06:25:12 +00:00
Rewrite simplify this code and make it use highlight range. This 2009-02-17 00:51:07 +00:00
Sema Throw the switch to exclusively use Evaluate (along with the small 2009-02-22 06:45:27 +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