]> granicus.if.org Git - clang/history - include/clang/Analysis/ProgramPoint.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Analysis / ProgramPoint.h
2019-05-29 Csaba Dabis[analyzer] print() JSONify: getNodeLabel implementation
2019-05-24 Artem Dergachev[CFG] NFC: Remove implicit conversion from CFGTerminato...
2019-04-19 Artem DergachevReapply "[analyzer] Introduce a simplified API for...
2019-03-29 Artem DergachevRevert "[analyzer] Introduce a simplified API for addin...
2019-03-29 Artem Dergachev[analyzer] Introduce a simplified API for adding custom...
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-09-30 Eric FiselierFix linkage error on ProgramPoint's dump method.
2018-09-27 George Karpenkov[analyzer] [NFC] Move the code for dumping the program...
2018-09-21 George Karpenkov[analyzer] Associate diagnostics created in checkEndFun...
2018-07-30 Fangrui SongRemove trailing space
2018-06-27 George Karpenkov[analyzer] [NFC] A convenient getter for getting a...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-02-02 George Karpenkov[analyzer] Expose return statement from CallExit progra...
2018-01-18 Artem Dergachev[analyzer] NFC: Use "= default" for default ProgramPoin...
2018-01-18 Artem Dergachev[analyzer] operator new: Add a new ProgramPoint for...
2017-09-06 George Karpenkov[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
2017-08-21 Peter Szecsi[StaticAnalyzer] Handle LoopExit CFGElement in the...
2016-10-07 Daniel Marjamaki[analyzer] Don't merge different return nodes in Explod...
2016-02-19 Devin Coughlin[analyzer] Add checker callback for beginning of function.
2015-12-30 Chandler Carruth[ptr-traits] Move a class definition up to the top...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-14 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-17 Anton Yartsev[analyzer] Improved checker naming in CFG dump.
2013-04-05 Anna Zaks[analyzer] Show path diagnostic for C++ initializers
2013-03-22 Jordan Rose[analyzer] Fix ExprEngine::ViewGraph to handle C++...
2013-02-23 David BlaikieRemove the CFGElement "Invalid" state.
2013-02-21 David BlaikieFix copy/paste to refer to the relevant type (ProgramPo...
2013-02-21 David BlaikieReplace ProgramPoint llvm::cast support to be well...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-09-06 Anna Zaks[analyzer] Assert that StmtPoint should be created...
2012-08-29 Anna Zaks[analyzer] Improved diagnostic pruning for calls initia...
2012-07-10 Jordan Rose[analyzer] Make CallEnter, CallExitBegin, and CallExitE...
2012-07-10 Jordan Rose[analyzer] Add new PreImplicitCall and PostImplicitCall...
2012-06-07 Chandler CarruthFix many doxygen formatting errors.
2012-05-07 Anna Zaks[analyzer] Fixup for r155244: PurgeDeadSymbols should...
2012-04-20 Anna Zaks[analyzer] Run remove dead bindings right before leavin...
2012-04-18 Ted KremenekFix bad typo reported by I-Jui Sung.
2012-04-03 Ted KremenekRework ProgramPoint to bit-mangle the 'Kind' into both...
2012-04-02 Ted KremenekReduce static analyzer memory usage by about 4% by...
2012-03-27 Anna Zaks[analyzer] Add an option to re-analyze a dead-end path...
2012-03-21 Anna Zaks[analyzer] Malloc: Utter the name of the leaked variable.
2011-10-24 Ted KremenekRename AnalysisContext to AnalysisDeclContext. Not...
2011-10-07 Anna ZaksProgramPoint cleanup after the previous commit r141408...
2011-10-07 Anna ZaksAdd a copy constructor to ProgramPoint and pull withTag...
2011-09-30 Ted KremenekFix crash when analyzing C++ code involving constant...
2011-09-29 Ted KremenekLike IBOutletCollection, it only makes sense to apply...
2011-08-16 Ted Kremenek[analyzer] Remove PostStmtCustom ProgramPoint. It...
2011-08-12 Ted KremenekCleanup various declarations of 'Stmt*' to be 'Stmt...
2011-08-12 Ted KremenekDocument purpose of ProgramPointTag::getTagKind().
2011-08-12 Ted Kremenek[analyzer] change "tag" in ProgramPoint from "void...
2011-04-03 Ted Kremenekstatic analyzer: Add a new ProgramPoint PostCondition...
2011-02-09 Ted KremenekMake ProgramPoint::getTag() public.
2011-01-13 Ted KremenekRemove CheckerContext's dependence on setting
2011-01-11 Ted KremenekRemove ProgramPoint parameter from GenericNodeBuilder...
2011-01-08 Sean HuntRenamed CXXBaseOrMemberInitializer to CXXCtorInitialize...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-24 Zhongxing XuUse StackFrameContext directly in CallEnter program...
2010-11-16 Zhongxing XuHandle member initializer in C++ ctor.
2010-09-16 Zhongxing XuIntroduce new CFGElement hierarchy to support C++ CFG...
2010-09-03 Ted KremenekFix enum: CallEnter/CallExit are StmtPoints
2010-07-23 Zhongxing XuAnalysisContext is not const.
2010-07-20 Zhongxing XuConstify all references to Stmt* and CFGBlock* in libCh...
2010-07-19 Zhongxing XuReapply r108617.
2010-07-17 Benjamin KramerRevert r108617, it broke the build.
2010-07-17 Zhongxing XuPrepare the analyzer for the callee in another translat...
2010-05-11 Douglas GregorFixes for compilation with Microsoft Visual Studio...
2010-02-25 Douglas GregorRestore Zhongxing's commits r97122 r97127 r97129 r97131...
2010-02-25 Jakob Stoklund OlesenRevert patches r97122 r97127 r97129 r97131.
2010-02-25 Zhongxing XuCall inliner improvements:
2009-12-16 Ted KremenekAdd (initial?) static analyzer support for handling...
2009-12-15 Chris Lattnerupdate to match LLVM API change:
2009-11-16 Ted KremenekFix condition in LocationCheck::classof(). Thanks...
2009-11-11 Ted KremenekRefactor DereferenceChecker to use only the new Checker...
2009-10-26 Chandler CarruthUpdate location of DataTypes.h to reflect move in LLVM...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-08-20 Zhongxing XuRename: ProgramPoint::getContext() => ProgramPoint...
2009-08-15 Zhongxing XuExtend the ProgramPoint to include the context informat...
2009-07-22 Ted KremenekRefactor 'PostStmt' and 'PreStmt' to subclass a common...
2009-07-22 Ted KremenekAdd 'PreStmt' program point. This will be used to repre...
2009-07-22 Ted KremenekRestructure ProgramPoint to have the 'Kind' value be...
2009-07-16 Ted KremenekMove the source-level CFG from libAST to libAnalysis.
2009-05-13 Ted KremenekAdd PostStmt::getStmtAs(). This unbreaks the build.
2009-05-08 Ted KremenekMake BlockEntrace program points taggable.
2009-05-07 Ted Kremenekanalyzer: Add ProgramPoint 'PostLValue' just to disting...
2009-04-11 Ted KremenekImplement analyzer support for OSCompareAndSwap. This...
2009-04-10 Ted KremenekAdd arbitrary "tags" to ProgramPoints. While this fatte...
2009-02-19 Ted KremenekProgramPoint::Profile now specially handles PostStmtCus...
2009-02-09 Ted KremenekRefine PostStmtCustom to reference a tagged data pair...
2009-02-09 Ted KremenekAdded a new ProgramPoint 'PostStmtCustom' to enable...
2008-12-16 Ted KremenekProgramPoint:
2008-09-20 Ted KremenekAdd PostStore, a new ProgramPoint to distinguish betwee...
2008-09-16 Ted KremenekProgramPoint now takes the space of two pointers instea...
2008-06-18 Ted KremenekAdded a new ProgramPoint: PostPurgeDeadSymbols. This...
2008-04-29 Ted KremenekMajor rewrite/refactoring of static analysis engine...
2008-04-26 Argyrios KyrtzidisMake assertions for all addresses passed to ProgramPoin...
2008-03-05 Ted KremenekReverted patch 47926 for ProgramPoint.h because it...
next