llvm-project/clang/test
Ted Kremenek da8a79ac8d "Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant
doesn't hold.  This fix is to increase the loop unrolling count to 4, which experiments show doesn't typically impact
analysis time.  The real fix is to modify the IdempotentOperationsChecker to suppress warnings where an analysis point
could be preceded by a point where we gave up due to loop unrolling.

llvm-svn: 116769
2010-10-18 23:36:05 +00:00
..
ASTMerge Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). 2010-10-15 18:21:24 +00:00
Analysis "Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant 2010-10-18 23:36:05 +00:00
CXX Implement the first half of [dcl.attr.override]p6. 2010-10-18 16:24:27 +00:00
CodeCompletion Fix the mapping of vertical-space cursor kinds to produce a newline, 2010-10-08 20:39:29 +00:00
CodeGen Reapply r116684 with fixes. The test cases needed to be updated. 2010-10-18 03:41:31 +00:00
CodeGenCXX Fix some bugs in local class mangling brought up in PR8355. 2010-10-18 21:28:44 +00:00
CodeGenObjC patch fixes class names missing from method names in debug information for 2010-10-18 17:51:06 +00:00
CodeGenObjCXX Fix a crash encoding ivars of vector types and 2010-10-07 21:25:25 +00:00
Coverage Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if 2010-10-11 05:44:49 +00:00
Driver Revert r116605, a lot more were committed by mistake. 2010-10-15 18:51:34 +00:00
FixIt Disable this test again, which naturally fails on every platform except the one I'm building with 2010-10-15 23:23:05 +00:00
Frontend Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
Headers Define _Bool, bool, true, and false macros in <stdbool.h> when we're 2010-09-29 04:57:11 +00:00
Index Fix the translation of the PCC_ForInit code-completion context for 2010-10-18 22:01:46 +00:00
Lexer r116509 fixed the Win32 XFAIL. 2010-10-14 20:49:46 +00:00
Misc Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
PCH Read/write declaration attributes from/to PCH properly. Embed them in the declaration block instead of trying to create another block. 2010-10-18 19:20:11 +00:00
Parser Treat __extension__ like ParenExpr. 2010-10-15 07:51:18 +00:00
Preprocessor Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if 2010-10-11 05:44:49 +00:00
Rewriter Fix a rewriting bug of rewriting properties declared in 2010-10-16 00:29:27 +00:00
Sema Microsoft enum extensions. 2 things will change on -fms-extensions: 2010-10-18 15:01:13 +00:00
SemaCXX Microsoft enum extensions. 2 things will change on -fms-extensions: 2010-10-18 15:01:13 +00:00
SemaObjC When performing typo correction, keep track of whether the last lookup 2010-10-15 16:49:56 +00:00
SemaObjCXX Check for ivar being a C++ object before attempting to 2010-10-15 22:42:59 +00:00
SemaTemplate There is no reason for dereferencing a pointer-to-member to require 2010-10-13 20:41:14 +00:00
CMakeLists.txt CMake: Clang test targets depend on the {FileCheck,not,count} tools. 2010-07-29 22:57:17 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg Let lit give helpful advice if 'make test' was not run yet. 2010-09-27 20:40:32 +00:00
lit.site.cfg.in Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +00:00
make_test_dirs.pl