Go to file
Douglas Gregor 7018d5bcfb Teach ASTContext and Preprocessor to hold on to references to the same
LangOptions, rather than making distinct copies of
LangOptions. Granted, LangOptions doesn't actually get modified, but
this will eventually make it easier to construct ASTContext and
Preprocessor before we know all of the LangOptions.

llvm-svn: 138959
2011-09-01 20:23:19 +00:00
clang Teach ASTContext and Preprocessor to hold on to references to the same 2011-09-01 20:23:19 +00:00
compiler-rt Change ARM vfp assembly functions to use unified syntax. 2011-08-23 16:40:18 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx __split_buffer should only require default constructible. Bug found and fixed by Jared Hoberock 2011-08-28 15:21:29 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Forgot to write out the NULL terminator when putting C string value into 2011-09-01 18:13:54 +00:00
llvm XFAIL this test on arm until the backend is fixed. 2011-09-01 18:40:03 +00:00
polly Fix crashes due to unaligned parameters 2011-08-25 08:40:59 +00:00