.. |
AnalysisDeclContext.cpp
|
Use llvm::DeleteContainerSeconds when possible
|
2014-02-19 23:44:52 +00:00 |
BodyFarm.cpp
|
Rename getResultType() on function and method declarations to getReturnType()
|
2014-01-25 16:55: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
|
Remove some unnecessary qualification
|
2014-03-04 23:39:18 +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
|
Use llvm::DeleteContainerSeconds when possible
|
2014-02-19 23:44:52 +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: bugfix for operator calls. Also fixes some formatting
|
2014-01-16 23:07:16 +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
|
[C++11] Replace llvm::tie with std::tie.
|
2014-03-02 13:01:17 +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
|
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
|
2012-07-04 17:04:04 +00:00 |
ReachableCode.cpp
|
[-Wunreachable-code] Refine treating all branches of 'switch' as reachable, which includes those with all cases covered but with no 'default:'.
|
2014-03-06 08:09:00 +00:00 |
ScanfFormatString.cpp
|
Analysis: Add support for MS specific printf format specifiers
|
2013-08-21 21:54:46 +00:00 |
ThreadSafety.cpp
|
Based on usage, the NamedDecl is always set when constructing a CallingContext, but none of the other optional parameters are. Removing the optional parameters, and making the NamedDecl required.
|
2014-03-06 19:37:24 +00:00 |
UninitializedValues.cpp
|
Rework CFG edges to encode potentially unreachable edges, instead of just making them NULL.
|
2014-02-27 00:24:00 +00:00 |