summaryrefslogtreecommitdiff
path: root/include/clang/Analysis/ProgramPoint.h
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Show path diagnostic for C++ initializersAnna Zaks2013-04-051-2/+13
* [analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers.Jordan Rose2013-03-221-0/+4
* Remove the CFGElement "Invalid" state.David Blaikie2013-02-231-2/+2
* Fix copy/paste to refer to the relevant type (ProgramPoint instead of TypeLoc).David Blaikie2013-02-211-4/+4
* Replace ProgramPoint llvm::cast support to be well-defined.David Blaikie2013-02-211-52/+145
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-4/+4
* Remove pointless classof()'s.Sean Silva2012-10-111-2/+0
* [analyzer] Assert that StmtPoint should be created with a non-null Stmt.Anna Zaks2012-09-061-1/+3
* [analyzer] Improved diagnostic pruning for calls initializing values.Anna Zaks2012-08-291-0/+1
* [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPointsJordan Rose2012-07-101-10/+15
* [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.Jordan Rose2012-07-101-16/+68
* Fix many doxygen formatting errors.Chandler Carruth2012-06-071-8/+6
* [analyzer] Fixup for r155244: PurgeDeadSymbols should subclass StmtPointAnna Zaks2012-05-071-6/+6
* [analyzer] Run remove dead bindings right before leaving a function.Anna Zaks2012-04-201-12/+62
* Fix bad typo reported by I-Jui Sung.Ted Kremenek2012-04-181-1/+1
* Rework ProgramPoint to bit-mangle the 'Kind' into both Data pointers and the ...Ted Kremenek2012-04-031-36/+31
* Reduce static analyzer memory usage by about 4% by packing the ProgramPoing '...Ted Kremenek2012-04-021-17/+54
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-271-1/+17
* [analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks2012-03-211-3/+18
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-1/+1
* ProgramPoint cleanup after the previous commit r141408 (remove the copy const...Anna Zaks2011-10-071-4/+6
* Add a copy constructor to ProgramPoint and pull withTag() method from a child...Anna Zaks2011-10-071-6/+9
* Fix crash when analyzing C++ code involving constant enums and switch stateme...Ted Kremenek2011-09-301-1/+4
* Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation...Ted Kremenek2011-09-291-1/+3
* [analyzer] Remove PostStmtCustom ProgramPoint. It can be represented using t...Ted Kremenek2011-08-161-22/+0
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-28/+28
* Document purpose of ProgramPointTag::getTagKind().Ted Kremenek2011-08-121-0/+1
* [analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.Ted Kremenek2011-08-121-21/+55
* static analyzer: Add a new ProgramPoint PostCondition to represent the post p...Ted Kremenek2011-04-031-1/+12
* Make ProgramPoint::getTag() public.Ted Kremenek2011-02-091-1/+2
* Remove CheckerContext's dependence on settingTed Kremenek2011-01-131-3/+4
* Remove ProgramPoint parameter from GenericNodeBuilder::generateNode().Ted Kremenek2011-01-111-0/+6
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Sean Hunt2011-01-081-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Use StackFrameContext directly in CallEnter program point. Then we don't needZhongxing Xu2010-11-241-6/+5
* Handle member initializer in C++ ctor. Zhongxing Xu2010-11-161-0/+12
* Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu2010-09-161-9/+0
* Fix enum: CallEnter/CallExit are StmtPointsTed Kremenek2010-09-031-1/+1
* AnalysisContext is not const.Zhongxing Xu2010-07-231-2/+3
* Constify all references to Stmt* and CFGBlock* in libChecker.Zhongxing Xu2010-07-201-12/+12
* Reapply r108617.Zhongxing Xu2010-07-191-5/+7
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-7/+5
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-5/+7
* Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-111-1/+1
* Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d...Douglas Gregor2010-02-251-0/+33
* Revert patches r97122 r97127 r97129 r97131.Jakob Stoklund Olesen2010-02-251-33/+0
* Call inliner improvements:Zhongxing Xu2010-02-251-0/+33
* Add (initial?) static analyzer support for handling C++ references.Ted Kremenek2009-12-161-3/+7
* update to match LLVM API change:Chris Lattner2009-12-151-3/+4