hanchenye-llvm-project/clang/test
Fariborz Jahanian 5a866c0bf2 Ir-gen the side-effect(s) when __builtin_expect is
constant-folded. // rdar://9330105

llvm-svn: 130163
2011-04-25 22:30:02 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Implements the strncmp() checker just like the strcmp() checker, but with bounds. Requires LLVM svn r129582. 2011-04-25 22:21:00 +00:00
CXX Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Ir-gen the side-effect(s) when __builtin_expect is 2011-04-25 22:30:02 +00:00
CodeGenCXX GCC seems to create address-of expression manglings when passing *any* 2011-04-24 08:43:07 +00:00
CodeGenObjC Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
CodeGenObjCXX Warn for any kind of initialization if initializer does not 2011-04-08 18:25:29 +00:00
CodeGenOpenCL Modify test for 32 and 64 bit. 2011-04-16 01:00:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Move all of the logic for __DEPRECATED to the driver based on comments 2011-04-23 19:48:40 +00:00
FixIt Implement a new identifier-classification scheme where Sema 2011-04-24 05:37:28 +00:00
Frontend Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq 2011-04-15 22:04:17 +00:00
Headers
Index Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
Lexer Have #pragma message not turn into error by -Werror, by default. Fixes rdar://9308989. 2011-04-21 17:11:44 +00:00
Misc Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837. 2011-04-21 23:08:23 +00:00
PCH Fix a crash when ASTReader emits diagnostic when another one is in flight. Fixes rdar//9334563. 2011-04-25 22:23:56 +00:00
Parser Remove some more hard CR-LF lines. These were particularly weird as they were 2011-04-25 07:09:43 +00:00
Preprocessor Move all of the logic for __DEPRECATED to the driver based on comments 2011-04-23 19:48:40 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX 'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302, this time for C++ as well. 2011-04-25 21:39:50 +00:00
SemaObjC When Sema::ClassifyName() finds an invalid ivar reference, return an 2011-04-25 15:05:41 +00:00
SemaObjCXX Diagnose C++ abstract parameters for Objective-C methods. 2011-04-23 02:46:06 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Make the invalid declarator recovery when parsing members work the same as when parsing global decls. It's still rather broken (skipping much too far when the declarator belongs to a function definition), but at least not so broken as to mismatch braces. Tested by the removal of the fixme in the template test case. 2011-04-24 16:27:48 +00:00
Unit
CMakeLists.txt Nth time's a charm? 2011-02-25 00:46:48 +00:00
Makefile test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). 2011-03-08 22:17:40 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: bash is available on MSYS. 2011-03-05 11:16:06 +00:00
lit.site.cfg.in
make_test_dirs.pl