.. |
AnalysisDeclContext.cpp
|
remove a bunch of unused private methods
|
2014-03-23 17:12:37 +00:00 |
BodyFarm.cpp
|
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_end() with iterator_range property_impls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 15:02:45 +00:00 |
BodyFarm.h
|
[analyzer] Tighten up sanity checks on Objective-C property getter synthesis.
|
2014-01-23 03:59:10 +00:00 |
CFG.cpp
|
Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,
|
2014-04-05 05:17:01 +00:00 |
CFGReachabilityAnalysis.cpp
|
Rework CFG edges to encode potentially unreachable edges, instead of just making them NULL.
|
2014-02-27 00:24:00 +00:00 |
CFGStmtMap.cpp
|
Remove the CFGElement "Invalid" state.
|
2013-02-23 00:29:34 +00:00 |
CMakeLists.txt
|
Thread Safety Analysis: update to internal SExpr handling.
|
2014-04-07 18:09:54 +00:00 |
CallGraph.cpp
|
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with iterator_range decls(). The same is true for the noload versions of these APIs. Updating all of the usages of the iterators with range-based for loops.
|
2014-03-07 19:56:05 +00:00 |
CocoaConventions.cpp
|
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
|
2013-02-08 22:30:41 +00:00 |
Consumed.cpp
|
Consumed Analysis: IgnoreParens bugfix.
|
2014-03-20 20:39:20 +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
|
Analysis: Add support for MS specific printf format specifiers
|
2013-08-21 21:54:46 +00:00 |
FormatStringParsing.h
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
LiveVariables.cpp
|
remove a bunch of unused private methods
|
2014-03-23 17:12:37 +00:00 |
Makefile
|
…
|
|
ObjCNoReturn.cpp
|
clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof]
|
2012-09-13 05:53:17 +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
|
Analysis: Make %I in printf more reasonable, add more tests
|
2013-08-22 07:53:21 +00:00 |
ProgramPoint.cpp
|
[analyzer] Improved checker naming in CFG dump.
|
2014-02-17 18:25:34 +00:00 |
PseudoConstantAnalysis.cpp
|
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 17:01:24 +00:00 |
ReachableCode.cpp
|
[-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools.
|
2014-03-29 04:49:20 +00:00 |
ScanfFormatString.cpp
|
scanf format checking: include the buffer length in the fix-it for %s.
|
2014-03-20 03:32:39 +00:00 |
ThreadSafety.cpp
|
Thread Safety Analysis: reorganized SExpr header files. No change in
|
2014-04-09 22:39:43 +00:00 |
ThreadSafetyCommon.cpp
|
Thread Safety Analysis: reorganized SExpr header files. No change in
|
2014-04-09 22:39:43 +00:00 |
UninitializedValues.cpp
|
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 18:34:04 +00:00 |