.. |
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
|
[C++11] Replacing CompoundStmt iterators body_begin() and body_end() with iterator_range body(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-17 14:19:37 +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
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +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] add a specialized diagnostic for unreachable increment expressions of loops.
|
2014-03-21 06:02:36 +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
|
The release_capability, release_shared_capability and release_generic_capability functions are now functionally distinct for capability analysis. The unlock_function attribute maps directly to release_generic_capability.
|
2014-03-21 14:48:48 +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 |