hanchenye-llvm-project/clang/test
Ted Kremenek c0da34e6ab Split "discards qualifiers" warnings of -Wincompatible-pointer-types into subgroup.
This allows users to promote -Wincompatible-pointer-type warnings to
errors but keep those for "discard qualifiers" as warnings (if they
so desire).

Addresses <rdar://problem/13062738>.

llvm-svn: 173184
2013-01-22 19:32:27 +00:00
..
ARCMT [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis [analyzer] Fix test for r173067. 2013-01-21 18:41:05 +00:00
CXX Once we've collected the template arguments for a 2013-01-18 22:27:09 +00:00
CodeCompletion
CodeGen clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and FileCheck-ize two tests. -O1 is sufficient here. 2013-01-22 01:51:59 +00:00
CodeGenCUDA
CodeGenCXX First step towards vftable generation with -cxx-abi microsoft PR13231 2013-01-21 13:02:41 +00:00
CodeGenObjC objC block layout: Patch reorders block layout to 2013-01-17 00:25:06 +00:00
CodeGenObjCXX Use the correct field to copy/dispose a __block variable. 2013-01-22 03:56:22 +00:00
CodeGenOpenCL Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
Coverage
Driver [ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the dynamic runtime. 2013-01-22 09:27:00 +00:00
FixIt Format strings: don't ever convert %+d to %lu. 2013-01-17 22:34:10 +00:00
Frontend [driver] Warnings for warning options are handled by the frontend. The driver needs to process the 2013-01-15 01:21:53 +00:00
Headers Parsing support for C11's _Noreturn keyword. No semantics yet. 2013-01-17 22:16:11 +00:00
Index clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress. 2013-01-22 03:49:16 +00:00
Lexer Add raw string literal versus C preprocessor test, suggested by James Dennett. 2013-01-16 21:43:09 +00:00
Misc Format strings: don't ever convert %+d to %lu. 2013-01-17 22:34:10 +00:00
Modules Add a comment for Daniel 2013-01-17 01:58:31 +00:00
OpenMP Add initial rough support for synthesizing linker options when passed 2013-01-17 13:19:29 +00:00
PCH Switch to APFloat constructor taking fltSemantics. 2013-01-22 09:46:51 +00:00
Parser [ms-inline asm] Remove a warning about ms-style inline assembly not being 2013-01-22 18:18:22 +00:00
Preprocessor Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. 2013-01-17 17:35:00 +00:00
Rewriter
Sema Split "discards qualifiers" warnings of -Wincompatible-pointer-types into subgroup. 2013-01-22 19:32:27 +00:00
SemaCUDA
SemaCXX Fix a bug in VarDecl::getSourceRange() for static member arrays with an element 2013-01-22 17:00:09 +00:00
SemaObjC objectiveC (take two): don't warn when in -Wselector mode and 2013-01-22 18:35:43 +00:00
SemaObjCXX One can override an Objective-C ARC ownership qualifier that came from 2013-01-17 23:59:28 +00:00
SemaOpenCL Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
SemaTemplate Apply adjustment to function- and array-typed non-type template 2013-01-16 00:52:15 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Implement Attr dumping for -ast-dump. 2013-01-07 17:53:08 +00:00
Unit
CMakeLists.txt clang/test: [CMake] check-clang doesn't require llvm-dis any more. 2013-01-22 01:52:04 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". 2013-01-16 06:10:16 +00:00
lit.site.cfg.in
make_test_dirs.pl