hanchenye-llvm-project/clang/lib/Analysis
David Blaikie 83d382b1ca Switch assert(0/false) llvm_unreachable.
llvm-svn: 140367
2011-09-23 05:06:16 +00:00
..
AnalysisContext.cpp [analyzer] Constify a method. 2011-09-19 23:17:48 +00:00
CFG.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
CFGReachabilityAnalysis.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
CFGStmtMap.cpp Constify the result of CFGStmt::getStmt(). 2011-08-23 23:05:04 +00:00
CMakeLists.txt Thread Safety: Moving the analysis to a new file 2011-09-09 16:11:56 +00:00
CocoaConventions.cpp Warn on missing [super finalize] calls. 2011-08-28 22:35:17 +00:00
FormatString.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
FormatStringParsing.h Fix namespace polution. 2010-07-26 21:25:24 +00:00
LiveVariables.cpp Fix massive LiveVariables regression (due to LiveVariables rewrite) by addressing two performance problems: 2011-09-16 23:01:39 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
PrintfFormatString.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
ProgramPoint.cpp [analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*. 2011-08-12 23:04:46 +00:00
PseudoConstantAnalysis.cpp Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 2011-08-12 23:37:29 +00:00
ReachableCode.cpp Teach -Wunreachable-code about dead code caused by macro expansions. This should suppress false positives resulting from 'assert' and friends. 2011-08-25 19:28:55 +00:00
ScanfFormatString.cpp Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" 2010-07-27 04:46:02 +00:00
ThreadSafety.cpp Test commit 2011-09-20 17:25:59 +00:00
UninitializedValues.cpp -Wuninitialized: fix insidious bug resulting from interplay of blocks and dead code. Fixes <rdar://problem/10060250>. 2011-09-02 19:39:26 +00:00