1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 6c1dc78 Add partial support for the hasDeclaration() matcher in the dynamic layer. by Samuel Benzaquen · 10 years ago
  9. c8f0342 Relax some preconditions for using FixedCompilationDatabase. by Edwin Vane · 10 years ago
  10. a9f2809 Correctly mark first token in the presence of UTF-8 BOM. by Alexander Kornienko · 10 years ago
  11. 2ab056f unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handling of virtual file, such "/a.cc". by NAKAMURA Takumi · 10 years ago
  12. cb5a9ec Add test for injecting diagnostic consumers into a ClangTool. by Manuel Klimek · 10 years ago
  13. a7462b8 Remove extra whitespace instead of breaking the line in comments when possible. by Alexander Kornienko · 10 years ago
  14. 5486a42 Do not insert backslashes, when breaking line comments after preprocessor directives. by Alexander Kornienko · 10 years ago
  15. a7856d0 clang-format: Fix alignment of ObjC string literals. by Daniel Jasper · 11 years ago
  16. 0ce1c9a clang-format: Improve clang-format's detection about comment binding. by Daniel Jasper · 11 years ago
  17. 8b156e2 clang-format: Improve formatting of operators forced to new lines. by Daniel Jasper · 11 years ago
  18. c2e0329 clang-format: Don't auto-break short macros in WebKit style. by Daniel Jasper · 11 years ago
  19. deb61c5 clang-format: Improve linebreaking and indentation for ObjC calls. by Daniel Jasper · 11 years ago
  20. 072ac6c clang-format: Properly indent ObjC calls wrapped before first selector by Daniel Jasper · 11 years ago
  21. 1a896a5 clang-format: Make breaking before ternary operators configurable. by Daniel Jasper · 11 years ago
  22. fa8e7d3 Adds the ability to inject a DiagnosticConsumer into ClangTools. by Manuel Klimek · 11 years ago
  23. 51fcdf8 Introduce MatchFinder::matchAST. by Peter Collingbourne · 11 years ago
  24. d2bd589 Re-introduce MatchFinder::addDynamicMatcher. by Peter Collingbourne · 11 years ago
  25. f9504aa clang-format: Improve binary operator detection in macros. by Daniel Jasper · 11 years ago
  26. 966e6d3 clang-format: Improve ObjC variadic and binary expression parameters. by Daniel Jasper · 11 years ago
  27. dbfb5f3 clang-format: Improve formatting of constructor initializers. by Daniel Jasper · 11 years ago
  28. 59875ac clang-format: Remove old hack that mainly made incorrect tests pass. by Daniel Jasper · 11 years ago
  29. 16a8b0e clang-format: Fix corner case for brace alignment. by Daniel Jasper · 11 years ago
  30. ca94634 Disable a tooling test on Windows. by Peter Collingbourne · 11 years ago
  31. 8051db1 Introduce ClangTool::buildASTs, and buildASTFromCode. by Peter Collingbourne · 11 years ago
  32. 00841f5 Introduce DynTypedNode::print, dump and getSourceRange. by Peter Collingbourne · 11 years ago
  33. 3f0e040 Introduce BoundNodes::getMap. by Peter Collingbourne · 11 years ago
  34. 2a80ad6 clang-format: Allow line merging and partial formatting of nested blocks by Daniel Jasper · 11 years ago
  35. dc837b1 clang-format: Fix indenting corner case with comment and else. by Daniel Jasper · 11 years ago
  36. 8437957 clang-format: Fix whitespaces in include directives. by Daniel Jasper · 11 years ago
  37. 74b7363 clang-format: fix for \r\r\n produced in multiline block comments by Daniel Jasper · 11 years ago
  38. d8ee5c1 clang-format: Option to control spacing in template argument lists. by Daniel Jasper · 11 years ago
  39. b7488d7 Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Samuel Benzaquen · 11 years ago
  40. 52af944 clang-format: Fix overloaded operator for global-scoped conversions. by Daniel Jasper · 11 years ago
  41. 8f54d88 clang-format: Fix ObjC method exprs with variadic parameters. by Daniel Jasper · 11 years ago
  42. 47066e4 clang-format: Adapt line break penalties for LLVM style. by Daniel Jasper · 11 years ago
  43. 852bce4 clang-format: Properly reset nested AnnotatedLine structure. by Daniel Jasper · 11 years ago
  44. 74317e4 clang-format: Be more conservative about column layout formatting. by Daniel Jasper · 11 years ago
  45. 3c6aea7 clang-format: Cleanup array initializer and dict initializer formatting. by Daniel Jasper · 11 years ago
  46. ee0cd37 Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 11 years ago
  47. c968943 clang-format: Fix ObjC literal indentation in Google style. by Daniel Jasper · 11 years ago
  48. a07aa66 clang-format: Improve formatting of ObjC array literals. by Daniel Jasper · 11 years ago
  49. 45206ca Remove incorrect assert. by Manuel Klimek · 11 years ago
  50. c30bf45 Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Reid Kleckner · 11 years ago
  51. 341b5df Refactor DynTypedMatcher into a value type class, just like Matcher<T>. by Samuel Benzaquen · 11 years ago
  52. d186f0b Fixes PR17617: Crash on joining short if statements. by Manuel Klimek · 11 years ago
  53. 363193b clang-format: Better understand Lambda poarameters. by Daniel Jasper · 11 years ago
  54. 15eef85 clang-format: Fix formatting of nested blocks after comment. by Daniel Jasper · 11 years ago
  55. b3c887d clang-format: Support case ranges. by Daniel Jasper · 11 years ago
  56. a53bbae clang-format: Improve formatting of ObjC dict literals. by Daniel Jasper · 11 years ago
  57. 19b60a5 Reverted r192992 broke windows and freebsd builds. by Ariel J. Bernal · 11 years ago
  58. 044d01f This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  59. 0baf33b clang-format: Be more aggressive on incorrect code. by Daniel Jasper · 11 years ago
  60. 49c77b2 clang-format: Don't force linebreak between return and multiline string. by Daniel Jasper · 11 years ago
  61. 53eb05a Make clang-format slightly more willing to break before trailing annotations. by Daniel Jasper · 11 years ago
  62. 9b3cb44 clang-format: Improve formatting of templated builder-type calls. by Daniel Jasper · 11 years ago
  63. c2827ec clang-format: Make continuation indent width configurable. by Daniel Jasper · 11 years ago
  64. 74ecbd5 Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot by Alexey Samsonov · 11 years ago
  65. f0fc89c Keep track of indentation levels in static initializers for correct indentation with tabs. by Alexander Kornienko · 11 years ago
  66. aabfb27 Automatically munch semicolons after blocks. by Manuel Klimek · 11 years ago
  67. ac4d018 clang-format: Fix assertion on unterminated #ifs. by Daniel Jasper · 11 years ago
  68. a0950e8 Callback support for OpenCL extension pragmas. by Pekka Jaaskelainen · 11 years ago
  69. 78a4e61 clang-format: No space in "<::" in C++11 mode. by Daniel Jasper · 11 years ago
  70. b18c258 Don't break string literals inside preprocessor directives. by Alexander Kornienko · 11 years ago
  71. ae76f7f Support formatting of preprocessor branches. by Manuel Klimek · 11 years ago
  72. 1d82b1a clang-format: Don't remove 'unknown' tokens. by Daniel Jasper · 11 years ago
  73. 01fe9f9 Correctly detect colon in bit fields. Fixes PR17333. by Alexander Kornienko · 11 years ago
  74. d4099c3 Revert commit r192299 until find a way to account for simlinks in OS X. by Ariel J. Bernal · 11 years ago
  75. b71aa7a This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  76. 6e7f193 clang-format: Fix template declaration line breaking with comment. by Daniel Jasper · 11 years ago
  77. cea014b clang-format: Improve indentation when deriving from templated classes. by Daniel Jasper · 11 years ago
  78. 19ccb12 clang-format: Improve constructor initializer linewrapping. by Daniel Jasper · 11 years ago
  79. 3d71289 Fix incorrect detection of class definitions with alignas specification. by Manuel Klimek · 11 years ago
  80. 63cfb89 clang-format: Remove empty lines after visibility modifiers. by Daniel Jasper · 11 years ago
  81. f78bf4a clang-format: Improve alignment after 'return'. by Daniel Jasper · 11 years ago
  82. 2037698 clang-format: Fix assertion on incomplete string literals. by Daniel Jasper · 11 years ago
  83. 6967e78 Added a comment and another test for the UT_ForIndentation option by Alexander Kornienko · 11 years ago
  84. 3d9ffcf Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 11 years ago
  85. acf8e90 Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth. by Alexander Kornienko · 11 years ago
  86. 6b3ff8c clang-format: Improve formatting of functions with multiple trailing tokens. by Daniel Jasper · 11 years ago
  87. 48c099f clang-format: Fix formatting bug with comment in weird place. by Daniel Jasper · 11 years ago
  88. 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
  89. 65da8e9 clang-format: Improve address-of-operator detection by Daniel Jasper · 11 years ago
  90. ebaa171 clang-format: Don't accidentally move tokens into preprocessor directive. by Daniel Jasper · 11 years ago
  91. 42ff263 clang-format: Add comment to tests explaining their grouping. by Daniel Jasper · 11 years ago
  92. e63a48a clang-format: Fix line breaking bug after empty ifs. by Daniel Jasper · 11 years ago
  93. 26356cc clang-format: Don't split a >>-operator. by Daniel Jasper · 11 years ago
  94. 2c2f729 When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122 by Alexander Kornienko · 11 years ago
  95. d3d9e0f clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations. by Daniel Jasper · 11 years ago
  96. ac885cd clang-format: Detect braced lists in subscript expressions. by Daniel Jasper · 11 years ago
  97. 5798120 clang-format: Fix incorrect enum parsing / layouting. by Daniel Jasper · 11 years ago
  98. 0bb3ca3 Add a test case to test RAV visits parameters of implicit copy constructor. by Michael Han · 11 years ago
  99. 7e27400 clang-format: Fix bug in pointer detection by Daniel Jasper · 11 years ago
  100. 4b6730d Teach RAV to visit parameter variable declarations of implicit functions. Fixes PR16182. by Michael Han · 11 years ago