1. 1d7bb6c Delete dead code. by Eli Friedman · 11 years ago
  2. ded9979 Switch Decl instantiation to DeclNodes.inc. by Eli Friedman · 11 years ago
  3. 5771aab Fix nested lifetime extension when a std::initializer_list member is by Richard Smith · 11 years ago
  4. 24118f5 Use the zero-argument DIBuilder::createNullPtrType in Clang. by Peter Collingbourne · 11 years ago
  5. 02a01fa Ensure that debugger calls to signature-less functions default to by John McCall · 11 years ago
  6. 267fad8 Revert "Revert r184787: "Added arm_neon intrinsic tests."" by Michael Gottesman · 11 years ago
  7. 49bab4c Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into by Richard Smith · 11 years ago
  8. 2e236fb Remove unnecessary check. by Eli Friedman · 11 years ago
  9. bf516f7 Delete dead code. by Eli Friedman · 11 years ago
  10. 0a598fd Delete dead code. by Eli Friedman · 11 years ago
  11. 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
  12. 6887ff2 Simplify StmtIterator. by Eli Friedman · 11 years ago
  13. 375a4f5 Small improvements to createOutputFile. by Rafael Espindola · 11 years ago
  14. cbed3bf Add support for passing v8fp options via -mfpu. by Joey Gouly · 11 years ago
  15. 288f76a A bit of program simplification from r185056 by Larisse Voufo · 11 years ago
  16. 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
  17. 642038d Delete dead code. by Eli Friedman · 11 years ago
  18. 2a42bc8 Simplify code. by Eli Friedman · 11 years ago
  19. 33b90b3 Handle all TemplateArguments in trivial TypeLocs. by Eli Friedman · 11 years ago
  20. 418dd3e PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's by Richard Smith · 11 years ago
  21. a8bd8c8 Sema: Small cleanup around TemplateParamListContext by David Majnemer · 11 years ago
  22. 3b20f58 ObjectiveC: diagnose duplicate declaration of by Fariborz Jahanian · 11 years ago
  23. 7348454 Don't use unnamed local enums as template arguments. Fixes -Werror bootstrap. by Joerg Sonnenberger · 11 years ago
  24. b4f0f3f This patch fixes PR16395, when HandleMSProperty returns null due to a declaration with no name. by Aaron Ballman · 11 years ago
  25. 7841abf AST: small cleanup to FriendObjectKind by David Majnemer · 11 years ago
  26. 5bb5f6a Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp. by Rafael Espindola · 11 years ago
  27. cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
  28. eb7c6f3 Updating the same comment in a different file, again for links. No functional change intended. by Aaron Ballman · 11 years ago
  29. b96e74f Updating a link in the comments; no functional change. by Aaron Ballman · 11 years ago
  30. 2ccf698 Fix warning: commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions] by Nico Weber · 11 years ago
  31. 4ec8d5b Add support for passing '-target armv8' through the Driver. by Joey Gouly · 11 years ago
  32. 11be064 Match MSVC's handling of commas during macro argument expansion by Reid Kleckner · 11 years ago
  33. 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
  34. 902a863 Remove last use of PathV1.h from clang. by Rafael Espindola · 11 years ago
  35. d2a5bee We only create one file, no need to delete a directory. by Rafael Espindola · 11 years ago
  36. a8a0da4 Remove unused header. by Rafael Espindola · 11 years ago
  37. fd81592 Try to fix this test on the msys buildbot. by Rafael Espindola · 11 years ago
  38. de2541a Quieting an MSVC warning about converting negative integer constants to unsigned types. by Aaron Ballman · 11 years ago
  39. dbb4a35 Don't use PathV1.h in CIndexCodeCompletion.cpp. by Rafael Espindola · 11 years ago
  40. cd0debb Remove dead include. by Rafael Espindola · 11 years ago
  41. 2669e96 Don't use PathV1.h in cc1as_main.cpp. by Rafael Espindola · 11 years ago
  42. 91d1b52 Remove unused header. by Rafael Espindola · 11 years ago
  43. b94000b Remove unused include. by Rafael Espindola · 11 years ago
  44. 5407d4a clang/test/lit.cfg: Tweak getClangBuiltinIncludeDir() not to expose dosish path separator on MSYS bash.exe, since r184774. by NAKAMURA Takumi · 11 years ago
  45. de4c111 Remove unused include. by Rafael Espindola · 11 years ago
  46. b8e60d9 Remove more uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  47. 3473c8d Remove PathV1.h from CompilerInvocation.cpp. by Rafael Espindola · 11 years ago
  48. ac1db6b Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 11 years ago
  49. 48955f8 Remove PathV1.h from CompilerInstance.cpp. by Rafael Espindola · 11 years ago
  50. 21b1824 Don't use PathV1.h in ASTUnit.cpp. by Rafael Espindola · 11 years ago
  51. 9230690 Remove forward declarations of sys::Path. by Rafael Espindola · 11 years ago
  52. 1cd7df4 Remove the last use of PathWithStatus. by Rafael Espindola · 11 years ago
  53. 85d2848 Use llvm::sys::fs::unique_file. by Rafael Espindola · 11 years ago
  54. b804cb3 Remove some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  55. da6d1df Remove PathV1.h use from WindowsToolChain.cpp. by Rafael Espindola · 11 years ago
  56. 1907c57 Fix a comment. by Nico Weber · 11 years ago
  57. 4fc5089 Lazily deserialize the "first' friend declaration when deserializing a class by Richard Smith · 11 years ago
  58. 86648b1 Fix PCH bug with member templates of local classes in nontemplate functions. by Faisal Vali · 11 years ago
  59. 7b6301f Remove PathV1.h usage from ToolChains.cpp. by Rafael Espindola · 11 years ago
  60. 2726877 Run clang-format on lib/Format code after r184894. No other changes. by Nico Weber · 11 years ago
  61. 861576b Formatter: Don't put a space after parameter-naming block comments. by Nico Weber · 11 years ago
  62. dccd04d Don't check for triviality on fields of templated records. We can't know the by Nick Lewycky · 11 years ago
  63. f6a144f Implement DR136 by David Majnemer · 11 years ago
  64. 5e37eec Make this test properly test both things it's trying to test. by Richard Smith · 11 years ago
  65. ba5da6e Missing test update from r184884. by Richard Smith · 11 years ago
  66. c7e863f PR8302: Check for shadowing a template parameter when declaring a template by Richard Smith · 11 years ago
  67. 147fab9 Don't try to get the layout of an invalid decl in getDeclAlign. by Matt Beaumont-Gay · 11 years ago
  68. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  69. ac83a3c Fix null pointer dereference if we redeclare an unprototyped function. Patch by by Richard Smith · 11 years ago
  70. 0e5a888 Fix a comment. by Nico Weber · 11 years ago
  71. db2fe73 More of N3652: don't add an implicit 'const' to 'constexpr' member functions when checking for overloads in C++1y. by Richard Smith · 11 years ago
  72. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago
  73. a7732c7 Remove misplaced comment by Eli Bendersky · 11 years ago
  74. fe7ed9e In tooling, reenable freeing of datastructures in codegen, just as we do for by Nick Lewycky · 11 years ago
  75. 40e6b30 Use simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  76. f8edb99 Don't use PathV1.h in Tools.cpp. by Rafael Espindola · 11 years ago
  77. 829e88d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  78. 8db7ec0 Use the new llvm::sys::EnvPathSeparator. by Rafael Espindola · 11 years ago
  79. c6fa115 Fix a couple of PPC predefined macros that I spotted while driving by by Chandler Carruth · 11 years ago
  80. 4ea53ae Add r184803 back now that the bug in unique_file has been fixed. by Rafael Espindola · 11 years ago
  81. 510312a Revert "Use the new PathV2 instead of implementing the logic in clang." by Rafael Espindola · 11 years ago
  82. 871a692 Revert r184787: "Added arm_neon intrinsic tests." by Chandler Carruth · 11 years ago
  83. be35df1 [analyzer] Handle zeroing CXXConstructExprs. by Jordan Rose · 11 years ago
  84. 1fc9111 [analyzer] Don't initialize virtual base classes more than once. by Jordan Rose · 11 years ago
  85. f9b4fea Fix regression from r184810. by Eli Friedman · 11 years ago
  86. fdf137b Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 11 years ago
  87. 9db7f57 Fix deserializing of class template partial specializations. Assign sequence by Richard Smith · 11 years ago
  88. 72aa4c4 Fix noexcept for delete expressions. by Eli Friedman · 11 years ago
  89. fa09383 Remove PathV1.h from Driver.cpp. by Rafael Espindola · 11 years ago
  90. 465e861 Formatter/ObjC: Correctly format casts in objc message send expressions. by Nico Weber · 11 years ago
  91. 4a67613 Use the new PathV2 instead of implementing the logic in clang. by Rafael Espindola · 11 years ago
  92. 6e98678 Delete a couple dead checks. by Eli Friedman · 11 years ago
  93. 10fc2c6 Formatter/Objc: Add a test that checks that @import is formatted correctly. by Nico Weber · 11 years ago
  94. 7652222 Delete dead code. by Eli Friedman · 11 years ago
  95. f66ef17 Reorder builds based by ordering. by Eric Christopher · 11 years ago
  96. 98f0723 Check for matching template-parameter-lists when merging template declarations. by Richard Smith · 11 years ago
  97. e4664a9 Accept both / and \\ to fix the windows bots. by Rafael Espindola · 11 years ago
  98. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  99. 445df82 Added arm_neon intrinsic tests. by Michael Gottesman · 11 years ago
  100. fdeee9d [NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint. by Michael Gottesman · 11 years ago