llvm-project/clang/test
NAKAMURA Takumi 77369457e0 clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets.
- Inputs/system-header-simulator.h: Declare strlen() with size_t.

  - malloc-interprocedural.c: Move the definition of size_t into the header above.

Then XFAIL can be pruned.

llvm-svn: 164300
2012-09-20 11:03:56 +00:00
..
ARCMT objective-C arc: remove -Warc-abi in its entirety. 2012-09-14 17:48:35 +00:00
ASTMerge Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
Analysis clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets. 2012-09-20 11:03:56 +00:00
CXX Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a 2012-09-20 01:31:00 +00:00
CodeCompletion Make the spacing of the code completion result for NSDictionary 2012-08-17 05:40:05 +00:00
CodeGen This patch introduces A15 as a target in Clang. 2012-09-13 15:06:00 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Handle a captured this for the debug information as well. 2012-09-19 21:47:34 +00:00
CodeGenObjC Disable some tests that fail when the x86 backend isn't built. 2012-09-18 13:34:01 +00:00
CodeGenObjCXX Remove invalid double colon in test case was previously ignored by FileCheck. 2012-09-18 20:59:03 +00:00
CodeGenOpenCL Remove names from the CHECK lines. 2012-08-16 00:22:16 +00:00
Coverage Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
Driver Disable source fortification on Darwin with AddressSanitizer. 2012-09-20 10:10:01 +00:00
FixIt If a comma operator is followed by a token which unambiguously indicates the 2012-09-18 00:52:05 +00:00
Frontend don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. 2012-08-31 22:39:21 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index [libclang] When loading an AST file, make sure to apply the language options 2012-09-14 20:24:53 +00:00
Lexer When a bad UTF-8 encoding or bogus escape sequence is encountered in a 2012-09-08 07:16:20 +00:00
Misc PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. 2012-09-20 01:02:05 +00:00
Modules When disambiguating an expression-statement from a declaraton-statement, if the 2012-08-23 20:19:14 +00:00
PCH Fix abbreviation for CharacterLiteral in AST serialization. PR13806. 2012-09-14 00:51:36 +00:00
Parser If a comma operator is followed by a token which unambiguously indicates the 2012-09-18 00:52:05 +00:00
Preprocessor The keywords "true" and "false" shouldn't warn under -Wundef. 2012-09-20 02:38:38 +00:00
Rewriter Modern objc translator: Fixes a crash in rewriter when rewriting the API 2012-08-21 18:56:50 +00:00
Sema PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. 2012-09-20 01:02:05 +00:00
SemaCUDA
SemaCXX Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. 2012-09-20 01:40:23 +00:00
SemaObjC objective-C: don't warn about class extension property's 2012-09-17 23:57:35 +00:00
SemaObjCXX objective-C: peroform property attribute consistency 2012-09-17 20:57:19 +00:00
SemaOpenCL Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. 2012-07-26 00:08:28 +00:00
SemaTemplate Don't perform template argument deduction against invalid templates; 2012-09-13 21:01:57 +00:00
Tooling Fixed crash and added a test and a minor output problem 2012-08-17 17:38:39 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Disable source fortification on Darwin with AddressSanitizer. 2012-09-20 10:10:01 +00:00
lit.site.cfg.in
make_test_dirs.pl