aboutsummaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames
AgeCommit message (Expand)Author
2012-12-20Revert r170801, which breaks the mingw build.Douglas Gregor
2012-12-20Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!Douglas Gregor
2012-12-04Sort the #include lines for examples/...Chandler Carruth
2012-07-27libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-04-26Reverted unintentional commit.Manuel Klimek
2012-04-26Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek
2011-12-18examples: flesh out PFN readmeDylan Noblesmith
2011-11-19Update signature of HandleTopLevelDecl.Douglas Gregor
2011-09-27Fix examples for r140478. PR11021.Eli Friedman
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2011-01-26make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...Nico Weber
2011-01-19Fix name to match reality.Nick Lewycky
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek
2010-12-22[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-09-14PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.Michael J. Spencer
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
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-10PrintFunctionNames is a plugin, it should pull in symbols from the clang binaryNick Lewycky
2010-06-16Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...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-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-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.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-15Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar