llvm-project/clang/lib
Ted Kremenek 16704bb15b Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we have significantly
improved the pruning heuristics.  The current heuristics are pretty good, but they make diagnostics
for uninitialized variables warnings particularly useless in some cases.

llvm-svn: 157734
2012-05-31 06:03:17 +00:00
..
ARCMigrate [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. 2012-05-24 16:48:23 +00:00
AST Use fewer temporaries mangling APSInt objects. The performance difference 2012-05-29 07:01:45 +00:00
Analysis Suggest '%@' for Objective-C objects in ObjC format strings. 2012-05-30 21:53:13 +00:00
Basic Add builtin for pclmulqdq instruction. 2012-05-31 05:18:48 +00:00
CodeGen objective-c: fix a sema and IRGen crash when property 2012-05-29 19:56:01 +00:00
Driver MIPS: Pass -KPIC argument to MIPS assembler if necessary. 2012-05-29 19:07:33 +00:00
Edit [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. 2012-05-24 16:48:23 +00:00
Frontend Fix indenting. 2012-05-29 17:05:42 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Add builtin for pclmulqdq instruction. 2012-05-31 05:18:48 +00:00
Lex Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so in a less malloc-intensive way. 2012-05-18 19:32:16 +00:00
Parse objc: position of 'fixit' was off by one. 2012-05-29 21:52:45 +00:00
Rewrite clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Win32 doesn't allow rename/removing opened files. 2012-05-27 12:59:58 +00:00
Sema Change wording of 'memcpy' type mismatch warning and remove fixit. 2012-05-30 23:14:52 +00:00
Serialization Address minor FIXME in RedeclLink to contain a PointerIntPair instead of derive from it. 2012-05-28 19:38:42 +00:00
StaticAnalyzer Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we have significantly 2012-05-31 06:03:17 +00:00
Tooling Adds a toString method to Replacement, which helps debugging. 2012-05-30 16:04:29 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00