llvm-project/clang/test
Alp Toker b09e5af914 Add a missing pipe in the test from r197896
Spotted by Edward

llvm-svn: 197903
2013-12-23 08:50:43 +00:00
..
ARCMT Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
ASTMerge
Analysis [analyzer] Fix test in previous commit to account for compiler warning. 2013-12-19 23:05:40 +00:00
CXX Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
CodeCompletion
CodeGen [AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' and 'sext' not 'zext'. Modify the implementation by replacing zext with sext. 2013-12-23 02:44:00 +00:00
CodeGenCUDA
CodeGenCXX DebugInfo: Do not include implicit members (implicit special members, template instantiations, etc) in the list of members of a structure. 2013-12-20 23:19:47 +00:00
CodeGenObjC ObjectiveC. support "section" attribute on properties 2013-12-18 23:09:57 +00:00
CodeGenObjCXX
CodeGenOpenCL
Coverage
Driver Add a missing pipe in the test from r197896 2013-12-23 08:50:43 +00:00
FixIt Objective-C. After providing a fix-it for a 2013-12-18 21:04:43 +00:00
Format
Frontend Override the datalayout in a module with -triple. 2013-12-20 22:01:25 +00:00
Headers Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
Index Add a test I forgot to svn add in r197755 2013-12-20 00:21:47 +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 Removing the alloc_size attribute. The attribute was semantically handled, but silently ignored. Most of this feature was already reverted in June 2012 (r159016), this just cleans up the pieces left over. 2013-12-21 17:15:13 +00:00
Modules Enable layering check in unavailable modules. 2013-12-20 12:09:36 +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
Rewriter
Sema Removing the alloc_size attribute. The attribute was semantically handled, but silently ignored. Most of this feature was already reverted in June 2012 (r159016), this just cleans up the pieces left over. 2013-12-21 17:15:13 +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 Removing the alloc_size attribute. The attribute was semantically handled, but silently ignored. Most of this feature was already reverted in June 2012 (r159016), this just cleans up the pieces left over. 2013-12-21 17:15:13 +00:00
SemaObjC Wordsmith "maybe" into "may be" in diagnostic, and move warning under flag. 2013-12-19 22:47:11 +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
.clang-format
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