Go to file
Douglas Gregor dc9166c8e1 Keep track of all declarations of an Objective-C class (both forward
declarations and definitions) as ObjCInterfaceDecls within the same
redeclaration chain. This new representation matches what we do for
C/C++ variables/functions/classes/templates/etc., and makes it
possible to answer the query "where are all of the declarations of
this class?"

llvm-svn: 146679
2011-12-15 20:29:51 +00:00
clang Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
compiler-rt [asan] poison the internal asan heap memory, just in case. Change Printf to Report when debugging globals. 2011-12-15 17:41:30 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Remove quotes from locale name identifier. Credit Edward Meewis. 2011-12-15 15:01:38 +00:00
libcxxabi Fixed several bugs, implemented support for vector types, and cleaned out dead code. 2011-12-15 20:02:15 +00:00
lldb Move disassemble-raw-data dir to reside under test/python_api where they belong. 2011-12-15 19:56:28 +00:00
llvm Set specific target cpu for testcase. 2011-12-15 20:22:34 +00:00
polly Allow to run the Polly preopt passes with -O0 2011-12-14 12:21:31 +00:00