aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-08-26clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer
2010-08-26Update clang-interpreter for recent DiagnosticClient ownership changes.Benjamin Kramer
2010-08-25Add back clang-wpa. It is useful for experimenting with inter-file analysis.Zhongxing Xu
2010-08-24Add Serialization dependency to clang-interpreterPeter Collingbourne
2010-08-11Remove wpa 'example', it isn't being maintained.Daniel Dunbar
2010-08-02Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar
2010-07-26Make a variable static.Dan Gohman
2010-07-26Use an export file. Plugins must export llvm::Registry symbols.Dan Gohman
2010-07-24Fix clang-interpreter buildPeter Collingbourne
2010-07-22Make a bunch of new data structures for the new analysisZhongxing Xu
2010-07-19Reapply r108617.Zhongxing Xu
2010-07-17Revert r108617, it broke the build.Benjamin Kramer
2010-07-17Prepare the analyzer for the callee in another translation unit:Zhongxing Xu
2010-07-10PrintFunctionNames is a plugin, it should pull in symbols from the clang binaryNick Lewycky
2010-07-09Fix CMake buildPeter Collingbourne
2010-07-06Add skeleton code to make wpa call the analysis engine.Zhongxing Xu
2010-07-06Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu
2010-07-02Create a ASTUnitTU class to interface ASTUnit to the Indexer.Zhongxing Xu
2010-07-02add -analyze-function option.Zhongxing Xu
2010-07-02add -view-call-graph option to wpa.Zhongxing Xu
2010-07-02Change CallGraph::Prog to be a reference. idx::Program means to be a global o...Zhongxing Xu
2010-06-16Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-08Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar
2010-06-08Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-06-08Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor
2010-06-08Update LINK_COMPONENTS for examples.Daniel Dunbar
2010-04-20Tip of the day: save before commit.Benjamin Kramer
2010-04-20Fix -Wcast-qual warnings.Benjamin Kramer
2010-04-06clang-wpa fixes for DiagnosticDouglas Gregor
2010-04-06Unbreak buildDouglas Gregor
2010-04-05GrrrrDouglas Gregor
2010-04-05Try to de-bork build of WPADouglas Gregor
2010-04-01Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar
2010-02-27Wire up Daniel's new spiffy C interpreter into the CMake build systemKovarththanan Rajaratnam
2010-02-27Add commentKovarththanan Rajaratnam
2010-02-27Add header + commentsKovarththanan Rajaratnam
2010-02-25Add a minimal C interpreter example.Daniel Dunbar
2010-01-24-fno-rtti is now the default.Chris Lattner
2010-01-05Fix -plugin command line argument syntax for clang -cc1 change.Daniel Dunbar
2009-12-20Fix CMake build on windows, from Cedric VenetDouglas Gregor
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
2009-12-06Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar
2009-12-03Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar
2009-12-03Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar
2009-12-03Update example link lines.Daniel Dunbar
2009-12-01Add a very minimal README.txt for examples/PrintFunctionNames.Daniel Dunbar
2009-11-17Add missed CMake file for adding clang examples to CMake build.Daniel Dunbar