summaryrefslogtreecommitdiffstats
path: root/clang/tools/wpa/clang-wpa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake ↵Daniel Dunbar2009-11-151-62/+0
| | | | | | | | equivalent yet). Move tools/wpa to examples/wpa, and unbreak its build. llvm-svn: 88825
* make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.Zhongxing Xu2009-10-281-2/+2
| | | | | | Patch by Simone Pellegrini. llvm-svn: 85386
* Change ASTUnit to take the Diagnostic as an argument, the client should have ↵Daniel Dunbar2009-09-211-1/+6
| | | | | | control of this. llvm-svn: 82430
* Remove the TranslationUnit usage from clang-wpa.cpp since it's not reallyArgyrios Kyrtzidis2009-07-291-16/+4
| | | | | | necessary. llvm-svn: 77529
* Add two nodes to the call graph:Zhongxing Xu2009-07-231-1/+1
| | | | | | | - Root is the main function or 0. - ExternalCallingNode has edges to all external functions. llvm-svn: 76876
* add copyright comments.Zhongxing Xu2009-07-161-0/+14
| | | | llvm-svn: 75877
* Add a primitive clang whole primitive analyzer tool.Zhongxing Xu2009-07-161-0/+55
llvm-svn: 75874
OpenPOWER on IntegriCloud