1. d95f88a Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. by Alexander Kornienko · 11 years ago
  2. 44b41b1 ObjectiveC migrator: Remove semicolon after the typedef by Fariborz Jahanian · 11 years ago
  3. 33530b8 Address -Wreorder warning in Driver.cpp by Hans Wennborg · 11 years ago
  4. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  5. bbbb0fe ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip. by Fariborz Jahanian · 11 years ago
  6. 87f2cb5 [Driver] Use LLVM's response file parser because it can read UTF-16 by Reid Kleckner · 11 years ago
  7. 8a77c20 Separate the notion of 'context' when recursing down in the parser and actual errors. by Samuel Benzaquen · 11 years ago
  8. 38f71e2 Changed declarations from Attr to InheritableAttr as they are already being processed that way semantically. by Aaron Ballman · 11 years ago
  9. ffa9d57 Switching to use checkAttributeNumArgs for trivial cases. No functional changes intended. by Aaron Ballman · 11 years ago
  10. bb145e8 Test contents were somehow duplicated, resulting in any testcase that fails automatically failing twice. Removing the duplicates. by Aaron Ballman · 11 years ago
  11. 37a8953 Replacing a morally duplicate diagnostic by adding it to an existing diagnostic's select list. Updates the tests for the more consistent diagnostic. by Aaron Ballman · 11 years ago
  12. 5e2169f clang-format: Fix bad line break with pointers to members. by Daniel Jasper · 11 years ago
  13. f0c06a3 Fix crash in libclang if code completion is used with unknown flags. by Manuel Klimek · 11 years ago
  14. 2dbdef2 Removed a parameter from handleAttrWithMessage to make it more consistent with other attribute handlers, as well as other attribute error messages. Added missing test cases for the unavailable attribute, and updated the deprecated test case. by Aaron Ballman · 11 years ago
  15. c6dabb9 Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned by JF Bastien · 11 years ago
  16. b061ce2 s/BuiltinLocation/ArtificialLocation/ by Adrian Prantl · 11 years ago
  17. b2d1392 Instead of checking against some version of "isType()" go ahead and by Eric Christopher · 11 years ago
  18. 0a10323 Fix a compile error caught by bb-chapuni. by Adrian Prantl · 11 years ago
  19. 6e73edf Fix a compile error caught by bb-chapuni. by Adrian Prantl · 11 years ago
  20. b3f111b Don't generate bogus line table entries for __copy_helper_block_ and by Adrian Prantl · 11 years ago
  21. ed6bbe4 Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces by Adrian Prantl · 11 years ago
  22. 18a0cd5 Clarified documentation. by Adrian Prantl · 11 years ago
  23. 5f4554f Simplify logic by using the appropriate function. by Adrian Prantl · 11 years ago
  24. 6a04b5e Add condition expression result to if and elif callbacks. by John Thompson · 11 years ago
  25. 22050f2 Reinstate r186040, with additional fixes and more test coverage (reverted in by Richard Smith · 11 years ago
  26. 7dab97b 80-column fixes. by Eric Christopher · 11 years ago
  27. 0111e4d Even more code conformance. by Robert Wilhelm · 11 years ago
  28. 9a3ecb0 MS wide bitfield error check in Sema by Reid Kleckner · 11 years ago
  29. e0fa4c5 clang-format: Add space in corner case. by Daniel Jasper · 11 years ago
  30. 76a2ea3 Constify Replacements parameter to applyAllReplacements. by David Blaikie · 11 years ago
  31. 8df014e Improve idiomatic-parentheses by checking method family instead of relying on the selector name. by Jean-Daniel Dupas · 11 years ago
  32. fd527a4 SemaDeclCXX.cpp: Dissolve a ligature "fi" in comment. by NAKAMURA Takumi · 11 years ago
  33. d4de59d Fixed source range of C++03 access declarations. by Enea Zaffanella · 11 years ago
  34. bccda13 [analyzer] Handle C++11 member initializer expressions. by Jordan Rose · 11 years ago
  35. df70700 [analyzer] Handle C string default values for const char * arguments. by Jordan Rose · 11 years ago
  36. be2e1b1 [analyzer] Treat std::initializer_list as opaque rather than aborting. by Jordan Rose · 11 years ago
  37. b17a2c1 Option parsing tables: remove some unnecessary #defines by Hans Wennborg · 11 years ago
  38. 215c57f Improve line breaking before multi-line strings. by Daniel Jasper · 11 years ago
  39. 671840a Add TemplateArgument related matchers to the registry. by Samuel Benzaquen · 11 years ago
  40. 86e4d74 Add CXXCtorInitializer related matchers to the dynamic matcher registry. by Samuel Benzaquen · 11 years ago
  41. 9c3bd4f Replace TEST* with CHECK-DAG in vbtable tests by Timur Iskhodzhanov · 11 years ago
  42. 046e79a [analyzer] Add very limited support for temporary destructors by Pavel Labath · 11 years ago
  43. ac13d61 clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts. by NAKAMURA Takumi · 11 years ago
  44. ab96e56 Propagate alignment for _Complex by JF Bastien · 11 years ago
  45. b470d1a Use the simpler is_directory. by Rafael Espindola · 11 years ago
  46. 80f8aca More code conformance. by Fariborz Jahanian · 11 years ago
  47. e828018 ObjectiveC migrator: When adding conforming protocol, by Fariborz Jahanian · 11 years ago
  48. b4b4a52 Avoid breaking non-trailing block comments. by Alexander Kornienko · 11 years ago
  49. 012cff9 Follow coding convention in argument decl. by Fariborz Jahanian · 11 years ago
  50. 21cde05 Make Expr::isConstantInitializer match IRGen. by Eli Friedman · 11 years ago
  51. ad3c2b5 [arcmt] Remove some dead code. by Argyrios Kyrtzidis · 11 years ago
  52. 8d8bfb3 ObjectiveC migrator. If a class implements a protocol's by Fariborz Jahanian · 11 years ago
  53. 10c26b2 Don't break line comments with escaped newlines. by Alexander Kornienko · 11 years ago
  54. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  55. be6d913 Fix crash on complex constant zero. by Eli Friedman · 11 years ago
  56. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  57. e91b1b9 ObjectiveC migration: complete migrating class by Fariborz Jahanian · 11 years ago
  58. 40c84df FileCheckize test/Driver/immediate-options.c by Hans Wennborg · 11 years ago
  59. 0a9350f Fix formatting. No functional change. by Craig Topper · 11 years ago
  60. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  61. bdfacea Add more types to ASTNodeKind. Refactor common instantiation code. by Samuel Benzaquen · 11 years ago
  62. a3c6246 This patch removes unused parameter allProperties and converts remaining by Fariborz Jahanian · 11 years ago
  63. a15af47 Remove unnecessary assignment. by Manuel Klimek · 11 years ago
  64. 5f574bf Fixes another hard to test problem with iterator invalidation. by Manuel Klimek · 11 years ago
  65. e7d3bff clang-format: Improve detection of function types. by Daniel Jasper · 11 years ago
  66. 6cbe66f Fix test on release builds. by Tim Northover · 11 years ago
  67. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  68. e8caa30 Limit number of bits in size representation so that bit size fit 64 bits. by Serge Pavlov · 11 years ago
  69. 6afc66d Add 'const' qualifiers to static const char* variables. by Craig Topper · 11 years ago
  70. 9ec4099 Merge attributes on typedef decls. by Eli Friedman · 11 years ago
  71. 5029bd5 Fix alignment of class derived from empty class. by Eli Friedman · 11 years ago
  72. 8c35583 ObjC migrator: build conforming interface declaration (not yet used). wip. by Fariborz Jahanian · 11 years ago
  73. bf03b37 Fix member refs with using decl + anonymous union. by Eli Friedman · 11 years ago
  74. ca0dd25 Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionRequired) by David Blaikie · 11 years ago
  75. ad4aaf1 ObjC migrator: finding conforming protocol candidates for each class. wip. by Fariborz Jahanian · 11 years ago
  76. 3d882fa Fix a typo in the diagnostic note added in r186342. by Kaelyn Uhrain · 11 years ago
  77. d422434 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 11 years ago
  78. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  79. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  80. 0c36878 clang-format: Improve c-style cast detection. by Daniel Jasper · 11 years ago
  81. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  82. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  83. d58915e Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  84. 3aa29df Add 'static' and 'const' qualifiers to some arrays of strings. by Craig Topper · 11 years ago
  85. dc49d52 Fix to PR12262 - assertion when substituting explicit template arguments by Serge Pavlov · 11 years ago
  86. 26a4001 Revert 186302 to fix build bots. by Craig Topper · 11 years ago
  87. 429d3be Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  88. b960232 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  89. 0f855a9 Reformat line. by Eric Christopher · 11 years ago
  90. 688cf5b Move BlockLiteralGeneric earlier in CGDebugInfo and remove by Eric Christopher · 11 years ago
  91. d3003dc Update a few comments and reformat a decl for clarity. by Eric Christopher · 11 years ago
  92. 466877a Replace C++0x in a comment with C++11 by Craig Topper · 11 years ago
  93. dd02543 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  94. 02d26a8 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  95. ad5b69d Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  96. eb54d42 Make these tests more robust against IRgen choosing to emit more named metadata. by Richard Smith · 11 years ago
  97. e143c98 Delete a test that is checking badly for a point bug that Clang never had (and that spuriously fails with modules enabled). by Richard Smith · 11 years ago
  98. 7cb4fae Add missing include guards into headers in lib/Headers. While it may appear by Richard Smith · 11 years ago
  99. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  100. e33a0a8 Serialization support for TagDecl::IsCompleteDefinitionRequired by David Blaikie · 11 years ago