clang-1/test
Richard Smith a085da8624 Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a reference-to-void type). Don't crash if it does.
Also fix an issue where type source information for the resulting type was being lost.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127811 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-17 16:11:59 +00:00
..
ASTMerge Fix two thinkos and add a test for importing the AST of a category 2010-12-08 16:41:55 +00:00
Analysis Teach VariadicMethodTypeChecker about pointers attributed as 'NSObject'. 2011-03-17 04:10:25 +00:00
CXX Detect attempts to provide a specialization of a function within a 2011-03-16 19:27:09 +00:00
CodeCompletion Don't crash when code-completing after "#include <". It would be far 2010-12-09 23:35:36 +00:00
CodeGen Switch from internal to linker_private linkage, it is sufficient to please the new linker. 2011-03-14 21:08:19 +00:00
CodeGenCXX PR9494: Get rid of bitcast which was both unnecessary and written incorrectly. 2011-03-16 22:34:09 +00:00
CodeGenObjC Don't emit read barriers for reading __weak __block variables 2011-03-16 02:53:38 +00:00
CodeGenObjCXX IRGen. Fix IR when message returns reference type. 2011-03-02 20:09:49 +00:00
CodeGenOpenCL OpenCL: standardise naming of test cases 2011-02-15 19:46:41 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this 2011-03-17 00:07:34 +00:00
FixIt Provide Fixit warning when 'auto' is intended as storage 2011-02-22 23:17:49 +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 When libclang visits a translation unit via clang_visitChildren(), 2011-03-16 23:23:30 +00:00
Lexer Create __has_feature(cxx_noexcept) and mark it as working. 2011-03-15 21:17:12 +00:00
Misc FileCheckize this test. 2011-03-09 10:56:54 +00:00
PCH Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
Parser Parser support for noexcept specifications. 2011-03-05 14:45:16 +00:00
Preprocessor Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
Rewriter Fix objc rewriting bug casting to qualified objective-c pointetr. 2011-02-26 01:31:36 +00:00
Sema Make test more portable. 2011-03-17 04:16:45 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a reference-to-void type). Don't crash if it does. 2011-03-17 16:11:59 +00:00
SemaObjC Remove warning for null characters in CFString literals. Clang handles them just fine, and GCC 4.2 doesn't warn here either. 2011-03-15 21:18:52 +00:00
SemaObjCXX Make sure that we always pop a function's scope *before* we call 2011-03-16 17:05:57 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Clean up our handling of template-ids that resolve down to a single 2011-03-16 19:16:25 +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