llvm-project/clang/lib/Analysis
Ted Kremenek c8b188d541 Refactor the logic for printf argument type-checking into analyze_printf::ArgTypeResult.
Implement printf argument type checking for '%s'.

Fixes <rdar://problem/3065808>.

llvm-svn: 96310
2010-02-16 01:46:59 +00:00
..
AnalysisContext.cpp Teach RegionStore::InvalidateRegions() to also invalidate static variables referenced by blocks. 2010-02-06 00:30:00 +00:00
CFG.cpp Improve unreachable code warnings with respect to dead binary and 2010-01-21 17:21:23 +00:00
CMakeLists.txt Add skeleton for a more structured way to analyzing pring format 2010-01-27 23:43:25 +00:00
LiveVariables.cpp Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
PrintfFormatString.cpp Refactor the logic for printf argument type-checking into analyze_printf::ArgTypeResult. 2010-02-16 01:46:59 +00:00
UninitializedValues.cpp Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00