index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
AnalysisDeclContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
[CFG] Add LoopExit information to CFG
Peter Szecsi
2017-08-19
1
-0
/
+2
*
CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre
2017-07-12
1
-0
/
+2
*
[coroutines] Fix fallthrough diagnostics for coroutines
Eric Fiselier
2017-05-25
1
-0
/
+2
*
[Analysis] Use unique_ptr in AnalyaisDeclContextManager's ContextMap.
Justin Lebar
2016-10-10
1
-9
/
+5
*
[analyzer] Use BodyFarm-synthesized body even when actual body available.
Devin Coughlin
2016-03-28
1
-6
/
+12
*
[analyzer] Find ObjC 'self' decl even when block captures local named 'self'.
Devin Coughlin
2016-02-23
1
-2
/
+6
*
[analyzer] Invalidate destination of std::copy() and std::copy_backward().
Devin Coughlin
2016-02-07
1
-0
/
+15
*
[analyzer] Handle calling ObjC super method from inside C++ lambda.
Devin Coughlin
2015-11-15
1
-0
/
+17
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-3
/
+3
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-4
/
+4
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFG
David Blaikie
2014-08-29
1
-4
/
+3
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
1
-6
/
+14
*
[C++11] Use 'nullptr'. Analysis edition.
Craig Topper
2014-05-20
1
-14
/
+14
*
Fix typo from r206232
Richard Trieu
2014-04-15
1
-2
/
+2
*
Fix a bad interaction between -Wtautological-overlap-compare and delayed
Richard Trieu
2014-04-15
1
-0
/
+6
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-5
/
+0
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-6
/
+4
*
[C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
2014-02-19
1
-7
/
+3
*
[analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.
Jordan Rose
2014-01-13
1
-1
/
+3
*
[analyzer] Model getters of known-@synthesized Objective-C properties.
Jordan Rose
2014-01-10
1
-5
/
+12
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Only mark dump() function definitions 'used' in debug builds
Alp Toker
2014-01-04
1
-1
/
+1
*
[analyzer] Include analysis stack in crash traces.
Jordan Rose
2013-07-19
1
-6
/
+10
*
[analyzer; new edges] Simplify edges in a C++11 for-range loop.
Jordan Rose
2013-06-06
1
-0
/
+23
*
Revert "[analyzer; alternate edges] improve support for edges with PseudoObje...
Jordan Rose
2013-05-18
1
-22
/
+8
*
[analyzer; alternate edges] improve support for edges with PseudoObjectExprs.
Ted Kremenek
2013-05-17
1
-8
/
+22
*
[analyzer] Add debug helper LocationContext::dumpStack().
Jordan Rose
2013-03-30
1
-0
/
+26
*
Add configuration plumbing to enable static initializer branching in the CFG ...
Ted Kremenek
2013-03-29
1
-1
/
+3
*
clang/Analysis: Fix r174245, a valgrind error in AnalysisDeclContext::getBody...
NAKAMURA Takumi
2013-02-04
1
-0
/
+1
*
[analyzer] Always inline functions with bodies generated by BodyFarm.
Anna Zaks
2013-02-02
1
-2
/
+15
*
Use the BlockDecl captures list to infer the direct captures for a BlockDataR...
Ted Kremenek
2012-12-06
1
-4
/
+7
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+4
*
[analyzer] add LocationContext::inTopFrame() helper.
Anna Zaks
2012-11-03
1
-0
/
+4
*
Add clarifying comment.
Ted Kremenek
2012-09-24
1
-0
/
+2
*
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-21
1
-6
/
+25
*
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-09-05
1
-2
/
+4
*
[analyzer] Don't crash on implicit statements inside initializers.
Jordan Rose
2012-07-26
1
-1
/
+9
*
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-06-01
1
-14
/
+27
*
[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...
Jordy Rose
2012-04-28
1
-8
/
+3
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Replace a map of boolean values with a set.
Benjamin Kramer
2012-03-10
1
-14
/
+8
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-11
/
+7
*
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Argyrios Kyrtzidis
2012-03-01
1
-1
/
+1
*
Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"
Argyrios Kyrtzidis
2012-02-27
1
-1
/
+1
[next]