]> granicus.if.org Git - clang/history - include/clang/Analysis/CFG.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Analysis / CFG.h
2019-10-19 Richard TrieuNew tautological warning for bitwise-or with non-zero...
2019-09-12 Kristof Umann[CFG] Add dumps for CFGElement and CFGElementRef
2019-08-14 Kristof Umann[CFG] Introduce CFGElementRef, a wrapper that knows...
2019-08-14 Kristof Umann[analyzer][CFG] Don't track the condition of asserts
2019-07-05 Kristof Umann[analyzer][IDF] Add a control dependency calculator...
2019-07-05 Kristof Umann[CFG] Add a new function to get the proper condition...
2019-07-03 Kristof UmannRevert "[analyzer][CFG] Return the correct terminator...
2019-07-03 Kristof Umann[analyzer][CFG] Return the correct terminator condition
2019-05-29 Csaba Dabis[analyzer] print() JSONify: CFG implementation
2019-05-24 Artem Dergachev[CFG] Add branch to skip vbase inits when they're handl...
2019-05-24 Artem Dergachev[CFG] NFC: Remove implicit conversion from CFGTerminato...
2019-04-30 Artem Dergachev[analyzer] Treat functions without run-time branches...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-07-31 Artem Dergachev[CFG] [analyzer] Implement function argument constructi...
2018-07-31 Artem Dergachev[CFG] [analyzer] Add construction contexts for returnin...
2018-07-28 Fangrui Song[CFG] Remove duplicate function/class names at the...
2018-06-28 Artem Dergachev[CFG] [analyzer] Add construction contexts that explain...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-03-22 Artem Dergachev[CFG] [analyzer] Add C++17-specific ctor-initializer...
2018-03-22 Artem Dergachev[CFG] [analyzer] Add C++17-specific variable and return...
2018-03-12 Artem Dergachev[CFG] [analyzer] Don't add construction context to...
2018-03-12 Artem Dergachev[CFG] [analyzer] Add construction context to C++ return...
2018-03-12 Maxim Ostapenko[analyzer] Add scope information to CFG
2018-02-27 Artem Dergachev[CFG] NFC: Refactor ConstructionContext into a finite...
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for lifetime-extend...
2018-02-23 Artem Dergachev[CFG] [analyzer] NFC: Allow more complicated constructi...
2018-02-10 Artem Dergachev[analyzer] NFC: Use CFG construction contexts instead...
2018-02-10 Artem Dergachev[CFG] Add construction context for constructor initiali...
2018-02-08 Artem Dergachev[CFG] Add extra context to C++ constructor statement...
2017-12-07 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2017-08-19 Peter Szecsi[CFG] Add LoopExit information to CFG
2017-07-12 Matthias GehreCFG: Add CFGElement for automatic variables that leave...
2016-09-12 Martin Bohme[CFG] Add iterator_ranges to CFG and CFGBlock.
2016-08-31 Tim Shens/static inline/static/ for headers I have changed...
2016-08-22 Tim Shen[GraphTraits] Replace all NodeType usage with NodeRef
2016-08-19 Tim Shen[GraphTraits] Make nodes_iterator dereference to NodeTy...
2016-08-15 Tim Shen[ADT] Change PostOrderIterator to use NodeRef. NFC.
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-09 Duncan P. N. Exon... Analysis: Make CFG::graph_iterator dereference to non...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in header...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-03 Enrico PertosoAppend CXXDefaultInitExpr's wrapped expression to the...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2014-08-29 David Blaikieunique_ptrify the result of CFG::buildCFG/CFGBuilder...
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
next