llvm-project/clang/test
Argyrios Kyrtzidis 035674d33c [libclang] Annotate correctly macro argument tokens.
llvm-svn: 137961
2011-08-18 18:03:34 +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 [analyzer] teach ExprEngine about loads from static C++ class fields. Fixes <rdar://problem/9948787>. 2011-08-16 21:37:52 +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 Robustify test, there is no need to check metadata number which can change. 2011-08-16 21:01:06 +00:00
CodeGenCXX Always mark friend function declarations in class templates as 2011-08-18 09:09:59 +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 [driver] Implement in a more table-like manner and add many more warning options 2011-08-18 01:18:28 +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] Annotate correctly macro argument tokens. 2011-08-18 18:03:34 +00:00
Lexer Fix a couple raw string literal tests 2011-08-12 03:20:18 +00:00
Misc Fix -ferror-limit= to properly emit notes following the last error 2011-08-17 19:13:00 +00:00
Modules Teach ModuleManager::addModule() to check whether a particular module 2011-08-18 04:41:58 +00:00
PCH Add serialization support for ClassScopeFunctionSpecializationDecl. 2011-08-17 01:06:54 +00:00
Parser Remove the last FIXMEs on -Wunused-comparison since it got moved to 2011-08-18 02:04:29 +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 Revert r137903, "Add experimental -Wstrlcpy-size warning that looks to see if the size argument for strlcpy/strlcat is the size of the *source*, and not the size of the *destination*. This warning is off by default (for now)." 2011-08-18 02:18:02 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Add support for MSVC __unaligned attribute. Necessary to parse MSVC headers in 64-bit mode (ie: when _M_IA64 or _M_AMD64 is defined) 2011-08-18 09:59:55 +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 Whitelist operator== and operator!= as valid for unused value warnings, 2011-08-17 09:49:44 +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 CMake: "clang-test" may not depend on check.deps. 2011-08-16 03:45:31 +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