llvm-project/clang/test
Ted Kremenek 2964aac03b Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the file order that functions are visited. Should fix the buildbots.
llvm-svn: 155693
2012-04-27 04:54:28 +00:00
..
ARCMT [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the file order that functions are visited. Should fix the buildbots. 2012-04-27 04:54:28 +00:00
CXX If a type is non-literal by virtue of being incomplete produce notes 2012-04-25 23:23:48 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen Fix a bug with block layout when the block contains something 2012-04-26 21:14:42 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Add a missing check in CodeGen of packed classes with vtables. <rdar://problem/11324125>. 2012-04-27 02:34:46 +00:00
CodeGenObjC Test case for previosu patch. 2012-04-26 21:34:02 +00:00
CodeGenObjCXX Fix a Sema invariant bug that I recently introduced involving 2012-04-06 18:20:53 +00:00
CodeGenOpenCL Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:37:26 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as. 2012-04-27 04:36:27 +00:00
FixIt Add note to help explain why a tag such as 'struct' is needed to refer 2012-04-26 23:36:17 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Let NULL and MSVC headers coexist better. 2012-04-24 21:27:01 +00:00
Index [libclang] Make sure that when we have multiple @class references in the same line, 2012-04-16 22:42:01 +00:00
Lexer Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Misc Revert r154981, because it caused PR12674. 2012-04-26 21:39:46 +00:00
Modules There's some code in the PCH reader that looks like it's needlessly complex, but 2012-04-12 07:56:21 +00:00
PCH PR12585: When processing a friend template inside a class template, don't 2012-04-22 02:13:50 +00:00
Parser Add note to help explain why a tag such as 'struct' is needed to refer 2012-04-26 23:36:17 +00:00
Preprocessor Define __ANDROID__ macro on -androideabi targets. 2012-04-26 12:08:09 +00:00
Rewriter test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a) issue. 2012-04-27 04:36:34 +00:00
Sema Reject cases like 2012-04-26 01:26:03 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Add test case for rdar://11293995 2012-04-27 04:31:46 +00:00
SemaObjC with -Wdeprecated, include a note to its deprecated declaration 2012-04-23 20:30:52 +00:00
SemaObjCXX Teach RequireCompleteType about multi-dimensional arrays. Fixes 2012-04-23 16:42:52 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Add a missing ExpressionEvaluationContext for template default arguments. Fixes PR12581. 2012-04-26 22:43:24 +00:00
Tooling Fixes the header search logic for tools: 2012-04-25 09:25:41 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl