index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
Age
Commit message (
Expand
)
Author
2013-04-05
[analyzer] Show path diagnostic for C++ initializers
Anna Zaks
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-03-28
Add CFG logic to create a conditional branch for modeling static initializers.
Ted Kremenek
2013-03-28
These are all simple pointer wrappers. Pass them by value.
Rafael Espindola
2013-03-27
Cleanup clang's specializations of simplify_type.
Rafael Espindola
2013-03-22
[analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers.
Jordan Rose
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-21
Fix copy/paste to refer to the relevant type (ProgramPoint instead of TypeLoc).
David Blaikie
2013-02-21
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-16
Use trailing documentation comments properly
Dmitri Gribenko
2013-02-16
libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor.
Jordan Rose
2013-02-05
[analyzer] Fix typo, better doxygen as per Jordan's feedback.
Anna Zaks
2013-02-02
[analyzer] Always inline functions with bodies generated by BodyFarm.
Anna Zaks
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
Add missing includes and forward declarations so that headers don't depend on
Dmitri Gribenko
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
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-05
Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta.
DeLesley Hutchins
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-11-30
Update to reflect the change of macro name in r168993.
Chandler Carruth
2012-11-30
Use the new LLVM_LVALUE_FUNCTION to ban two getAs() calls on rvalues.
Jordan Rose
2012-11-03
[analyzer] add LocationContext::inTopFrame() helper.
Anna Zaks
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-21
Simplify getRuntimeDefinition() back to taking no arguments.
Ted Kremenek
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-21
Constify method.
Ted Kremenek
2012-09-21
Ensure that the Decl* wrapped by an AnalysisDeclContext cannot be changed after
Ted Kremenek
2012-09-21
Remove unused fields.
Ted Kremenek
2012-09-13
Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o.
Jordan Rose
2012-09-13
Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o).
Jordan Rose
2012-09-13
Refactor logic in ExprEngine for detecting 'noreturn' methods
Ted Kremenek
2012-09-10
Thread-safety analysis: differentiate between two forms of analysis; a precise
DeLesley Hutchins
2012-09-08
Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso.
Jordan Rose
2012-09-08
Format strings: %Ld isn't available on Darwin or Windows.
Jordan Rose
2012-09-06
[analyzer] Assert that StmtPoint should be created with a non-null Stmt.
Anna Zaks
2012-09-05
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-08-29
[analyzer] Improved diagnostic pruning for calls initializing values.
Anna Zaks
2012-08-07
Remove ScanfArgType and bake that logic into ArgType.
Hans Wennborg
2012-08-07
Rename analyze_format_string::ArgTypeResult to ArgType
Hans Wennborg
2012-07-27
Make -Wformat walk the typedef chain when looking for size_t, etc.
Hans Wennborg
2012-07-10
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
Jordan Rose
2012-07-10
[analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.
Jordan Rose
[next]