hanchenye-llvm-project/clang/lib/Analysis
Ted Kremenek 9b1f3d46d0 Fix NSLog format string checking for %@.
llvm-svn: 148885
2012-01-25 00:04:09 +00:00
..
AnalysisDeclContext.cpp Colorize and condense CFG pretty-printing. 2011-12-22 23:33:52 +00:00
CFG.cpp Revert various template unreachability code I committed accidentally. 2012-01-24 04:51:48 +00:00
CFGReachabilityAnalysis.cpp
CFGStmtMap.cpp Constify the result of CFGStmt::getStmt(). 2011-08-23 23:05:04 +00:00
CMakeLists.txt Update the CMake build for r146959's new files. 2011-12-20 08:42:15 +00:00
CocoaConventions.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Dominators.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
FormatString.cpp Fix NSLog format string checking for %@. 2012-01-25 00:04:09 +00:00
FormatStringParsing.h Support the 'a' length modifier in scanf format strings as a C90 2011-12-15 10:25:47 +00:00
LiveVariables.cpp Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObjExprs. It turns out 2011-12-22 01:30:46 +00:00
Makefile
PostOrderCFGView.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
PrintfFormatString.cpp Fix NSLog format string checking for %@. 2012-01-25 00:04:09 +00:00
ProgramPoint.cpp ProgramPoint cleanup after the previous commit r141408 (remove the copy constructor, mark withTag const). 2011-10-07 21:01:38 +00:00
PseudoConstantAnalysis.cpp
ReachableCode.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
ScanfFormatString.cpp Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR 9466. 2012-01-24 21:29:54 +00:00
ThreadSafety.cpp Handle thread safety attributes on functions with separate definitions and declarations. 2012-01-20 23:24:41 +00:00
UninitializedValues.cpp Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. 2011-10-24 01:32:45 +00:00