.. |
AnalysisDeclContext.cpp
|
static analyzer: add inlining support for directly called blocks.
|
2012-06-01 20:04:04 +00:00 |
CFG.cpp
|
Revert Decl's iterators back to pointer value_type rather than reference value_type
|
2012-06-06 20:45:41 +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
|
Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObjExprs. It turns out
|
2011-12-22 01:30:46 +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
|
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
|
2012-03-10 09:33:50 +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: implement lock_returned attribute.
|
2012-06-25 18:33:18 +00:00 |
UninitializedValues.cpp
|
-Wuninitialized bugfix: when entering the scope of a variable with no
|
2012-06-16 23:34:14 +00:00 |