llvm-capstone/clang/test
Douglas Gregor cf68c58afe Implement name hiding for declarations deserialized from a non-visible
module. When that module becomes visible, so do those declarations.

llvm-svn: 145640
2011-12-01 22:20:10 +00:00
..
Analysis [analyzer] Make KeychainAPI checker less aggressive. radar://10508828 2011-12-01 16:41:58 +00:00
ARCMT [arcmt] Integrate GC __weak into property attributes even when we don't have 2011-11-28 02:04:36 +00:00
ASTMerge
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Don't use a varargs convention for calls unprototyped functions where one of the arguments is an AVX vector. 2011-12-01 04:53:19 +00:00
CodeGenCUDA
CodeGenCXX Add Microsoft mangling of constructors and destructors. Patch by Dmitry! 2011-12-01 09:55:00 +00:00
CodeGenObjC Make sure that forward declarations are marked as such in the debug info 2011-11-29 23:57:40 +00:00
CodeGenObjCXX Fix the instantiation of pseudo-object expressions. This is a 2011-11-30 04:42:31 +00:00
CodeGenOpenCL Annotate imprecise FP division with fpaccuracy metadata 2011-10-27 19:19:51 +00:00
Coverage Remove the Blackfin backend. 2011-10-25 00:06:12 +00:00
CXX When synthesizing an implicitly-defined copy or move constructor, or 2011-11-28 20:03:15 +00:00
Driver Un-XFAIL this test on Darwin, it reportedly passes now. 2011-11-21 21:56:51 +00:00
FixIt Revert most of r145372 for now. Lookahead beyond the ';' in a function 2011-11-30 23:45:35 +00:00
Frontend test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). 2011-11-17 07:21:33 +00:00
Headers
Index ParmVarDecls have no linkage. Previously we would report that parameters 2011-12-01 01:28:21 +00:00
Lexer implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer 2011-11-22 01:28:36 +00:00
Misc Place "use @dynamic or provide a method implementation" warnings under a -W flag. 2011-11-29 19:18:47 +00:00
Modules Implement name hiding for declarations deserialized from a non-visible 2011-12-01 22:20:10 +00:00
Parser Change the Microsoft __interface keyword to be an alias for struct (not class) since members are public by default. 2011-12-01 08:30:47 +00:00
PCH [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsToConsumer 2011-11-30 23:18:26 +00:00
Preprocessor Make our handling of MMX x SSE closer to what gcc does: 2011-11-27 20:00:43 +00:00
Rewriter
Sema Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov. 2011-12-01 00:37:01 +00:00
SemaCUDA
SemaCXX Further tweak -Wurneachable-code and templates by allowing the warning to run on 2011-12-01 00:59:17 +00:00
SemaObjC When typo-correction an Objective-C superclass name, don't 2011-12-01 15:37:53 +00:00
SemaObjCXX Resolve placeholder expressions before trying to deduce 2011-11-15 01:35:18 +00:00
SemaOpenCL TypePrinter: print OpenCL address space names. Patch by Richard 2011-11-08 02:52:58 +00:00
SemaTemplate In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside a friend function definition at class scope. 2011-11-25 01:10:54 +00:00
Unit
CMakeLists.txt
cxx-sections.data
lit.cfg test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts. 2011-11-28 05:09:42 +00:00
lit.site.cfg.in
make_test_dirs.pl
Makefile
TestRunner.sh