summaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames
AgeCommit message (Expand)AuthorFilesLines
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman1-1/+1
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi1-1/+0
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari1-0/+1
2016-01-26Remove autoconf supportChris Bieneman1-28/+0
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-17Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber1-2/+53
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+3
2015-01-23Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko1-1/+1
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-2/+3
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-3/+2
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-2/+3
2014-07-13[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi1-0/+9
2014-07-13PrintFunctionNames/CMakeLists.txt: Fix a comment.NAKAMURA Takumi1-1/+1
2014-07-11Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi1-1/+0
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi1-10/+0
2014-02-13[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose1-0/+1
2014-02-12[examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose2-17/+2
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi1-3/+1
2013-12-30Don't use PrintFunctionNames.exports on Windows.Nico Weber1-3/+6
2013-12-29Fix typo in comment.Nico Weber1-1/+1
2013-12-29[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber1-0/+8
2013-12-21Fix getCustomDiagID() usage in example codeAlp Toker1-3/+3
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi1-2/+5
2012-12-20Revert r170801, which breaks the mingw build.Douglas Gregor1-0/+1
2012-12-20Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!Douglas Gregor1-1/+0
2012-12-04Sort the #include lines for examples/...Chandler Carruth1-1/+1
2012-07-27libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi1-0/+9
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-5/+5
2012-04-26Reverted unintentional commit.Manuel Klimek1-2/+1
2012-04-26Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek1-1/+2
2011-12-18examples: flesh out PFN readmeDylan Noblesmith1-0/+4
2011-11-19Update signature of HandleTopLevelDecl.Douglas Gregor1-1/+3
2011-09-27Fix examples for r140478. PR11021.Eli Friedman1-2/+2
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne1-24/+1
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola1-1/+24
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne1-24/+1
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis1-0/+1
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi1-2/+0
2011-01-26make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...Nico Weber2-5/+11
2011-01-19Fix name to match reality.Nick Lewycky1-1/+1
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek1-2/+2
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek1-2/+2
2010-12-22[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis1-0/+1
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis1-1/+1
2010-09-14PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.Michael J. Spencer1-0/+28
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer1-10/+1
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer1-1/+10
2010-08-02Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar1-4/+16
2010-07-26Make a variable static.Dan Gohman1-1/+1