llvm-project/clang/test
James Molloy 222f27858f Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both for ARM and X86.
Use this to fully fix Sema/format-strings.c for non-x86 platforms.

Reviewed by Chandler on IRC.

llvm-svn: 156169
2012-05-04 11:23:40 +00:00
..
ARCMT [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Assume pointer escapes when a callback is passed inside 2012-05-03 23:50:33 +00:00
CXX Disable our non-standard delayed parsing of exception specifications. Delaying 2012-05-02 01:29:43 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen This patch adds a new Clang compiler flag "-gline-tables-only". 2012-05-04 07:39:27 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX This patch adds a new Clang compiler flag "-gline-tables-only". 2012-05-04 07:39:27 +00:00
CodeGenObjC Test case for previosu patch. 2012-04-26 21:34:02 +00:00
CodeGenObjCXX When @encode'ing a C++ class that has empty base classes, we can end 2012-04-27 22:30:01 +00:00
CodeGenOpenCL Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:37:26 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Fix -Wlarge-by-value-copy option handling in the driver. 2012-05-04 08:08:37 +00:00
FixIt Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. 2012-04-30 18:27:22 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Let NULL and MSVC headers coexist better. 2012-04-24 21:27:01 +00:00
Index For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. 2012-04-30 22:12:26 +00:00
Lexer Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both for ARM and X86. 2012-05-04 11:23:40 +00:00
Misc Place several uncovered warnings under warning flags, and tweak diagnostic output including the term "gc" (in lowercase). 2012-05-01 05:56:02 +00:00
Modules There's some code in the PCH reader that looks like it's needlessly complex, but 2012-04-12 07:56:21 +00:00
PCH test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep. 2012-05-04 03:42:28 +00:00
Parser Restore paren, bracket and brace counts in parser when 2012-04-30 16:20:27 +00:00
Preprocessor Use the standard values for the __cplusplus macro, even when in GNU mode. GCC 2012-05-03 22:18:20 +00:00
Rewriter objc modern translator: fix up attribute for dynamic property in a category. 2012-05-03 23:19:33 +00:00
Sema Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both for ARM and X86. 2012-05-04 11:23:40 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Skip checking for infinite for-loops if there are global or static variables 2012-05-04 03:01:54 +00:00
SemaObjC objective-c: warn for properties being default synthesized 2012-05-03 16:43:30 +00:00
SemaObjCXX Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. 2012-05-01 22:26:06 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Fix test cases broken by 155936. 2012-05-01 21:29:03 +00:00
Tooling Fixes the header search logic for tools: 2012-04-25 09:25:41 +00:00
Unit
CMakeLists.txt Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in
make_test_dirs.pl