]> granicus.if.org Git - clang/history - include/clang/Analysis/FlowSensitive
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Analysis / FlowSensitive /
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2014-05-19 Richard Smith[module] Remove a header that isn't used and doesn...
2013-12-23 NAKAMURA Takumiclang/Analysis/FlowSensitive/DataflowSolver.h: <functio...
2013-08-23 Robert WilhelmUse pop_back_val() instead of both back() and pop_back().
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2011-08-12 Ted KremenekCleanup various declarations of 'Stmt*' to be 'Stmt...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-03-01 Ted KremenekIn preparation for fixing PR 6884, rework CFGElement...
2011-02-11 Ted KremenekDon't report dead stores on unreachable code paths...
2010-09-16 John McCallFix the clang build after Zhongxing Xu's commit.
2010-09-16 Zhongxing XuIntroduce new CFGElement hierarchy to support C++ CFG...
2010-07-23 Ted KremenekDataflow solver: Don't overrwite the initial value...
2010-03-31 Ted KremenekFor reverse data flow analyses, enqueue the blocks...
2010-03-31 Ted KremenekTweak DataFlowSolver's worklist data structure to have...
2009-12-19 Daniel DunbarRemove ';' after method definition. Noticed by clang...
2009-11-15 Douglas GregorMake a couple more headers standalone
2009-10-12 Ted KremenekUse a BumpPtrAllocator to allocate all aspects of CFG...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-08-15 Zhongxing XuExtend the ProgramPoint to include the context informat...
2009-07-20 Ted KremenekUpdate DataflowSolver to handle the case where a succes...
2009-07-16 Ted KremenekMove the source-level CFG from libAST to libAnalysis.
2009-01-30 Ted KremenekFix horrible non-termination bug in LiveVariables....
2008-09-23 Ted KremenekFix PR 2819: Compute dataflow values for all CFG blocks...
2008-09-16 Ted KremenekProgramPoint now takes the space of two pointers instea...
2008-04-16 Ted KremenekAdded CFGBlock::getTerminatorCondition() to get the...
2008-04-15 Ted KremenekFix bug in terminator processing for uninitialized...
2008-04-15 Ted KremenekAdded initial support into the flow-sensitive dataflow...
2008-01-18 Ted KremenekChanged DataflowSolver to always associated recorded...
2008-01-17 Ted KremenekModified the notion of "Block-level expressions" in...
2008-01-17 Ted KremenekAdded support to dataflow solver to (when requested...
2008-01-11 Ted KremenekRenamed ProgramEdge.h to ProgramPoint.h
2008-01-11 Ted KremenekRenamed ProgramEdge to ProgramPoint and changed subclas...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-02 Ted KremenekMoved ProgramEdge out out include/.../Analysis/PathSens...
2007-09-25 Ted KremenekMoved "DataflowSolver.h" to the "include/" subtree...