llvm-capstone/clang/test
2011-11-24 00:27:38 +00:00
..
Analysis [analyzer] Warn when non pointer arguments are passed to scanf (only when running taint checker). 2011-11-18 02:26:36 +00:00
ARCMT [arcmt] Take into account that all properties are strong-by-default now and fix the test. 2011-11-08 23:09:34 +00:00
ASTMerge
CodeCompletion
CodeGen CodeGen: allow __asm renaming on static local variables. 2011-11-20 21:05:04 +00:00
CodeGenCUDA
CodeGenCXX Don't check alignment, it's irrelevant to this test. 2011-11-23 02:12:00 +00:00
CodeGenObjC The optimizers figured out how to make this store 6. 2011-11-15 00:19:16 +00:00
CodeGenObjCXX
CodeGenOpenCL
Coverage
CXX Include named unions in union member init checking 2011-11-17 06:01:57 +00:00
Driver Un-XFAIL this test on Darwin, it reportedly passes now. 2011-11-21 21:56:51 +00:00
FixIt
Frontend test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). 2011-11-17 07:21:33 +00:00
Headers
Index [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. 2011-11-23 21:11:23 +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 Remove one group'ed warning. 2011-11-15 19:25:38 +00:00
Modules Add the notion of "framework" modules to module maps. Framework 2011-11-17 22:09:43 +00:00
Parser Enable delayed template parsing for friend functions declared at template class scope. 2011-11-18 23:47:17 +00:00
PCH [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set 2011-11-15 06:20:27 +00:00
Preprocessor AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs-linux. 2011-11-23 13:35:08 +00:00
Rewriter
Sema PR11391: Don't try to evaluate the LHS of a _Complex assignment as an rvalue. 2011-11-16 17:22:48 +00:00
SemaCUDA
SemaCXX Wordsmith the -Warray-bounds diagnostic text a bit 2011-11-24 00:27:38 +00:00
SemaObjC Use Sema::RequireCompleteType to check for the completeness of 2011-11-14 22:10:01 +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 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same 2011-11-21 19:36:32 +00:00
Unit
CMakeLists.txt
cxx-sections.data
lit.cfg Rip out one of the features I added for the driver-include-management. 2011-11-07 09:17:31 +00:00
lit.site.cfg.in
make_test_dirs.pl
Makefile
TestRunner.sh