1. a9d7b46 AArch64: add test for updated __clear_cache definition by Tim Northover · 11 years ago
  2. 7424d79 Don't format sizeof/alignof as function types. by Daniel Jasper · 11 years ago
  3. 028d59c AArch64: correct definition of __clear_cache by Tim Northover · 11 years ago
  4. 3371711 Replace EXPECT_EQ with EXPECT_FALSE to avoid gcc warning by Patrik Hagglund · 11 years ago
  5. f039e3e Suppress bogus "use of undefined constexpr function" error if the function body by Richard Smith · 11 years ago
  6. 69db555 Use atomic instructions on linux thumb v7. by Rafael Espindola · 11 years ago
  7. 7be62a8 PR15956: Debug Info: Include the appropriate file location in types created due to using declarations by David Blaikie · 11 years ago
  8. ef202c3 [analyzer] Refactor: address Jordan’s code review of r181738. by Anna Zaks · 11 years ago
  9. b834a78 [analyzer] Warn about nil elements/keys/values in array and dictionary literals. by Anna Zaks · 11 years ago
  10. 27c7f54 Align a multiline string literal with the first part. by Daniel Jasper · 11 years ago
  11. 1071b9f Suppress GCC warning for no return after covered switch, and remove some by Richard Smith · 11 years ago
  12. 7e17fdc Fix a wrong and confusing comment in CharUnits.h. Neither C nor C++ allows by Richard Smith · 11 years ago
  13. 620c0af Use atomic instructions on ARM linux. by Rafael Espindola · 11 years ago
  14. fbff0c4 Objective-C error recovery. This patch makes a quick by Fariborz Jahanian · 11 years ago
  15. 52a4693 Fix test/CodeGenCXX/captured-statements.cpp on powerpc64 by Ben Langmuir · 11 years ago
  16. 77b5025 Fix a gcc warning. by Rafael Espindola · 11 years ago
  17. 2b6acb6 A better version of r181699: use raw_string_ostream.str() instead of manually calling .flush(). by Alexander Kornienko · 11 years ago
  18. 967d9e9 Fix style according to post-commit review comments. by Manuel Klimek · 11 years ago
  19. 44135b8 Implements brace breaking styles. by Manuel Klimek · 11 years ago
  20. af64032 Fixes [Bug 15960] YAMLTraits doesn't roundtrip on Windows. by Alexander Kornienko · 11 years ago
  21. 7c9a93e Implements UseTab for clang-format. by Manuel Klimek · 11 years ago
  22. c3df5ff Further improve optimization for nested calls. by Daniel Jasper · 11 years ago
  23. 07a64ec Implements IndentWidth. by Manuel Klimek · 11 years ago
  24. 378d93d Assume macros to contain declarations. by Daniel Jasper · 11 years ago
  25. f8aa155 Debug Info: PR14992: Support values for non-type template parameters of function type by David Blaikie · 11 years ago
  26. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  27. 1fcf31e Update for LLVM interface change in r181680. by Rafael Espindola · 11 years ago
  28. d449468 Add missing triple to CodeGen test. by Richard Smith · 11 years ago
  29. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  30. 3c5f4b6 Downgrade C++14 "Clarifying memory allocation". We perform non-conforming by Richard Smith · 11 years ago
  31. d248e58 Fix stack overflow in linkage computation when a function with a deduced return by Richard Smith · 11 years ago
  32. 87360f2 Debug Info: Comment changes in r181393 by request of echristo by David Blaikie · 11 years ago
  33. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  34. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  35. 06a9d04 CodeGen: Refactor SetLLVMFunctionAttributesForDefinition to use an AttrBuilder. by Benjamin Kramer · 11 years ago
  36. 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
  37. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  38. e806512 Debug Info: correct comment by David Blaikie · 11 years ago
  39. 776a364 Debug Info: Silently accept template argument packs by David Blaikie · 11 years ago
  40. 30a16f1 [Modules] Make r180934 more efficient by only loading top-level module maps in system header directories. by Douglas Gregor · 11 years ago
  41. c147861 [Modules] When things go horribly wrong when reading a module, point at the module cache. by Douglas Gregor · 11 years ago
  42. d8f681e [Modules] Extend Darwin hack to include the modification time of SystemVersion.plist. by Douglas Gregor · 11 years ago
  43. 9dfd243 PR14992: Debug Info: Support more non-type template parameters by David Blaikie · 11 years ago
  44. 566a9c3 ObjC debug info: Substitute the class type for methods that return by Adrian Prantl · 11 years ago
  45. 9cbcab8 Avoid patching storage class for block scope thread_local variables. by Enea Zaffanella · 11 years ago
  46. 42860f1 PR15966: don't get confused by a complex integer -> complex integer conversion by Richard Smith · 11 years ago
  47. 46529e5 Reformat clang-format help strings, filter out irrelevant options. by Alexander Kornienko · 11 years ago
  48. f2d8fbe [analyzer] Assume [NSNull null] does not return nil. by Anna Zaks · 11 years ago
  49. 2654489 [analyzer] Do not check if sys/queue.h file is a system header. by Anna Zaks · 11 years ago
  50. 2ad77cd Allocate memory for the new number of subexpressions. Fixup for r181572 by Dmitri Gribenko · 11 years ago
  51. 374ae32 [analyzer] Indirect invalidation counts as an escape for leak checkers. by Jordan Rose · 11 years ago
  52. 0b6d846 Codegen tests for captured statements with templates by Wei Pan · 11 years ago
  53. 04abbb2 When breaking at function calls, indent from function name. by Daniel Jasper · 11 years ago
  54. daaa468 ArrayRef'ize Sema::FindAllocationFunctions by Dmitri Gribenko · 11 years ago
  55. dbaa5b0 Updated clang-format help messages for -offset and -length by Alexander Kornienko · 11 years ago
  56. 8061322 ArrayRef'ize GenericSelectionExpr by Dmitri Gribenko · 11 years ago
  57. 0ca318b Minor clarifications in help messages and a comment. by Alexander Kornienko · 11 years ago
  58. 89b3a7f Always format entire macro definitions. by Daniel Jasper · 11 years ago
  59. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  60. acf0271 Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers. by Peter Collingbourne · 11 years ago
  61. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  62. 6ea933c Fix bug when formatting overloaded operators. by Daniel Jasper · 11 years ago
  63. 25d8c85 C++1y auto return type: when a function contains no 'return' statements at all, by Richard Smith · 11 years ago
  64. 8f19003 Typo and misc comment fix. by Richard Smith · 11 years ago
  65. 7eca8d2 [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to install the ASTWriter that we create as an ASTMutationListener. by Argyrios Kyrtzidis · 11 years ago
  66. 96c2473 Remove redundant variable by Dmitri Gribenko · 11 years ago
  67. 27365ee ArrayRef'ize ShuffleVectorExpr::setExprs by Dmitri Gribenko · 11 years ago
  68. 416c9b3 ArrayRef'ize Sema::CheckMessageArgumentTypes by Dmitri Gribenko · 11 years ago
  69. a7b7d0e ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  70. ed09bfc Revert my r181563, breaks tests on buildbots by Dmitri Gribenko · 11 years ago
  71. a36bbac ArrayRef'ize Sema::ActOnMemInitializer by Dmitri Gribenko · 11 years ago
  72. 8e6b709 ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  73. 7297a2e ArrayRef'ize Sema::BuildCallToObjectOfClassType by Dmitri Gribenko · 11 years ago
  74. 0a050f7 Debug Info: Fix a problem that resulted in missing DW_AT_specifications by Adrian Prantl · 11 years ago
  75. 192b030 Remove dependence on system headers from this test, to try to make the Windows bots happier. by Richard Smith · 11 years ago
  76. f1e08ac Debug Info: include address-of ('&') operator and qualified names in template argument lists by David Blaikie · 11 years ago
  77. eac29c8 Fix some test cases I broke in r181552 by David Blaikie · 11 years ago
  78. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  79. 0cd9ede DebugInfo: Simply & constrain test(s) for PR9600/PR9608 by David Blaikie · 11 years ago
  80. 65cd813 Documentation warning: \param, not \parm by Dmitri Gribenko · 11 years ago
  81. 2f78786 Add pragma-comment.c test case for r181426 that I forgot to add by Reid Kleckner · 11 years ago
  82. 9e00f12 ArrayRef'ize some SemaOverload methods by Dmitri Gribenko · 11 years ago
  83. f632730 [ms-cxxabi] Implement member pointer conversions by Reid Kleckner · 11 years ago
  84. 089db2e Debug Info: Remove unnecessary check for dependent array types by David Blaikie · 11 years ago
  85. cadfe42 Fix captured statements codegen test on ARM by Ben Langmuir · 11 years ago
  86. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  87. 6f61629 Switch C++1y paper links back to the canonical location at open-std.org now that the post-Bristol mailing has shipped. by Richard Smith · 11 years ago
  88. de8e443 Add testcase missed from r181527. by Richard Smith · 11 years ago
  89. 7588361 Fix the return type of the complex creal functions. Patch by YunZhong Gao, modified to use _Static_assert and to check __STDC_HOSTED__ by me. by Richard Smith · 11 years ago
  90. ad022b0 Remove trailing whitespace by David Blaikie · 11 years ago
  91. f4030ae [doc parsing]: make single character command impostures warn in pedantic mode. by Fariborz Jahanian · 11 years ago
  92. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  93. 5cd4c41 [doc parsing]: So, in this patch, single character by Fariborz Jahanian · 11 years ago
  94. 0332e0a Updating LibASTMatchersReference to include namespaceDecl() by Edwin Vane · 11 years ago
  95. 9d6b1cb [doc parsing]: don't attempt to fix single character by Fariborz Jahanian · 11 years ago
  96. ee3cd95 xopintrin.h: Add wrappers for all flavors of _mm_com. by Benjamin Kramer · 11 years ago
  97. 61b669b Add include guards to prfchwintrin.h. by Benjamin Kramer · 11 years ago
  98. 6391ea2 Implement C++1y constant initializer rules: in a constant initializer for an by Richard Smith · 11 years ago
  99. afde200 [analyzer; alternate arrows] for "loop back" edges add back the extra edge to the closing '}' by Ted Kremenek · 11 years ago
  100. 8841c53 [analyzer;alternate arrows] adapt 'for' loop aesthetic cleanup to 'while' loops. by Ted Kremenek · 11 years ago