Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake ↵ | Daniel Dunbar | 2009-11-15 | 1 | -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 Xu | 2009-10-28 | 1 | -2/+2 |
| | | | | | | Patch by Simone Pellegrini. llvm-svn: 85386 | ||||
* | Change ASTUnit to take the Diagnostic as an argument, the client should have ↵ | Daniel Dunbar | 2009-09-21 | 1 | -1/+6 |
| | | | | | | control of this. llvm-svn: 82430 | ||||
* | Remove the TranslationUnit usage from clang-wpa.cpp since it's not really | Argyrios Kyrtzidis | 2009-07-29 | 1 | -16/+4 |
| | | | | | | necessary. llvm-svn: 77529 | ||||
* | Add two nodes to the call graph: | Zhongxing Xu | 2009-07-23 | 1 | -1/+1 |
| | | | | | | | - Root is the main function or 0. - ExternalCallingNode has edges to all external functions. llvm-svn: 76876 | ||||
* | add copyright comments. | Zhongxing Xu | 2009-07-16 | 1 | -0/+14 |
| | | | | llvm-svn: 75877 | ||||
* | Add a primitive clang whole primitive analyzer tool. | Zhongxing Xu | 2009-07-16 | 1 | -0/+55 |
llvm-svn: 75874 |