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
Age
Commit message (
Expand
)
Author
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-08
Thread safety analysis: turn on checking within lock and unlock functions.
DeLesley Hutchins
2013-04-01
Thread safety analysis: Turn on checking for non-scalar types by default.
DeLesley Hutchins
2013-03-30
[analyzer] Add debug helper LocationContext::dumpStack().
Jordan Rose
2013-03-29
[cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static ...
Ted Kremenek
2013-03-29
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
Add configuration plumbing to enable static initializer branching in the CFG ...
Ted Kremenek
2013-03-28
Add CFG logic to create a conditional branch for modeling static initializers.
Ted Kremenek
2013-03-27
Add const in preparation for a simplify_type change in llvm.
Rafael Espindola
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-21
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-05
Add note why we used a switch.
Ted Kremenek
2013-02-05
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
[analyzer] add comment
Anna Zaks
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
2013-01-19
-Wuninitialized: warn about uninitialized values resulting from ?: that evalu...
Ted Kremenek
2013-01-18
Thread-safety analysis: ignore edges from throw expressions in CFG.
DeLesley Hutchins
2013-01-17
Format strings: don't ever convert %+d to %lu.
Jordan Rose
2013-01-17
Format strings: correct signedness if already correcting width (%d,%u).
Jordan Rose
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-11
Test commit.
Enea Zaffanella
2013-01-07
CFG.cpp: Fix wrapping logic when printing block preds/succs.
Will Dietz
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-29
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-21
[analyzer] Fix typos.
Anna Zaks
2012-12-21
[analyzer] Re-apply r170826 and make the dumping of the GallGraph
Anna Zaks
2012-12-21
Revert r170826. The output of
Rafael Espindola
2012-12-21
[analyzer] Traverse the Call Graph in topological order.
Anna Zaks
2012-12-21
[analyzer] Add blocks and ObjC messages to the call graph.
Anna Zaks
2012-12-08
Thread-safety analysis: check member access on guarded non-primitive types.
DeLesley Hutchins
2012-12-06
Use the BlockDecl captures list to infer the direct captures for a BlockDataR...
Ted Kremenek
2012-12-05
Format strings: offer a cast to 'unichar' for %C in Objective-C contexts.
Jordan Rose
2012-12-05
Format strings: the correct conversion for 'char' is %c, not %d or %hhd.
Jordan Rose
2012-12-05
Thread-safety analysis: check locks on method calls, operator=, and
DeLesley Hutchins
2012-12-05
Thread Safety Analysis: refactor to make more methods accept const pointers,
DeLesley Hutchins
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-17
Further reduce "-fsyntax-only -Wuninitialized" time on sqlite3.c by another 2...
Ted Kremenek
2012-11-17
Switch -Wuninitialized to use a reverse-post order traversal as
Ted Kremenek
2012-11-13
Fix bad CFG construction bug when handling C++ 'try' statements.
Ted Kremenek
2012-11-03
[analyzer] add LocationContext::inTopFrame() helper.
Anna Zaks
2012-10-12
Fix potential null deference in CFG printer.
Ted Kremenek
2012-10-12
Remove dead store.
Ted Kremenek
[next]