llvm-project/clang/test
Jordan Rose 7ae3362458 [analyzer] Always use 'bool' as the SValBuilder condition type in C++.
We have assertions for this, but a few edge cases had snuck through where
we were still unconditionally using 'int'.

<rdar://problem/15703011>

llvm-svn: 197733
2013-12-19 22:32:39 +00:00
..
ARCMT Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
ASTMerge Ignore test Inputs globally and remove redundant lit.local.cfg files 2013-11-15 13:37:49 +00:00
Analysis [analyzer] Always use 'bool' as the SValBuilder condition type in C++. 2013-12-19 22:32:39 +00:00
CXX Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
CodeCompletion Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
CodeGen Small simplification: p0 is the same as p. 2013-12-19 16:54:10 +00:00
CodeGenCUDA Fix test failures after addrspacecast added. 2013-11-15 02:19:52 +00:00
CodeGenCXX Debug info: (Bugfix) emit CRV qualifiers for pointers to member functions. 2013-12-19 01:38:47 +00:00
CodeGenObjC ObjectiveC. support "section" attribute on properties 2013-12-18 23:09:57 +00:00
CodeGenObjCXX Remove duplicated -cc1 in tests 2013-12-08 18:06:52 +00:00
CodeGenOpenCL Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd sizes. 2013-11-21 17:09:05 +00:00
Coverage Skip this test when using lit integrated shell 2013-10-25 22:30:07 +00:00
Driver LIBRARY_PATH environment variable should only be supported on a native compiler. 2013-12-17 11:11:25 +00:00
FixIt Objective-C. After providing a fix-it for a 2013-12-18 21:04:43 +00:00
Format clang-format: Explicitly set fallback style that is tested. 2013-12-03 06:48:41 +00:00
Frontend Fix raw lex crash and -frewrite-includes noeol-at-eof failure 2013-12-13 17:04:55 +00:00
Headers Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
Index Objective-C. After providing a fix-it for a 2013-12-18 21:04:43 +00:00
Layout [ms-abi] Update Alignment for VtorDisps 2013-12-19 00:43:59 +00:00
Lexer Lexer: Issue -Wbackslash-newline-escape for line comments 2013-12-14 23:32:31 +00:00
Misc Allow target-specific attributes to share a spelling between different attributes via the ParseKind field. Attributes will be given a common parsed attribute identifier (the AttributeList::AT_* enum), but retain distinct Attr subclasses. 2013-12-15 13:05:48 +00:00
Modules Add missing file from r197485. 2013-12-17 10:47:49 +00:00
OpenMP Enhance OpenMP parser tests from r197553 / r197598 2013-12-18 22:34:19 +00:00
PCH PCH: fix a crash caused by a circular deserialization dependency 2013-12-19 02:05:20 +00:00
Parser Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
Preprocessor Added support for mcpu krait 2013-12-06 22:43:17 +00:00
Rewriter Correct test to target 'unknown' 2013-12-02 03:50:16 +00:00
Sema Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
SemaCUDA Added a comment about the launch_bounds attribute's AST node being required. Since there were no test cases for the attribute, some have been added. This promptly demonstrated a bug with the semantic handling, which is also fixed. 2013-12-19 00:41:31 +00:00
SemaCXX Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
SemaObjC After discussing with John McCall, removing the ns_bridged attribute as it is unused. 2013-12-19 22:12:51 +00:00
SemaObjCXX Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
SemaOpenCL [OpenCL] Produce an error when the work group and vec type hint attributes 2013-12-13 16:15:28 +00:00
SemaTemplate PR18246: When performing template argument deduction to decide which template 2013-12-14 03:18:05 +00:00
TableGen
Tooling Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doesn't get broken again 2013-12-18 18:55:36 +00:00
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 14:43:04 +00:00
.clang-format Add .clang-format without column limit to subdirectory tests/. 2013-11-08 06:45:35 +00:00
CMakeLists.txt check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now. 2013-12-19 17:10:30 +00:00
Makefile check-clang: Introduce clang_tools_dir in lit.site.cfg, for clang separated from llvm. 2013-12-18 15:08:56 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg check-clang: Introduce clang_tools_dir in lit.site.cfg, for clang separated from llvm. 2013-12-18 15:08:56 +00:00
lit.site.cfg.in check-clang: Fixup r197576, to replace CMAKE_CFG_INTDIR on clang_tools_dir. 2013-12-18 18:25:13 +00:00
make_test_dirs.pl