llvm-project/clang/lib/Analysis
Ted Kremenek 64c235e4c6 Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468.
llvm-svn: 106151
2010-06-16 21:23:04 +00:00
..
AnalysisContext.cpp Only perform CFG-based warnings on 'static inline' functions that 2010-03-23 00:13:23 +00:00
CFG.cpp Make addStmt always add stmt. Delegate other cases to Visit() directly. 2010-06-03 06:43:23 +00:00
CMakeLists.txt Convert DeclNodes to use TableGen. 2010-05-30 07:21:58 +00:00
LiveVariables.cpp Assignments to reference variables shouldn't kill the variable. 2010-06-04 01:14:56 +00:00
Makefile Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. 2010-06-08 20:44:43 +00:00
PrintfFormatString.cpp Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. 2010-06-16 21:23:04 +00:00
ReachableCode.cpp Move the rest of the unreachable code analysis from libSema 2010-02-23 05:59:20 +00:00
UninitializedValues.cpp [CFG] 2010-03-02 21:43:54 +00:00