summaryrefslogtreecommitdiffstats
path: root/examples/PrintFunctionNames/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: Remove uses of add_llvm_loadable_module macroTom Stellard2018-12-201-1/+1
* Test commitKristof Umann2018-05-231-2/+2
* This is a test commit.David Carlier2018-05-231-1/+1
* Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2016-08-051-1/+1
* Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-281-1/+1
* Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn2016-07-281-1/+1
* Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-271-1/+1
* Adjust Registry interface to not require plugins to export a registryJohn Brawn2016-07-271-1/+1
* [CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman2016-06-091-1/+1
* [CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi2014-07-131-0/+9
* PrintFunctionNames/CMakeLists.txt: Fix a comment.NAKAMURA Takumi2014-07-131-1/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-10/+0
* [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose2014-02-131-0/+1
* [examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose2014-02-121-16/+1
* [CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2014-01-231-3/+1
* Don't use PrintFunctionNames.exports on Windows.Nico Weber2013-12-301-3/+6
* Fix typo in comment.Nico Weber2013-12-291-1/+1
* [cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber2013-12-291-0/+8
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-2/+5
* Revert r170801, which breaks the mingw build.Douglas Gregor2012-12-201-0/+1
* Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!Douglas Gregor2012-12-201-1/+0
* libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi2012-07-271-0/+9
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-5/+5
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-24/+1
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-1/+24
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-24/+1
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-141-0/+1
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-2/+2
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-231-2/+2
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-221-0/+1
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-1/+1
* 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
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-081-19/+3
* Update example link lines.Daniel Dunbar2009-12-031-3/+12
* Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar2009-11-151-0/+17