hanchenye-llvm-project/clang/test
Alexander Kornienko 527fa4f24f Fixed segmentation fault when a CFGBlock has NULL successor.
llvm-svn: 174182
2013-02-01 15:39:20 +00:00
..
ARCMT Undo my re-wording of the "ARC forbids Objective-C objects in ..." 2013-01-28 20:13:44 +00:00
ASTMerge
Analysis Add a new -Wundefined-inline warning for inline functions which are used but not 2013-02-01 08:13:20 +00:00
CXX Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. 2013-02-01 08:12:08 +00:00
CodeCompletion
CodeGen Fix PR14881 by implementing conversion rules between int and complex int. 2013-02-01 15:34:29 +00:00
CodeGenCUDA
CodeGenCXX Destroy arrays and ARC fields when throwing out of ctors. 2013-02-01 05:11:40 +00:00
CodeGenObjC Tests: remove disabled llvm-gcc invocations 2013-01-28 18:01:33 +00:00
CodeGenObjCXX Destroy arrays and ARC fields when throwing out of ctors. 2013-02-01 05:11:40 +00:00
CodeGenOpenCL Add a new LangOpt NativeHalfType. This option allows for native half/fp16 2013-01-23 11:56:20 +00:00
Coverage
Driver Revise unit testing for -fno-altivec, -mno-altivec. 2013-02-01 14:45:29 +00:00
FixIt Provide a fixit for constexpr non-static data members. 2013-01-30 01:22:18 +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 Reinstate r173952, this time limiting it to exactly the form 2013-01-30 23:10:17 +00:00
Index clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid". 2013-02-01 00:17:45 +00:00
Lexer Lexer: Don't warn about Unicode in preprocessor directives. 2013-01-31 19:48:48 +00:00
Misc When comparing two template template arguments in the template differ, consider 2013-01-31 02:47:46 +00:00
Modules Enable the global module index by default. Introduce the 2013-01-28 18:38:02 +00:00
OpenMP Add initial rough support for synthesizing linker options when passed 2013-01-17 13:19:29 +00:00
PCH Preserve Sema::UndefinedInternals across PCH boundaries. Fixes 2013-01-26 00:35:08 +00:00
Parser Downgrade 'attribute ignored when parsing type' from error to warning, to match 2013-01-29 10:02:16 +00:00
Preprocessor Add PPC A2Q core and BG/Q preprocessor definitions 2013-02-01 05:53:33 +00:00
Rewriter
Sema Fix diagnostic for bad alignas use: it can't be applied to functions. 2013-02-01 08:25:07 +00:00
SemaCUDA
SemaCXX Fixed segmentation fault when a CFGBlock has NULL successor. 2013-02-01 15:39:20 +00:00
SemaObjC Undo my re-wording of the "ARC forbids Objective-C objects in ..." 2013-01-28 20:13:44 +00:00
SemaObjCXX One can override an Objective-C ARC ownership qualifier that came from 2013-01-17 23:59:28 +00:00
SemaOpenCL Add OpenCL error that a kernel function must have void return type. Includes a test case. 2013-01-30 19:48:52 +00:00
SemaTemplate Improve 'failed template argument deduction' diagnostic for the case where we 2013-01-31 05:19:49 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Add indents to AST dumping and removed parenthesis from AST nodes. 2013-01-31 01:44:26 +00:00
Unit
CMakeLists.txt [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. 2013-01-27 12:20:50 +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