clang/test
Ted Kremenek dd54de85cd Add initial version of "IteratorsChecker", a checker to find misues uses of C++ iterators.
This checker was created by Jim Goodnow II, and I migrated it to the
new Checker interface (recent changes by Argiris).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127525 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-12 02:49:15 +00:00
..
ASTMerge
Analysis Add initial version of "IteratorsChecker", a checker to find misues uses of C++ iterators. 2011-03-12 02:49:15 +00:00
CXX Revert r127206 "Detect attempts to provide a specialization of a function within 2011-03-09 23:24:34 +00:00
CodeCompletion
CodeGen When we adjust the inline ASM type, we need to take into account an early 2011-03-07 22:47:14 +00:00
CodeGenCXX The conditional needs to be pushed before the branch. Make the test less 2011-03-07 03:12:35 +00:00
CodeGenObjC objc IRGen for Next runtime message API. 2011-03-01 17:28:13 +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 Add a test case that would have caught the bug fixed in r126640. 2011-02-28 07:38:09 +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
Index Teach libclang's token-annotation logic about context-sensitive 2011-03-08 17:10:18 +00:00
Lexer Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. 2011-02-20 12:13:05 +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 When we're determining whether to complain about a conversion from one 2011-03-12 00:14:31 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Implement a hack intended to allow Clang to parse libstdc++ 4.5's 2011-03-11 23:10:44 +00:00
SemaObjC Property setter/getter must be looked up in property type's 2011-03-09 22:17:12 +00:00
SemaObjCXX Add -fcxx-exceptions to all tests that use C++ exceptions. 2011-02-28 00:40:07 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Fixes for some more expressions containing function templateids that 2011-03-12 01:48:56 +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