| .. |
|
AnalysisDeclContext.cpp
|
[analyzer] Include analysis stack in crash traces.
|
2013-07-19 00:59:08 +00:00 |
|
BodyFarm.cpp
|
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None
|
2013-05-05 00:41:58 +00:00 |
|
BodyFarm.h
|
Include llvm::Optional in clang/Basic/LLVM.h
|
2013-02-20 22:23:23 +00:00 |
|
CFG.cpp
|
Omit arguments of __builtin_object_size from the CFG.
|
2013-08-19 16:27:28 +00:00 |
|
CFGReachabilityAnalysis.cpp
|
Use pop_back_val() instead of both back() and pop_back().
|
2013-08-23 16:11:15 +00:00 |
|
CFGStmtMap.cpp
|
Remove the CFGElement "Invalid" state.
|
2013-02-23 00:29:34 +00:00 |
|
CMakeLists.txt
|
Patch by Chris Wailes <chris.wailes@gmail.com>.
|
2013-08-12 21:20:55 +00:00 |
|
CallGraph.cpp
|
[analyzer] Fix typos.
|
2012-12-21 17:27:04 +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: non-const methods no longer transfer an object into an
|
2013-08-29 21:17:25 +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
|
Use pop_back_val() instead of both back() and pop_back().
|
2013-08-23 16:11:15 +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] 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
|
Properly track l-paren of a CXXFucntionalCastExpr.
|
2013-08-15 22:02:56 +00:00 |
|
ScanfFormatString.cpp
|
Analysis: Add support for MS specific printf format specifiers
|
2013-08-21 21:54:46 +00:00 |
|
ThreadSafety.cpp
|
Thread Safety Analysis: fix bug when using TryLock with && and || expressions.
|
2013-08-15 23:06:33 +00:00 |
|
UninitializedValues.cpp
|
Use pop_back_val() instead of both back() and pop_back().
|
2013-08-23 16:11:15 +00:00 |