1. ef82254 Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. a898a41 Add irreader to the component list, because ParseIR is called. by Bill Wendling · 11 years ago
  5. fc33897 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 11 years ago
  6. a8a0da4 Remove unused header. by Rafael Espindola · 11 years ago
  7. ac1db6b Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 11 years ago
  8. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  9. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  10. 9cc935b The IRReader header is now part of its own library. Update the include by Chandler Carruth · 11 years ago
  11. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 11 years ago
  12. 804381d Use getProcessTriple in clang-interpreter. by Peter Collingbourne · 11 years ago
  13. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  14. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 11 years ago
  15. bf85d9d Revert r170801, which breaks the mingw build. by Douglas Gregor · 11 years ago
  16. d672bae Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun! by Douglas Gregor · 11 years ago
  17. e0c6e93 Sort the #include lines for examples/... by Chandler Carruth · 11 years ago
  18. 9d8b5fc Fix examples. by Rafael Espindola · 11 years ago
  19. 5b4379f analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275. by NAKAMURA Takumi · 12 years ago
  20. 35d516c Update clang-interpreter example by Douglas Gregor · 12 years ago
  21. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  22. 3eb3755 libclang, examples: [CMake] Add dependencies to tblgen'd headers. by NAKAMURA Takumi · 12 years ago
  23. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  24. b0998f9 Honour CLANG_BUILD_EXAMPLES correctly, by setting the directory's by Peter Collingbourne · 12 years ago
  25. 981d1ec Reverted unintentional commit. by Manuel Klimek · 12 years ago
  26. d9ed0fd Adds a small tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 12 years ago
  27. 3082846 Remove clangIndex reference from clang-interpreter CMake build by Douglas Gregor · 12 years ago
  28. 247c719 clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit. by NAKAMURA Takumi · 12 years ago
  29. 72ff6bb Remove clang-wpa example, which has been unmaintained for quite a while. by Douglas Gregor · 12 years ago
  30. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  31. 190f600 [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename by Anna Zaks · 12 years ago
  32. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  33. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 12 years ago
  34. 1e4c01b drop more llvm:: prefixes on OwningPtr<> by Dylan Noblesmith · 12 years ago
  35. 8944675 examples/analyzer-plugin: hook up to build by Dylan Noblesmith · 12 years ago
  36. 8f79e3f examples/analyzer-plugin/: unbreak build by Dylan Noblesmith · 12 years ago
  37. e26198c Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are built by Peter Collingbourne · 12 years ago
  38. 1770e0d remove unneeded config.h includes by Dylan Noblesmith · 12 years ago
  39. 3a89e37 examples: flesh out PFN readme by Dylan Noblesmith · 12 years ago
  40. 1a02680 Update signature of HandleTopLevelDecl. by Douglas Gregor · 12 years ago
  41. 5d8b954 rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 13 years ago
  42. 22a7dfe Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 13 years ago
  43. 17e2794 Add missing include to clang-interpreter example, to make it work on Windows. Patch by Dean Pavlekovic. by Eli Friedman · 13 years ago
  44. 10a82cd Rip out flags for controlling C++ "production mode" separately. by Bob Wilson · 13 years ago
  45. d3c1661 Fix examples for r140478. PR11021. by Eli Friedman · 13 years ago
  46. a6b4045 Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. by Evan Cheng · 13 years ago
  47. e172e8b Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME. by Anna Zaks · 13 years ago
  48. 26fb4cb Don't use BuiltinBug in analyzer plugin example. by Jordy Rose · 13 years ago
  49. 77a33a7 [analyzer] Add basic support for pluggable checkers. by Jordy Rose · 13 years ago
  50. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  51. d06f598 Fixes Makefile based build for examples/Tooling. by Manuel Klimek · 13 years ago
  52. 3eada1e Put Parse before Sema on the link line since parse depends on sema. by Nick Lewycky · 13 years ago
  53. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 13 years ago
  54. 426fd36 Fix linking of clang-wpa. by Zhongxing Xu · 13 years ago
  55. c8b3e63 Fix examples compile break due to rewrite of isa. by Manuel Klimek · 13 years ago
  56. 81e557b Pulls the common part of the clang-check example into Tooling, to allow new tools to be implemented without duplicating the boilerplate. by Manuel Klimek · 13 years ago
  57. a83c17c Let clang-check actually use the Directory entry in the json file. by Nico Weber · 13 years ago
  58. da69b45 Fixes compilation with Visual Studio by replacing the non-standard vector::data() access. by Manuel Klimek · 13 years ago
  59. 553e88e Fix gcc 'warning: multi-line comment'. by Nico Weber · 13 years ago
  60. 1ea7b9c Add a Makefile to examples/Tooling for people who do not use cmake. by Nico Weber · 13 years ago
  61. e190e51 Fix Makefile build of examples/clang-interpreter. by Nico Weber · 13 years ago
  62. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 13 years ago
  63. 903dec2 Fixed build error. by John Thompson · 13 years ago
  64. 2e471a3 [analyzer] Add LangOptions in CheckerManager. by Argyrios Kyrtzidis · 13 years ago
  65. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  66. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  67. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 13 years ago
  68. 27af04b Fix the clang-wpa example. by Argyrios Kyrtzidis · 13 years ago
  69. e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 13 years ago
  70. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  71. 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 13 years ago
  72. 9a7d023 Update clang-wpa to pass extra argument to AnalysisManager constructor. by Ted Kremenek · 13 years ago
  73. 6d733ed make `make` work in examples/PrintFucntionNames on Mac. I checked that it still works on Linux. by Nico Weber · 13 years ago
  74. f7e22d8 Fix name to match reality. by Nick Lewycky · 13 years ago
  75. 8691e0b Get clang-wpa to build in TOT (reflecting updates to the static analyzer). by Ted Kremenek · 13 years ago
  76. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 13 years ago
  77. 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 13 years ago
  78. d2592a3 [analyzer] Refactoring: Drop the 'GR' prefix. by Argyrios Kyrtzidis · 13 years ago
  79. a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 13 years ago
  80. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 13 years ago
  81. 98cabba [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 13 years ago
  82. 03013fa Merge System into Support. by Michael J. Spencer · 13 years ago
  83. 97ab3ac Unbreak clang-interpreter. (Should there be some automated testing for this?) by Eli Friedman · 13 years ago
  84. ea1924e Add a comment explaining why r117813 was needed. by Dan Gohman · 13 years ago
  85. aeed3da Turns out that we may end up calling dladdr on GetExecutablePath, give it external linkage to make sure the lookup works on all platforms. by Benjamin Kramer · 14 years ago
  86. f129562 These functions don't need external linkage. by Dan Gohman · 14 years ago
  87. 68625cf Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect that we aborted analysis may not necessarily be due to a loop. by Tom Care · 14 years ago
  88. f5ddcc0 PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build. by Michael J. Spencer · 14 years ago
  89. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  90. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  91. f0a5d6f clang-interpreter: libFrontend depends on libSerialization. Fix linux build by changing the link order. by Benjamin Kramer · 14 years ago
  92. 06b901b Update clang-interpreter for recent DiagnosticClient ownership changes. by Benjamin Kramer · 14 years ago
  93. 579855f Add back clang-wpa. It is useful for experimenting with inter-file analysis. by Zhongxing Xu · 14 years ago
  94. 07a57e0 Add Serialization dependency to clang-interpreter by Peter Collingbourne · 14 years ago
  95. 30216ac Remove wpa 'example', it isn't being maintained. by Daniel Dunbar · 14 years ago
  96. f56a488 Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object by Daniel Dunbar · 14 years ago
  97. 1890eb8 Make a variable static. by Dan Gohman · 14 years ago
  98. b02d96b Use an export file. Plugins must export llvm::Registry symbols. by Dan Gohman · 14 years ago
  99. fa9fe0c Fix clang-interpreter build by Peter Collingbourne · 14 years ago
  100. 2ce43c8 Make a bunch of new data structures for the new analysis by Zhongxing Xu · 14 years ago