summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* GrrrrDouglas Gregor2010-04-051-1/+1
* Try to de-bork build of WPADouglas Gregor2010-04-051-1/+2
* Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar2010-04-011-1/+2
* Wire up Daniel's new spiffy C interpreter into the CMake build systemKovarththanan Rajaratnam2010-02-272-0/+31
* Add commentKovarththanan Rajaratnam2010-02-271-0/+2
* Add header + commentsKovarththanan Rajaratnam2010-02-271-0/+12
* Add a minimal C interpreter example.Daniel Dunbar2010-02-254-1/+198
* -fno-rtti is now the default.Chris Lattner2010-01-242-2/+0
* Fix -plugin command line argument syntax for clang -cc1 change.Daniel Dunbar2010-01-051-1/+1
* Fix CMake build on windows, from Cedric VenetDouglas Gregor2009-12-201-4/+0
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-112-4/+4
* Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar2009-12-061-1/+2
* Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar2009-12-031-2/+2
* Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar2009-12-031-11/+5
* Update example link lines.Daniel Dunbar2009-12-034-11/+29
* Add a very minimal README.txt for examples/PrintFunctionNames.Daniel Dunbar2009-12-011-0/+10
* Add missed CMake file for adding clang examples to CMake build.Daniel Dunbar2009-11-171-0/+3
* Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar2009-11-154-1/+89