summaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames
Commit message (Expand)AuthorAge
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose2014-02-13
* [examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose2014-02-12
* [CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2014-01-23
* Don't use PrintFunctionNames.exports on Windows.Nico Weber2013-12-30
* Fix typo in comment.Nico Weber2013-12-29
* [cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber2013-12-29
* Fix getCustomDiagID() usage in example codeAlp Toker2013-12-21
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Revert r170801, which breaks the mingw build.Douglas Gregor2012-12-20
* Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!Douglas Gregor2012-12-20
* Sort the #include lines for examples/...Chandler Carruth2012-12-04
* libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi2012-07-27
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Reverted unintentional commit.Manuel Klimek2012-04-26
* Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek2012-04-26
* examples: flesh out PFN readmeDylan Noblesmith2011-12-18
* Update signature of HandleTopLevelDecl.Douglas Gregor2011-11-19
* Fix examples for r140478. PR11021.Eli Friedman2011-09-27
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-19
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-19
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-18
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-14
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-10
* make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...Nico Weber2011-01-26
* Fix name to match reality.Nick Lewycky2011-01-19
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-23
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-23
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-22
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-22
* PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.Michael J. Spencer2010-09-14
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-13
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-10
* Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar2010-08-02
* Make a variable static.Dan Gohman2010-07-26
* Use an export file. Plugins must export llvm::Registry symbols.Dan Gohman2010-07-26
* PrintFunctionNames is a plugin, it should pull in symbols from the clang binaryNick Lewycky2010-07-10
* Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar2010-06-16
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-08
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-08
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-08
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-08
* -fno-rtti is now the default.Chris Lattner2010-01-24
* Fix -plugin command line argument syntax for clang -cc1 change.Daniel Dunbar2010-01-05
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-11
* Update example link lines.Daniel Dunbar2009-12-03
* Add a very minimal README.txt for examples/PrintFunctionNames.Daniel Dunbar2009-12-01
* Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar2009-11-15