1. c1baef6 Prevent error message when formatting an empty file. by Daniel Jasper · 11 years ago
  2. 6df7a2d Don't insert confusing line breaks in comparisons. by Daniel Jasper · 11 years ago
  3. 2a02f4d [analyzer] Improve handling of noreturn destructors by Pavel Labath · 11 years ago
  4. 78148e7 Fixed test options. by Serge Pavlov · 11 years ago
  5. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  6. caa16dd Look for corrections in enclosing namespaces that require a global NestedNameSpecifier. by Kaelyn Uhrain · 11 years ago
  7. 8ed38d8 Debug Info: set default to gdwarf-2 for Darwin. by Manman Ren · 11 years ago
  8. c16f207 Redirect the output of a test to a temporary file to prevent messing up by Richard Trieu · 11 years ago
  9. ddcd660 Documentation: Update docs for C++ lambdas to more accurately reflect by James Dennett · 11 years ago
  10. b6b0a71 Debug Info: clean up usage of Verify. by Manman Ren · 11 years ago
  11. 5d90d18 [ms-cxxabi] Mangle variadic template parameter packs by Reid Kleckner · 11 years ago
  12. 21383fe Add regression test for PR12331. by Richard Smith · 11 years ago
  13. 8443188 More fixes for block mangling. by Eli Friedman · 11 years ago
  14. 439b701 Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout. by Serge Pavlov · 11 years ago
  15. 3302315 [analyzer] Pointers-to-members are (currently) Locs, not NonLocs. by Jordan Rose · 11 years ago
  16. ce9cd91 Suppress "control reaches end of non-void function" warning when compiling with gcc. by Andy Gibbs · 11 years ago
  17. 432d488 Simplify getting CXXRecordDecl from a base iterator by Timur Iskhodzhanov · 11 years ago
  18. aad1422 Fix ranges computed by git clang-format. by Daniel Jasper · 11 years ago
  19. 6ac431c Fix formatting of long declarations with const type. by Daniel Jasper · 11 years ago
  20. ed2e2de Teach static analyzer about AttributedStmts by Pavel Labath · 11 years ago
  21. 1cf7c3f Don't skip lambdas when mangling local vars. by Eli Friedman · 11 years ago
  22. f4af9d3 [analyzer] Explicitly disallow mixed Loc-NonLoc comparisons. by Jordan Rose · 11 years ago
  23. 47be5bb Simplify code in mangler. by Eli Friedman · 11 years ago
  24. 7a36a59 Simplify linkage code for static local vars. by Eli Friedman · 11 years ago
  25. a7872d4 Fix CMakeLists.txt. by Eli Friedman · 11 years ago
  26. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  27. 18a295d Fix MSP430 builtin types. by Anton Korobeynikov · 11 years ago
  28. f50dbfa Fix incorrect token counting introduced by r185319. by Daniel Jasper · 11 years ago
  29. d446f73 Avoid column limit violation in block comments in certain cases. by Alexander Kornienko · 11 years ago
  30. cbe86cc Don't align "} // namespace" comments. by Daniel Jasper · 11 years ago
  31. 80db6a7 clang/test/lit.cfg: Improve is_filesystem_case_insensitive() to work properly on cygwin. by NAKAMURA Takumi · 11 years ago
  32. c47d7f1 Don't add an extra space before ellipsis after pointers. by Daniel Jasper · 11 years ago
  33. 3a1847e Keep space between pointer and block comment. by Daniel Jasper · 11 years ago
  34. 02eacc2 Fix braced-list detection in lieu of trailing comments. by Daniel Jasper · 11 years ago
  35. fcd0aa1 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  36. bc54025 Put helper class in anonymous namespace. by Craig Topper · 11 years ago
  37. fe09f3f Put helper class in anonymous namespace. by Craig Topper · 11 years ago
  38. 3c3af14 PR16502: Fix a dumb bug where we might look past the last initializer in an by Richard Smith · 11 years ago
  39. e50947f Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
  40. 53d4f31 Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment operator. by Craig Topper · 11 years ago
  41. 14e6649 Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
  42. b8f7164 Use static for helper functions instead of an anonymous namespace per coding standards. by Craig Topper · 11 years ago
  43. cf1e216 Make string pointer const. by Craig Topper · 11 years ago
  44. 83f81d7 Put helper classes into anonymous namespace. by Craig Topper · 11 years ago
  45. 1f26342 Documentation cleanup for TypeOrdering.h. by James Dennett · 11 years ago
  46. 3b50e8d Restore r184205 and associated commits (after commit of r185290) by Stephen Lin · 11 years ago
  47. 1ec5750 Documentation cleanup: Mostly formatting \brief documentation, also fix a by James Dennett · 11 years ago
  48. 0c0b390 Teach -Wunsequenced that the side-effects of a function evaluation are sequenced by Richard Smith · 11 years ago
  49. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  50. ad5f833 Lex: Cleanup whitespace in PragmaRegionHandler by David Majnemer · 11 years ago
  51. 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
  52. 17aa33f Add enumerators to TestVisitor::Language to allow visitor tests to by James Dennett · 11 years ago
  53. e103979 Compress pairs. No functionality change. by Benjamin Kramer · 11 years ago
  54. 9df0823 Driver: Push triple objects around instead of going to std::string all the time. by Benjamin Kramer · 11 years ago
  55. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  56. e36c728 [test] Add test case for rdar://14183893. by Argyrios Kyrtzidis · 11 years ago
  57. 2e43015 Remove dead code. by Eli Friedman · 11 years ago
  58. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  59. 5fb478b Fix error recovery with in-class initializer. by Eli Friedman · 11 years ago
  60. b26f012 Fix line endings. by Eli Friedman · 11 years ago
  61. e1e35f7 [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. by Peter Collingbourne · 11 years ago
  62. dd15907 + "For Windows Users" section by Anton Yartsev · 11 years ago
  63. ceb6dc8 Use the multiple argument form of path::append. by Benjamin Kramer · 11 years ago
  64. 15a0de9 Fix a trivial typo, add a FIXME to have more test coverage for VTableBuilder by Timur Iskhodzhanov · 11 years ago
  65. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  66. 6982bf4 Lazily deserialize function template specializations. This fixes a cycle in by Richard Smith · 11 years ago
  67. 8ffd0a4 Update for llvm::sys::fs::unique_file not creating directories. by Rafael Espindola · 11 years ago
  68. 1d7bb6c Delete dead code. by Eli Friedman · 11 years ago
  69. ded9979 Switch Decl instantiation to DeclNodes.inc. by Eli Friedman · 11 years ago
  70. 5771aab Fix nested lifetime extension when a std::initializer_list member is by Richard Smith · 11 years ago
  71. 24118f5 Use the zero-argument DIBuilder::createNullPtrType in Clang. by Peter Collingbourne · 11 years ago
  72. 02a01fa Ensure that debugger calls to signature-less functions default to by John McCall · 11 years ago
  73. 267fad8 Revert "Revert r184787: "Added arm_neon intrinsic tests."" by Michael Gottesman · 11 years ago
  74. 49bab4c Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into by Richard Smith · 11 years ago
  75. 2e236fb Remove unnecessary check. by Eli Friedman · 11 years ago
  76. bf516f7 Delete dead code. by Eli Friedman · 11 years ago
  77. 0a598fd Delete dead code. by Eli Friedman · 11 years ago
  78. d943352 Under -fms-extensions, only inject a friend tag name when we didn't see a tag with that name in an enclosing scope. by Douglas Gregor · 11 years ago
  79. 6887ff2 Simplify StmtIterator. by Eli Friedman · 11 years ago
  80. 375a4f5 Small improvements to createOutputFile. by Rafael Espindola · 11 years ago
  81. cbed3bf Add support for passing v8fp options via -mfpu. by Joey Gouly · 11 years ago
  82. 288f76a A bit of program simplification from r185056 by Larisse Voufo · 11 years ago
  83. 7419d01 Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type. by Larisse Voufo · 11 years ago
  84. 642038d Delete dead code. by Eli Friedman · 11 years ago
  85. 2a42bc8 Simplify code. by Eli Friedman · 11 years ago
  86. 33b90b3 Handle all TemplateArguments in trivial TypeLocs. by Eli Friedman · 11 years ago
  87. 418dd3e PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's by Richard Smith · 11 years ago
  88. a8bd8c8 Sema: Small cleanup around TemplateParamListContext by David Majnemer · 11 years ago
  89. 3b20f58 ObjectiveC: diagnose duplicate declaration of by Fariborz Jahanian · 11 years ago
  90. 7348454 Don't use unnamed local enums as template arguments. Fixes -Werror bootstrap. by Joerg Sonnenberger · 11 years ago
  91. b4f0f3f This patch fixes PR16395, when HandleMSProperty returns null due to a declaration with no name. by Aaron Ballman · 11 years ago
  92. 7841abf AST: small cleanup to FriendObjectKind by David Majnemer · 11 years ago
  93. 5bb5f6a Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp. by Rafael Espindola · 11 years ago
  94. cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
  95. eb7c6f3 Updating the same comment in a different file, again for links. No functional change intended. by Aaron Ballman · 11 years ago
  96. b96e74f Updating a link in the comments; no functional change. by Aaron Ballman · 11 years ago
  97. 2ccf698 Fix warning: commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions] by Nico Weber · 11 years ago
  98. 4ec8d5b Add support for passing '-target armv8' through the Driver. by Joey Gouly · 11 years ago
  99. 11be064 Match MSVC's handling of commas during macro argument expansion by Reid Kleckner · 11 years ago
  100. eacc92f clang/test/Driver/pth.c: Fix r184942, a regexp like "\\\\" is redundant here. Should be matched to single \ with '\\'. by NAKAMURA Takumi · 11 years ago