clang-1/lib
Chris Lattner 2085fd6cd2 privatize all of the string literal memory allocation/creation
stuff behind a private static function.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64898 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-18 06:40:38 +00:00
..
AST privatize all of the string literal memory allocation/creation 2009-02-18 06:40:38 +00:00
Analysis Fix performance bug in RangeConstraintManager (that I introduced): 2009-02-18 05:22:01 +00:00
Basic add an accessor. 2009-02-17 08:39:06 +00:00
CodeGen x86_64 ABI: Two bug fixes. 2009-02-18 03:44:19 +00:00
Driver stop searching GCC install directories for standard C headers (but 2009-02-18 00:25:15 +00:00
Headers initial reimplement tgmath.h, written by Howard Hinnant! 2009-02-17 22:14:32 +00:00
Lex define __OBJC2__ for objc's nonfragile abi. 2009-02-16 18:28:48 +00:00
Parse simplify some code. 2009-02-18 05:56:09 +00:00
Rewrite simplify this code and make it use highlight range. This 2009-02-17 00:51:07 +00:00
Sema privatize all of the string literal memory allocation/creation 2009-02-18 06:40:38 +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