summaryrefslogtreecommitdiffstats
path: root/clang/examples
Commit message (Expand)AuthorAgeFilesLines
* make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...Nico Weber2011-01-262-5/+11
* Fix name to match reality.Nick Lewycky2011-01-191-1/+1
* Get clang-wpa to build in TOT (reflecting updatesTed Kremenek2011-01-181-6/+11
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-235-8/+8
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-235-8/+8
* [analyzer] Refactoring: Drop the 'GR' prefix.Argyrios Kyrtzidis2010-12-221-4/+4
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-225-2/+5
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-225-5/+5
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-4/+4
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Unbreak clang-interpreter. (Should there be some automated testing for this?)Eli Friedman2010-11-241-1/+2
* Add a comment explaining why r117813 was needed.Dan Gohman2010-11-171-0/+5
* Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...Benjamin Kramer2010-10-301-1/+1
* These functions don't need external linkage.Dan Gohman2010-10-291-2/+2
* Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...Tom Care2010-09-141-1/+1
* PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.Michael J. Spencer2010-09-141-0/+28
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-133-36/+39
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-103-39/+36
* clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer2010-08-262-2/+2
* Update clang-interpreter for recent DiagnosticClient ownership changes.Benjamin Kramer2010-08-261-2/+3
* Add back clang-wpa. It is useful for experimenting with inter-file analysis.Zhongxing Xu2010-08-253-0/+199
* Add Serialization dependency to clang-interpreterPeter Collingbourne2010-08-242-3/+4
* Remove wpa 'example', it isn't being maintained.Daniel Dunbar2010-08-115-199/+1
* Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar2010-08-021-4/+16
* Make a variable static.Dan Gohman2010-07-261-1/+1
* Use an export file. Plugins must export llvm::Registry symbols.Dan Gohman2010-07-262-3/+9
* Fix clang-interpreter buildPeter Collingbourne2010-07-242-2/+2
* Make a bunch of new data structures for the new analysisZhongxing Xu2010-07-221-0/+4
* Reapply r108617.Zhongxing Xu2010-07-191-2/+2
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-2/+2
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-2/+2
* PrintFunctionNames is a plugin, it should pull in symbols from the clang binaryNick Lewycky2010-07-101-1/+0
* Fix CMake buildPeter Collingbourne2010-07-091-0/+2
* Add skeleton code to make wpa call the analysis engine.Zhongxing Xu2010-07-062-4/+34
* Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu2010-07-061-0/+7
* Create a ASTUnitTU class to interface ASTUnit to the Indexer.Zhongxing Xu2010-07-021-2/+37
* add -analyze-function option.Zhongxing Xu2010-07-021-2/+12
* add -view-call-graph option to wpa.Zhongxing Xu2010-07-021-5/+11
* Change CallGraph::Prog to be a reference. idx::Program means to be a global o...Zhongxing Xu2010-07-021-1/+3
* Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar2010-06-161-1/+14
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-1/+1
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-083-15/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-083-4/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-084-11/+11
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-082-19/+5
* Update LINK_COMPONENTS for examples.Daniel Dunbar2010-06-082-2/+2
* Tip of the day: save before commit.Benjamin Kramer2010-04-201-2/+2
* Fix -Wcast-qual warnings.Benjamin Kramer2010-04-201-3/+5
* clang-wpa fixes for DiagnosticDouglas Gregor2010-04-061-4/+2
* Unbreak buildDouglas Gregor2010-04-061-2/+3
OpenPOWER on IntegriCloud