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
/
CFG.cpp
Age
Commit message (
Expand
)
Author
2012-01-24
More fixes/tests.
David Blaikie
2012-01-24
Support undefined dependent bases.
David Blaikie
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-11
Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...
Zhongxing Xu
2011-12-28
Enable the user to control whether CXXConstructExpr will be added as a
Zhongxing Xu
2011-12-22
Colorize and condense CFG pretty-printing.
Ted Kremenek
2011-12-21
Improve CFG pretty-printing for CXXConstructExprs.
Ted Kremenek
2011-12-21
Improve CFG pretty-printing of CastExprs.
Ted Kremenek
2011-12-05
[analyzer] Rely on LLVM Dominators in Clang dominator computation.
Anna Zaks
2011-11-15
Teach the CFG builder how to properly destroy temporaries who
Douglas Gregor
2011-11-06
Change the AST representation of operations on Objective-C
John McCall
2011-11-05
Per discussion with John McCall, don't add OpaqueValueExprs to the CFG.
Ted Kremenek
2011-10-29
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-14
Refactor static analyzer to use simpler interface to constant expression eval...
Richard Smith
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-13
Add a bit to the CFGBlock to track when it contains a no-return
Chandler Carruth
2011-09-13
Consolidate the logic for building a no-return CFG block into a single
Chandler Carruth
2011-09-13
Enhance the CFG construction to detect no-return destructors for
Chandler Carruth
2011-09-10
Extend the Stmt AST to make it easier to look through label, default,
Chandler Carruth
2011-08-23
CFG: record set of C++ 'try' dispatch blocks, which could be of interest to v...
Ted Kremenek
2011-08-23
Constify the result of CFGStmt::getStmt().
Ted Kremenek
2011-08-23
Fix regression in -Wuninitialized involving VLAs. It turns out that we were ...
Ted Kremenek
2011-08-17
Fix else style. No functionality change intended.
Chad Rosier
2011-08-17
Fix a handful of dead stores found by Clang's static analyzer. There's a bun...
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
Revert "Fix crash in CFGBuilder involving implicit destructor calls and gotos...
Ted Kremenek
2011-08-12
Fix crash in CFGBuilder involving implicit destructor calls and gotos jumping...
Ted Kremenek
2011-08-06
[analyzer] Simplify logic for ExprEngine::VisitUnaryExprOrTypeTraitExpr to av...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-19
Add hooks into the CFG builder to force that specific expressions are always ...
Ted Kremenek
2011-06-21
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-06-10
[analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expres...
Jordy Rose
2011-05-24
Add explicit CFG support for ignoring static_asserts.
Ted Kremenek
2011-05-13
Refactoring of constant expression evaluator
Peter Collingbourne
2011-05-11
Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy,
John McCall
2011-05-10
Elide __label__ declarations from the CFG. This resolves a crash in CFGRecSt...
Ted Kremenek
2011-04-27
Remove unused method CFGBlock::hasBinaryBranchTerminator().
Ted Kremenek
2011-04-18
Fix PR9741. The implicit declarations created for range-based for loops weren...
Richard Smith
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-14
Add support for C++0x's range-based for loops, as specified by the C++11 draf...
Richard Smith
2011-04-14
Return the correct lastly populated block from CFGBuilder::VisitUnaryExprOrTy...
Ted Kremenek
2011-04-04
Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...
Ted Kremenek
2011-04-04
-Wuninitialized: don't warn about uninitialized variables in unreachable code.
Ted Kremenek
2011-03-23
Fix CFG-construction bug when run from AnalysisBasedWarnings::IssueWarnings()...
Ted Kremenek
2011-03-16
Teach CFGBuilder that the 'default' branch of a switch statement is dead if a...
Ted Kremenek
2011-03-13
Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep...
Sebastian Redl
2011-03-13
Fix CFG assertion failure reported in PR 9467. This was due to recent change...
Ted Kremenek
2011-03-12
Propagate the new exception information to FunctionProtoType.
Sebastian Redl
2011-03-11
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-10
When doing reachability analysis for warnings issued under DiagRuntimeBehavio...
Ted Kremenek
[prev]
[next]