Go to file
Douglas Gregor 3ea7269b54 Move the creation of the predefined typedef for Objective-C's 'id'
type over into the AST context, then make that declaration a
predefined declaration in the AST format. This ensures that different
AST files will at least agree on the (global) declaration ID for 'id',
and eliminates one of the "special" types in the AST file format.

llvm-svn: 137429
2011-08-12 05:46:01 +00:00
clang Move the creation of the predefined typedef for Objective-C's 'id' 2011-08-12 05:46:01 +00:00
compiler-rt Don't redeclare sr. 2011-07-28 23:15:41 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABI 2011-07-31 17:16:32 +00:00
libcxxabi First cut at exception handling; missing dependent exceptions. Next step: tests 2011-08-09 15:09:41 +00:00
lldb Fixes the occasional crash on exit when quitting lldb with control-D. 2011-08-12 02:40:17 +00:00
llvm Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically, 2011-08-12 04:31:38 +00:00
polly Removing some trailing whitespaces 2011-08-11 08:44:56 +00:00