llvm-project/clang/test
Ted Kremenek 8f89f7c893 Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn't know how to handle a specific Expr type.
llvm-svn: 128761
2011-04-02 02:56:23 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn't know how to handle a specific Expr type. 2011-04-02 02:56:23 +00:00
CXX Fix a bug in how we were resolving the address of overloaded functions 2011-03-29 08:08:18 +00:00
CodeCompletion Don't crash when code-completing after "#include <". It would be far 2010-12-09 23:35:36 +00:00
CodeGen IRgen: Reapply r128691 with a fix to ensure we don't increase alignment past 2011-04-01 00:49:43 +00:00
CodeGenCXX Do not try calculate the size of forward-declared template type array. 2011-04-01 19:02:33 +00:00
CodeGenObjC Do not line number entry for unconditional branches. Usually, users do not want to stop at closing '}'. 2011-03-29 18:35:54 +00:00
CodeGenObjCXX Fix IRGen issues related to using property-dot syntax 2011-03-30 16:11:20 +00:00
CodeGenOpenCL Add support for language-specific address spaces. On top of that, 2011-03-18 22:38:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Add my test case for r128353. I think this is the last test case to fail 2011-03-27 21:03:41 +00:00
FixIt Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword. 2011-03-27 19:41:34 +00:00
Frontend test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. 2011-02-28 09:41:07 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index For Diagnostic::Reset() also reset the state related to #pragma diagnostic. Fixes rdar://9170766. 2011-03-26 18:58:17 +00:00
Lexer we can now claim to fully support the override control feature in C++0x. 2011-03-25 15:04:23 +00:00
Misc Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
PCH Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Parser Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword. 2011-03-27 19:41:34 +00:00
Preprocessor Change Clang's __VERSION__ to include the same basic info as in clang -v. 2011-03-31 00:53:51 +00:00
Rewriter Fixes a rewriter bug rewriting call to a byref 2011-04-01 23:08:13 +00:00
Sema -Wuninitialized should not warn about variables captured by blocks as byref. 2011-03-31 22:32:41 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Add a triple to make the test friendly on no windows platform. 2011-03-29 11:38:04 +00:00
SemaObjC Also 'self' in blocks need be handled specially. 2011-03-28 16:23:34 +00:00
SemaObjCXX de-sugared when accessing property reference type. 2011-03-30 16:59:30 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Clean up our handling of template-ids that resolve down to a single 2011-03-16 19:16:25 +00:00
Unit Add CMake support to the clang unittests. 2011-02-15 07:54:28 +00:00
CMakeLists.txt Nth time's a charm? 2011-02-25 00:46:48 +00:00
Makefile test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). 2011-03-08 22:17:40 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: bash is available on MSYS. 2011-03-05 11:16:06 +00:00
lit.site.cfg.in test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. 2011-02-09 04:19:57 +00:00
make_test_dirs.pl