aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/CallGraph.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-12Make clang::CallGraph look into template instantiationsErich Keane
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-12-07[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko
2017-02-20[analyzer] Do not duplicate call graph nodes for functions that have definiti...Aleksei Sidorin
2016-12-12[StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee.Haojian Wu
2016-10-10[Analysis] Use unique_ptr for CallGraph::FunctionMap.Justin Lebar
2016-08-19[CallGraph] Use decltype instead of pointer_to_unary_function. NFC.Tim Shen
2016-08-19[GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRefTim Shen
2016-08-15[ADT] Change PostOrderIterator to use NodeRef. NFC.Tim Shen
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2013-07-04Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-21[analyzer] Re-apply r170826 and make the dumping of the GallGraphAnna Zaks
2012-12-21Revert r170826. The output ofRafael Espindola
2012-12-21[analyzer] Traverse the Call Graph in topological order.Anna Zaks
2012-12-21[analyzer] Add blocks and ObjC messages to the call graph.Anna Zaks
2012-06-21[analyzer] Do not step into statements while collecting function decls.Anna Zaks
2012-06-20[analyzer] Do not walk the types for call graph construction.Anna Zaks
2012-06-07Fix many doxygen formatting errors.Chandler Carruth
2012-04-12[analyzer] PCH deserialization optimization.Anna Zaks
2012-03-13[analyzer] Refactor CallGraph to use Recursive AST visitor whenAnna Zaks
2012-03-09CallGraph: Add getNode() method, constify.Anna Zaks
2012-03-08Add a basic CallGraph to Analysis.Anna Zaks
2009-12-03Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar
2009-10-28make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.Zhongxing Xu
2009-07-24Add getDecl() to CallGraph and CallGraphNode.Zhongxing Xu
2009-07-23Add two nodes to the call graph:Zhongxing Xu
2009-07-23Add template specializations to view the call graph in dot format.Zhongxing Xu
2009-07-21Remove the ASTContext parameter from Entity::getPrintableName().Argyrios Kyrtzidis
2009-07-21Change the semantics for Entity.Argyrios Kyrtzidis
2009-07-17Rename Entity::getName() to Entity::getPrintableName() to make its purposeZhongxing Xu
2009-07-17CallGraph:Zhongxing Xu
2009-07-16Commit the initial implementation of call graph building.Zhongxing Xu