..
AnalysisDeclContext.cpp
static analyzer: add inlining support for directly called blocks.
2012-06-01 20:04:04 +00:00
CFG.cpp
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
2012-07-04 17:04:04 +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
Remove a goofy CMake hack and use the standard CMake facilities to
2012-06-21 01:30:21 +00:00
CallGraph.cpp
Remove unused private member variables found by clang's new -Wunused-private-field.
2012-06-06 17:32:50 +00:00
CocoaConventions.cpp
Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They are now just simple wrappers around method families, and method decls can cache method family lookups. Also, no one is using them right now.
2012-03-17 20:51:32 +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
Teach printf/scanf about enums with fixed underlying types.
2012-06-04 22:48:57 +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
Bail out the LiveVariables analysis when the CFG is very large, as
2012-07-02 20:21:52 +00:00
Makefile
BUILD_ARCHIVE is the default for libraries, no need to set it.
2010-07-18 00:14:47 +00:00
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
Make suggestions for mismatched enum arguments to printf/scanf.
2012-06-04 22:49:02 +00:00
ProgramPoint.cpp
[analyzer] Run remove dead bindings right before leaving a function.
2012-04-20 21:59:08 +00:00
PseudoConstantAnalysis.cpp
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
2012-07-04 17:04:04 +00:00
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
Make suggestions for mismatched enum arguments to printf/scanf.
2012-06-04 22:49:02 +00:00
ThreadSafety.cpp
Thread safety analysis: improve handling of smart pointers.
2012-07-03 19:47:18 +00:00
UninitializedValues.cpp
-Wuninitialized: assume that an __attribute__((returns_twice)) function might
2012-07-02 23:23:04 +00:00