llvm-project/clang/test
Richard Smith a77a0a6bf2 Track in the AST whether a function is constexpr.
llvm-svn: 137653
2011-08-15 21:04:07 +00:00
..
ARCMT [arcmt] When checking whether properties needs to be strong or not, take into account 2011-08-10 21:46:48 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis MacOSKeychainAPIChecker: Test all APIs. 2011-08-13 02:10:15 +00:00
CXX Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Update clang tests for r137527. 2011-08-12 23:33:52 +00:00
CodeGenCXX Fix r137086 to actually work properly in general. PR10650. 2011-08-14 04:50:34 +00:00
CodeGenObjC The continue label in an ARC for-in loop should not involve 2011-08-05 00:14:38 +00:00
CodeGenObjCXX Fix a couple of problems with initialization and assignment to 2011-07-28 07:23:35 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. 2011-08-13 23:48:55 +00:00
FixIt Improve overloaded function handling in the typo correction code. 2011-08-03 20:36:05 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include. 2011-07-22 10:49:54 +00:00
Index [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717. 2011-08-15 18:44:43 +00:00
Lexer Fix a couple raw string literal tests 2011-08-12 03:20:18 +00:00
Misc Place err_cfstring_literal_not_string_constant and warn_cfstring_truncated under "-WCFString" flag. 2011-08-12 20:46:54 +00:00
PCH Change the hashing function for DeclContext lookup within an AST file 2011-08-02 18:32:54 +00:00
Parser Parsing of C++0x lambda expressions, from John Freeman with help from 2011-08-04 15:30:47 +00:00
Preprocessor A couple fixes for preprocessor expressions: 2011-08-03 00:04:13 +00:00
Rewriter objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Add fixit notes for -Wconstant-logical-operand. 2011-08-15 17:50:06 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Add fixit notes for -Wconstant-logical-operand. 2011-08-15 17:50:06 +00:00
SemaObjC De-Unicode-ify. 2011-08-12 05:49:51 +00:00
SemaObjCXX Objective-C++ ARC: When performing template argument deduction for a 2011-07-26 14:53:44 +00:00
SemaOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
SemaTemplate fix typo in test. 2011-08-14 22:30:29 +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 diagtool-based test where we enforce that no additional warnings can be added to Clang without a -W flag. 2011-08-11 22:06:55 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl