- 49a6b09 [Clang] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
- 26c91b6 cmake: Add CLANG_LINK_CLANG_DYLIB option by Tom Stellard · 6 years ago
- 324f918 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
- 7678da7 cmake: Remove uses of add_llvm_loadable_module macro by Tom Stellard · 6 years ago
- e886a72 Test commit by Kristof Umann · 7 years ago
- c7f760c This is a test commit. by David Carlier · 7 years ago
- ed407c4 [Examples] Fix use of sema.LateParsedTemplateMap in clang/examples. by Justin Lebar · 9 years ago
- 0cfb8c8 Reapply r276973 "Adjust Registry interface to not require plugins to export a registry" by John Brawn · 9 years ago
- 40e6fbb Revert r276973 "Adjust Registry interface to not require plugins to export a registry" by John Brawn · 9 years ago
- b0e340c Reapply r276856 "Adjust Registry interface to not require plugins to export a registry" by John Brawn · 9 years ago
- ed9b826 Revert r276856 "Adjust Registry interface to not require plugins to export a registry" by John Brawn · 9 years ago
- c907e20 Adjust Registry interface to not require plugins to export a registry by John Brawn · 9 years ago
- 2c670e1 [CMake] Cleaning up CMake feature gating on 2.8.12 by Chris Bieneman · 9 years ago
- 7eba45f Revert r260265, "clang-cl: Support loading plugins on Windows" by NAKAMURA Takumi · 9 years ago
- ae1cd1e clang-cl: Support loading plugins on Windows by Ehsan Akhgari · 9 years ago
- 1712805 Remove autoconf support by Chris Bieneman · 9 years ago
- 8ca7705 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
- ac58acc Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- acb8cdf Don't leak TemplateIds when a plugin parses late-parsed templates at TU end. by Nico Weber · 10 years ago
- dfa4cf3 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
- 8785e3e Replace size() calls on containers with empty() calls where appropriate. NFC by Alexander Kornienko · 10 years ago
- b53da860 Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
- 80bfbba Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
- 4d15e34 unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
- d7f8623 [CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames and SampleAnalyzerPlugin, for Win32.DLL. by NAKAMURA Takumi · 11 years ago
- 8a8e287 PrintFunctionNames/CMakeLists.txt: Fix a comment. by NAKAMURA Takumi · 11 years ago
- a3953a1 Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp. by NAKAMURA Takumi · 11 years ago
- 0eed94f [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. by NAKAMURA Takumi · 11 years ago
- abd1fbf [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins. by Jordan Rose · 11 years ago
- c766e50 [examples] Use loadable modules instead of shared libraries for Clang plugins. by Jordan Rose · 11 years ago
- 2fa9590 [CMake] Parameterize MODULE and SHARED in add_clang_library(). by NAKAMURA Takumi · 11 years ago
- 4eabbac Don't use PrintFunctionNames.exports on Windows. by Nico Weber · 11 years ago
- 708d1c6 Fix typo in comment. by Nico Weber · 11 years ago
- 88ea39c [cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt. by Nico Weber · 11 years ago
- f834515 Fix getCustomDiagID() usage in example code by Alp Toker · 11 years ago
- d31b98f [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt. by NAKAMURA Takumi · 11 years ago
- bf85d9d Revert r170801, which breaks the mingw build. by Douglas Gregor · 12 years ago
- d672bae Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun! by Douglas Gregor · 12 years ago
- e0c6e93 Sort the #include lines for examples/... by Chandler Carruth · 13 years ago
- 3eb3755 libclang, examples: [CMake] Add dependencies to tblgen'd headers. by NAKAMURA Takumi · 13 years ago
- b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 13 years ago
- 981d1ec Reverted unintentional commit. by Manuel Klimek · 13 years ago
- d9ed0fd Adds a small tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 13 years ago
- 3a89e37 examples: flesh out PFN readme by Dylan Noblesmith · 13 years ago
- 1a02680 Update signature of HandleTopLevelDecl. by Douglas Gregor · 14 years ago
- d3c1661 Fix examples for r140478. PR11021. by Eli Friedman · 14 years ago
- 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 14 years ago
- 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 14 years ago
- 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 14 years ago
- e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 14 years ago
- 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
- 6d733ed make `make` work in examples/PrintFucntionNames on Mac. I checked that it still works on Linux. by Nico Weber · 14 years ago
- f7e22d8 Fix name to match reality. by Nick Lewycky · 14 years ago
- 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 14 years ago
- 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 14 years ago
- a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 14 years ago
- bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 14 years ago
- f5ddcc0 PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build. by Michael J. Spencer · 15 years ago
- 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 15 years ago
- 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 15 years ago
- f56a488 Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object by Daniel Dunbar · 15 years ago
- 1890eb8 Make a variable static. by Dan Gohman · 15 years ago
- b02d96b Use an export file. Plugins must export llvm::Registry symbols. by Dan Gohman · 15 years ago
- 5ac7b29 PrintFunctionNames is a plugin, it should pull in symbols from the clang binary by Nick Lewycky · 15 years ago
- 3177aae Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Straszheim! by Daniel Dunbar · 15 years ago
- c9f362d Makefiles: Remove unnecessary early include of Makefile.config. by Daniel Dunbar · 15 years ago
- c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 15 years ago
- afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 15 years ago
- eb5dc49 Teach the PrintFunctionNames example to be a proper module, so that by Douglas Gregor · 15 years ago
- 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
- b469546 Fix -plugin command line argument syntax for clang -cc1 change. by Daniel Dunbar · 15 years ago
- dd63b28 Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. by Daniel Dunbar · 15 years ago
- 25a9c37 Update example link lines. by Daniel Dunbar · 16 years ago
- ebe6862 Add a very minimal README.txt for examples/PrintFunctionNames. by Daniel Dunbar · 16 years ago
- 9a69387 Add a trivial example plugin, which prints the names of the top-level decls. by Daniel Dunbar · 16 years ago