index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
AnalysisDeclContext.cpp
Age
Commit message (
Expand
)
Author
2013-03-30
[analyzer] Add debug helper LocationContext::dumpStack().
Jordan Rose
2013-03-29
Add configuration plumbing to enable static initializer branching in the CFG ...
Ted Kremenek
2013-02-04
clang/Analysis: Fix r174245, a valgrind error in AnalysisDeclContext::getBody...
NAKAMURA Takumi
2013-02-02
[analyzer] Always inline functions with bodies generated by BodyFarm.
Anna Zaks
2012-12-06
Use the BlockDecl captures list to infer the direct captures for a BlockDataR...
Ted Kremenek
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-03
[analyzer] add LocationContext::inTopFrame() helper.
Anna Zaks
2012-09-24
Add clarifying comment.
Ted Kremenek
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-05
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-07-26
[analyzer] Don't crash on implicit statements inside initializers.
Jordan Rose
2012-07-04
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-06-01
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-04-28
[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...
Jordy Rose
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Replace a map of boolean values with a set.
Benjamin Kramer
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-01
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Argyrios Kyrtzidis
2012-02-27
Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"
Argyrios Kyrtzidis
2011-12-22
Colorize and condense CFG pretty-printing.
Ted Kremenek
2011-12-22
Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObj...
Ted Kremenek
2011-11-14
[analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture...
Ted Kremenek
2011-10-24
Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp
Chandler Carruth