summaryrefslogtreecommitdiffstats
path: root/clang/examples/PrintFunctionNames
Commit message (Expand)AuthorAgeFilesLines
* 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-131-10/+1
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-1/+10
* 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
* PrintFunctionNames is a plugin, it should pull in symbols from the clang binaryNick Lewycky2010-07-101-1/+0
* Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar2010-06-161-1/+14
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-081-5/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-081-2/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-3/+3
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-081-19/+3
* -fno-rtti is now the default.Chris Lattner2010-01-241-1/+0
* Fix -plugin command line argument syntax for clang -cc1 change.Daniel Dunbar2010-01-051-1/+1
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-112-4/+4
* Update example link lines.Daniel Dunbar2009-12-032-5/+15
* Add a very minimal README.txt for examples/PrintFunctionNames.Daniel Dunbar2009-12-011-0/+10
* Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar2009-11-153-0/+88
OpenPOWER on IntegriCloud