]> granicus.if.org Git - clang/history - include/clang/Analysis/CFG.h
Header guard canonicalization, clang part.
[clang] / include / clang / Analysis / CFG.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-06-13 Anna ZaksFix a crash in Retain Count checker error reporting
2014-05-20 Jordan RoseAdd a check for tautological bitwise comparisons to...
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-04-05 Richard TrieuAdd a new subgroup to -Wtautological-compare, -Wtautolo...
2014-03-29 Ted KremenekImprove -Wunreachable-code to provide a means to indica...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-08 Ted KremenekFix CFG bug where the 'isTemporaryDtorsBranch' bit...
2014-02-28 Benjamin KramerCFG: Also apply the filter to the first block in a...
2014-02-27 Ted KremenekRework CFG edges to encode potentially unreachable...
2014-01-13 Jordan Rose[analyzer] Add a CFG node for the allocator call in...
2014-01-09 Chandler CarruthUpdate Clang's CFGBlock interface to conform to the...
2013-09-25 Jordan Rose[analyzer] Handle destructors for the argument to C...
2013-09-03 Jordan RoseAdd an implicit dtor CFG node just before C++ 'delete...
2013-06-06 Jordan Rose[analyzer; new edges] Simplify edges in a C++11 for...
2013-05-15 Jordan RoseRemove unused, awkward CFGStmtVisitor and subclasses.
2013-05-15 David BlaikieUse only explicit bool conversion operator
2013-03-28 Ted KremenekAdd CFG logic to create a conditional branch for modeli...
2013-03-28 Rafael EspindolaThese are all simple pointer wrappers. Pass them by...
2013-03-27 Rafael EspindolaCleanup clang's specializations of simplify_type.
2013-02-23 David BlaikieRemove the CFGElement "Invalid" state.
2013-02-21 David BlaikieReplace CFGElement llvm::cast support to be well-defined.
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-11-30 Chandler CarruthUpdate to reflect the change of macro name in r168993.
2012-11-30 Jordan RoseUse the new LLVM_LVALUE_FUNCTION to ban two getAs(...
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-09-05 Jordan Rose[analyzer] Always include destructors in the analysis...
2012-06-09 Benjamin KramerReplace constant-sized BitVector with std::bitset.
2012-04-30 David BlaikieCorrect CFGBlock's front() and back() to return by...
2011-12-22 Ted KremenekColorize and condense CFG pretty-printing.
2011-12-05 Anna Zaks[analyzer] Rely on LLVM Dominators in Clang dominator...
2011-11-09 David BlaikieFixing 80 col violations (& removing any trailing white...
2011-09-13 Chandler CarruthAdd a bit to the CFGBlock to track when it contains...
2011-09-13 Chandler CarruthEnhance the CFG construction to detect no-return destru...
2011-08-23 Ted KremenekCFG: record set of C++ 'try' dispatch blocks, which...
2011-08-23 Ted KremenekConstify the result of CFGStmt::getStmt().
2011-08-12 Ted KremenekCleanup various declarations of 'Stmt*' to be 'Stmt...
2011-07-28 Ted Kremenek[analyzer] Overhaul how the static analyzer expects...
2011-07-21 Ted KremenekSimplify passing of CFGBuildOptions around for Analysis...
2011-07-20 Chris Lattnerremove some now-redundant forward declarations.
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-19 Ted KremenekAdd hooks into the CFG builder to force that specific...
2011-04-28 Ted KremenekAdd comment to CFGBlock suggested by Jiri Slaby.
2011-04-27 Ted KremenekRemove unused method CFGBlock::hasBinaryBranchTerminator().
2011-03-10 Ted KremenekWhen doing reachability analysis for warnings issued...
2011-03-10 Ted KremenekRework interaction between AnalysisContext and CFG...
2011-03-03 Ted KremenekTeach CFGImplicitDtor::getDestructorDecl() about arrays...
2011-03-02 Ted KremenekIntroduce CFGImplicitDtor::isNoReturn() to query whethe...
2011-03-01 Ted KremenekIn preparation for fixing PR 6884, rework CFGElement...
2011-01-15 Ted KremenekAdd const version if CFG::isBlkExpr().
2011-01-08 Sean HuntRenamed CXXBaseOrMemberInitializer to CXXCtorInitialize...
2010-12-19 Nick LewyckyAdd missing standard includes. Patch by Joerg Sonnenberger!
2010-12-16 Ted KremenekStart migration of static analyzer to using the
2010-11-15 Zhongxing XuAdd skeleton for handling other kinds of CFGElements.
2010-11-03 Marcin SwiderskiAdded generating destructors for temporary objects...
2010-10-29 Marcin SwiderskiAdded CFGTerminator class, that holds information about...
2010-10-05 Marcin SwiderskiAdded support for base and member destructors in destru...
2010-10-04 Marcin SwiderskiAdded support for C++ initializers in CFG.
2010-09-30 Marcin SwiderskiAdded methods for inserting CFGAutomaticObjDtors to...
2010-09-21 Marcin SwiderskiAdded:
2010-09-16 Zhongxing XuIntroduce new CFGElement hierarchy to support C++ CFG...
2010-09-15 Marcin SwiderskiTest commit
2010-09-14 Ted KremenekAdd CFG::BuildOptions class to pass in CFG builder...
2010-09-13 Ted KremenekRemove from the CFG the half-implemented support for...
2010-09-09 Ted KremenekRemove stray ';' and convert tabs to spaces.
2010-09-09 Ted KremenekAdd 'filtered_pred_iterator' and 'filtered_succ_iterato...
2010-08-15 Argyrios KyrtzidisRemove dead code, caught by unused function warnings.
2010-08-02 Ted KremenekAdd 'AnalysisContext::getUnoptimizedCFG()' to allow...
2010-03-15 Ted KremenekAdd comment to CFG to 'buildCFG()' arguments indicating...
2010-02-22 Zhongxing XuRemove dead code.
2010-01-21 Mike StumpSpeed up compilation by avoiding generating exceptional...
2010-01-21 Mike StumpAdd infrastructure to add base initializers and member...
2010-01-19 Mike StumpAdd CFG support for the start and end of scopes and...
2009-12-19 Daniel DunbarRemove ';' after method definition. Noticed by clang...
2009-12-16 Ted KremenekAdd (initial?) static analyzer support for handling...
2009-10-12 Ted KremenekUse a BumpPtrAllocator to allocate all aspects of CFG...
2009-09-24 Ted KremenekWhen building CFGs, no longer reverse the statements...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-07-22 Mike StumpAdd some documentation, to make it so the next person...
2009-07-21 Ted KremenekUpdate stale comment.
2009-07-20 Mike StumpAdd yet more analysis for CFGs involving conditionals...
2009-07-20 Mike StumpRemove an apparently unused forward class decl.
2009-07-16 Ted KremenekMove the source-level CFG from libAST to libAnalysis.