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