]> granicus.if.org Git - clang/history - include/clang/Analysis/CallGraph.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Analysis / CallGraph.h
2019-08-20 Artem Dergachev[CallGraph] Take into accound calls that aren't within...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-12 Erich KeaneMake clang::CallGraph look into template instantiations
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2017-12-07 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2017-02-20 Aleksei Sidorin[analyzer] Do not duplicate call graph nodes for functi...
2016-12-12 Haojian Wu[StaticAnalysis] Remove unnecessary parameter in CallGr...
2016-10-10 Justin Lebar[Analysis] Use unique_ptr for CallGraph::FunctionMap.
2016-08-19 Tim Shen[CallGraph] Use decltype instead of pointer_to_unary_fu...
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-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2013-07-04 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-21 Anna Zaks[analyzer] Re-apply r170826 and make the dumping of...
2012-12-21 Rafael EspindolaRevert r170826. The output of
2012-12-21 Anna Zaks[analyzer] Traverse the Call Graph in topological order.
2012-12-21 Anna Zaks[analyzer] Add blocks and ObjC messages to the call...
2012-06-21 Anna Zaks[analyzer] Do not step into statements while collecting...
2012-06-20 Anna Zaks[analyzer] Do not walk the types for call graph constru...
2012-06-07 Chandler CarruthFix many doxygen formatting errors.
2012-04-12 Anna Zaks[analyzer] PCH deserialization optimization.
2012-03-13 Anna Zaks[analyzer] Refactor CallGraph to use Recursive AST...
2012-03-09 Anna ZaksCallGraph: Add getNode() method, constify.
2012-03-08 Anna ZaksAdd a basic CallGraph to Analysis.
2009-12-03 Daniel DunbarFix layering violation by moving Analysis/CallGraph...
2009-10-28 Zhongxing Xumake CallGraph more flexible by letting it accept ASTCo...
2009-07-24 Zhongxing XuAdd getDecl() to CallGraph and CallGraphNode.
2009-07-23 Zhongxing XuAdd two nodes to the call graph:
2009-07-23 Zhongxing XuAdd template specializations to view the call graph...
2009-07-21 Argyrios KyrtzidisRemove the ASTContext parameter from Entity::getPrintab...
2009-07-21 Argyrios KyrtzidisChange the semantics for Entity.
2009-07-17 Zhongxing XuRename Entity::getName() to Entity::getPrintableName...
2009-07-17 Zhongxing XuCallGraph:
2009-07-16 Zhongxing XuCommit the initial implementation of call graph building.