hanchenye-llvm-project/clang/test
Francois Pichet f2fb411d4a Add support for Microsoft __ptr32 keyword.
Patch by Chris Cudmore!

llvm-svn: 138533
2011-08-25 00:36:46 +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
Analysis [analyzer] MacOSKeychainAPIChecker: Provide reacher diagnostic trace by pointing to the allocation site when reporting a leak. 2011-08-24 20:52:46 +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 Add testcase for r138411 2011-08-24 01:35:04 +00:00
CodeGenCXX Remove this test. It requires C++ standard library headers, which we'd 2011-08-20 06:30:57 +00:00
CodeGenObjC Remove XFAIL/XTARGET since this is passing on the other bots. 2011-08-20 01:08:46 +00:00
CodeGenObjCXX Fix a bug in objc @encoding of C++ classes. 2011-08-22 16:03:14 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage
Driver Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wrong patch. 2011-08-24 21:22:25 +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 Restore patch I reversed in r138040. Known buildbot 2011-08-22 15:54:49 +00:00
Lexer Warn about and truncate UCNs that are too big for their character literal type. 2011-08-19 03:20:12 +00:00
Misc Fix -ferror-limit= to properly emit notes following the last error 2011-08-17 19:13:00 +00:00
Modules Introduce a depth-first search of modules into the module manager, 2011-08-24 21:27:34 +00:00
PCH Add serialization support for ClassScopeFunctionSpecializationDecl. 2011-08-17 01:06:54 +00:00
Parser Add support for Microsoft __ptr32 keyword. 2011-08-25 00:36:46 +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 Refactor and fix checking for initialization of flexible array members. The old version had the checks scattered across the code, missed some checks, and had a couple nasty bugs in existing checks. 2011-08-23 22:24:57 +00:00
SemaCUDA
SemaCXX Thread-safety analysis: adding in a basic lockset tracking system. This 2011-08-23 18:46:34 +00:00
SemaObjC objc - fix up the builtin type for objc_assign_ivar. 2011-08-23 23:33:09 +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 test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext supports Win32 since r138199. 2011-08-20 07:09:20 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl