hanchenye-llvm-project/clang/test
Chandler Carruth 42983aef34 Switch 'is possibly uninitialized' to 'may be uninitialized' based on
Chris's feedback.

llvm-svn: 129127
2011-04-08 06:47:15 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis When updating the retain summary based on {cf,ns}_consumed attributes, 2011-04-06 09:02:12 +00:00
CXX When emitting a "too many arguments to function call..." error, also include a note with a location for the function prototype. 2011-04-04 17:22:27 +00:00
CodeCompletion Don't crash when code-completing after "#include <". It would be far 2010-12-09 23:35:36 +00:00
CodeGen I can't figure out any reasonable way to make this test non-host-dependent, 2011-04-06 20:46:42 +00:00
CodeGenCXX Add a test case for r128957. It fixed a bug! 2011-04-06 00:01:52 +00:00
CodeGenObjC Refine rules for atomic property api to 2011-04-06 16:05:26 +00:00
CodeGenObjCXX Fix IRGen issues related to using property-dot syntax 2011-03-30 16:11:20 +00:00
CodeGenOpenCL Add support for language-specific address spaces. On top of that, 2011-03-18 22:38: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 Fronted/CC_LOG_DIAGNOSTICS: Add test case. 2011-04-07 19:05:06 +00:00
FixIt Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword. 2011-03-27 19:41:34 +00:00
Frontend test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. 2011-02-28 09:41:07 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index Apply a bug-fix patch from Marcin Kowalczyk to the source locations for 2011-04-02 09:47:38 +00:00
Lexer clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test. 2011-04-03 14:12:46 +00:00
Misc Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
PCH Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Parser Diagnose a missing ')' on what looks like a statement expression. 2011-04-06 02:35:25 +00:00
Preprocessor Change Clang's __VERSION__ to include the same basic info as in clang -v. 2011-03-31 00:53:51 +00:00
Rewriter Fixes a rewriter bug rewriting call to a byref 2011-04-01 23:08:13 +00:00
Sema Switch 'is possibly uninitialized' to 'may be uninitialized' based on 2011-04-08 06:47:15 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Switch 'is possibly uninitialized' to 'may be uninitialized' based on 2011-04-08 06:47:15 +00:00
SemaObjC Now that the analyzer is distinguishing between uninitialized uses that 2011-04-08 06:33:38 +00:00
SemaObjCXX de-sugared when accessing property reference type. 2011-03-30 16:59:30 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Basic, untested implementation for an "unknown any" type requested by LLDB. 2011-04-07 08:22:57 +00:00
Unit Add CMake support to the clang unittests. 2011-02-15 07:54:28 +00:00
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 test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. 2011-02-09 04:19:57 +00:00
make_test_dirs.pl