llvm-project/clang/test
Anna Zaks 8298af85a6 [analyzer] Add taint awareness to DivZeroChecker.
llvm-svn: 148566
2012-01-20 20:28:31 +00:00
..
ARCMT arc migrator: replace "retain" attribute with "strong" 2012-01-20 19:15:02 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] Add taint awareness to DivZeroChecker. 2012-01-20 20:28:31 +00:00
CXX Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler and less error-prone way of handling the relevant cases. Towards marking of whether a declaration is used more accurately. 2012-01-20 01:26:23 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Add and update tests for character literals 2012-01-18 12:27:10 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX constexpr: converted constant expression handling for enumerator values, case 2012-01-18 23:55:52 +00:00
CodeGenObjC When initializing a catch variable in ARC, be sure to emit retains 2012-01-17 20:16:56 +00:00
CodeGenObjCXX When initializing a catch variable in ARC, be sure to emit retains 2012-01-17 20:16:56 +00:00
CodeGenOpenCL A few style changes. 2012-01-19 01:16:16 +00:00
Coverage Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Driver In the driver, -fmodules enables modules for C/Objective-C but one 2012-01-18 15:19:58 +00:00
FixIt Extend the error of invalid token after declarations to include fixits for 2012-01-19 22:01:51 +00:00
Frontend Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Headers Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Index [libclang] Fix crash when indexing attributes, rdar://10702250. 2012-01-20 01:38:51 +00:00
Lexer Add and update tests for character literals 2012-01-18 12:27:10 +00:00
Misc Pedantic diagnostic correction: in C++, we have integral constant expressions, 2012-01-15 03:51:30 +00:00
Modules When deserializing the definition of a C++ class/ObjC class/ObjC 2012-01-15 18:08:05 +00:00
PCH Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Parser Improve diagnostics for dangling '}'. 2012-01-17 01:04:27 +00:00
Preprocessor Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Rewriter objective-c: Use class definition AST in several situations when 2011-12-23 00:31:02 +00:00
Sema Convert SemaDecl.cpp to pass callback objects to CorrectTypo. 2012-01-18 21:41:41 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX constexpr: converted constant expression handling for enumerator values, case 2012-01-18 23:55:52 +00:00
SemaObjC objc: deprecate direct usage of 'isa' of objc objects 2012-01-18 19:08:56 +00:00
SemaObjCXX objc: deprecate direct usage of 'isa' of objc objects 2012-01-18 19:08:56 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Pedantic diagnostic correction: in C++, we have integral constant expressions, 2012-01-15 03:51:30 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt CUDA: set proper calling conventions for PTX 2011-10-06 16:49:54 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts. 2011-11-28 05:09:42 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl