clang/test
Douglas Gregor 95ea45072a Fix an incorrect warning about explicit template specializations for
nested types, from Michael Han!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132431 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-01 22:37:07 +00:00
..
ASTMerge
Analysis Tighen analyzer diagnostics w.r.t ObjC/CF leaks. 2011-05-26 18:45:44 +00:00
CXX Fix an incorrect warning about explicit template specializations for 2011-06-01 22:37:07 +00:00
CodeCompletion
CodeGen Just one for now to see how it will fly. 2011-05-31 00:34:37 +00:00
CodeGenCXX List c++ class type as public type in dwarf debug info output. 2011-05-31 20:46:46 +00:00
CodeGenObjC Fix test, check for stable strings in the output. 2011-05-31 22:37:03 +00:00
CodeGenObjCXX For calls returning first-class aggregates, store by element instead of creating aggregate stores in common cases. This is more friendly to fast-isel. 2011-05-17 21:08:01 +00:00
CodeGenOpenCL
Coverage
Driver Fix Darwin test for r132006. 2011-05-24 22:18:08 +00:00
FixIt Fixed test case asserts due to checkin of r130710. 2011-05-02 20:39:21 +00:00
Frontend Stop leaving a.out files around. 2011-05-16 02:23:45 +00:00
Headers
Index Add c-index-test printing and tests for static and virtual method 2011-05-13 15:54:42 +00:00
Lexer Audit and finish the implementation of C++0x nullptr, fixing two 2011-05-21 23:15:46 +00:00
Misc Change the include stack of "instantiated from" notes to fall under the control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. 2011-05-26 20:49:16 +00:00
PCH XFAIL the test on windows. 2011-06-01 21:52:17 +00:00
Parser Add a fix-it and better error recovery for improperly nested namespaces. This will give a better error message for cases such as "namespace foo::bar::baz {}" and a suggested fix-it of "namespace foo { namespace bar { namespace baz {} } }" 2011-05-26 20:11:09 +00:00
Preprocessor attempt to fix windows testers, which generate #line by default. 2011-05-22 23:47:57 +00:00
Rewriter
Sema Rename -Wunknown-attributes to -Wattributes to match GCC. 2011-06-01 20:09:40 +00:00
SemaCUDA
SemaCXX Even a return statement of an expression with a dependent type in a void 2011-06-01 07:44:31 +00:00
SemaObjC Emit an error when trying to @encode an incomplete type. 2011-05-14 20:32:39 +00:00
SemaObjCXX Implement comparisons between nullptr and Objective-C object 2011-06-01 15:12:24 +00:00
SemaOpenCL
SemaTemplate Enhance Clang to start instantiating static data member definitions 2011-05-27 01:33:31 +00:00
Tooling Fix test breakage due to example not being built. 2011-06-01 00:18:08 +00:00
Unit Preparations for separating target-specific clang tests. 2011-05-31 00:29:49 +00:00
CMakeLists.txt Remove the clang-test-XXX targets from the CMake builds; they really aren't useful 2011-05-20 15:01:17 +00:00
Makefile Preparations for separating target-specific clang tests. 2011-05-31 00:29:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg
lit.site.cfg.in Now with the right line endings. 2011-05-31 07:19:08 +00:00
make_test_dirs.pl