Go to file
Douglas Gregor 99d2cf4838 Introduce a new C API function, clang_parseTranslationUnit(), which
will eventually replace
clang_createTranslationUnitFromSourceFile(). The only addition in
clang_parseTranslationUnit() is a set of flags that can control how
the translation unit is loaded. More interesting flags will be coming.

llvm-svn: 109027
2010-07-21 18:52:53 +00:00
clang Introduce a new C API function, clang_parseTranslationUnit(), which 2010-07-21 18:52:53 +00:00
compiler-rt Hand-tuning of single-precision soft-float comparison routines for ARM 2010-07-08 17:45:05 +00:00
libcxx A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary. 2010-07-16 19:08:36 +00:00
lldb Updated LLVM and Clang to July 20 at 16:00. 2010-07-21 16:57:26 +00:00
llvm Use System/DataTypes.h instead of stdint.h, which isn't portable. 2010-07-21 18:48:59 +00:00