llvm-project/clang/test
Ted Kremenek b535181199 Static Analyzer driver/options (partial) cleanup:
- Move all analyzer options logic to AnalysisConsumer.cpp.
- Unified specification of stores/constraints/output to be:
   -analyzer-output=...
   -analyzer-store=...
   -analyzer-constraints=...
  instead of -analyzer-range-constraints, -analyzer-store-basic, etc.
- Updated drivers (ccc-analyzer, scan-builds, new ccc) to obey this new
  interface
- Updated test cases to conform to new driver options

llvm-svn: 64737
2009-02-17 04:27:41 +00:00
..
Analysis Static Analyzer driver/options (partial) cleanup: 2009-02-17 04:27:41 +00:00
CodeGen Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. 2009-02-16 22:43:43 +00:00
CodeGenCXX Add basic support for C++ name mangling according to the Itanium C++ 2009-02-13 00:10:09 +00:00
CodeGenObjC Fixes a bug in property type encoding. 2009-02-16 21:41:04 +00:00
Coverage Support va_arg on _Complex. 2009-02-10 03:03:30 +00:00
Driver just remove this insane testcase :) 2009-02-08 19:44:51 +00:00
Lexer Fix PR2477 - clang misparses "//*" in C89 mode 2009-01-16 22:39:25 +00:00
Misc Fix rdar://6562329, a static analyzer crash Ted noticed on 2009-02-13 19:33:24 +00:00
Parser Make "implicit int" an error in C++ (unless we're allowing Microsoft 2009-02-16 22:38:20 +00:00
Preprocessor fix PR3579: __LINE__ expands to the presumed location of the 2009-02-15 21:06:15 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema Static variables and functions won't collide with standard library 2009-02-17 03:23:10 +00:00
SemaCXX Make "implicit int" an error in C++ (unless we're allowing Microsoft 2009-02-16 22:38:20 +00:00
SemaObjC warn about interfaces that inherit from deprecated classes. 2009-02-16 21:33:09 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Added ClassTemplateSpecializationDecl, which is a subclass of 2009-02-17 01:05:43 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00