1. 3c6aea7 clang-format: Cleanup array initializer and dict initializer formatting. by Daniel Jasper · 11 years ago
  2. 7edf9a4 Teach Clang to accept and ignore -f[no-]implicit-templates. by Chandler Carruth · 11 years ago
  3. 6e40ca5 Teach Clang to recognize and ignore GCC's -fdiagnostics-show-location by Chandler Carruth · 11 years ago
  4. ee0cd37 Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 11 years ago
  5. 1bf080e Remove dead recursive function. by Benjamin Kramer · 11 years ago
  6. df1cce5 Support GNU attributes in alias-declarations now that GCC has implemented them by Richard Smith · 11 years ago
  7. c4fe0a6 Fix a test file option from -emit-llvm -o to -emit-llvm-only. by Faisal Vali · 11 years ago
  8. d92aa2d PR17666: Instead of allowing an initial identifier argument in any attribute by Richard Smith · 11 years ago
  9. 605f91f Fix an instantiation bug with nested generic lambdas and conversion to fptrs. by Faisal Vali · 11 years ago
  10. 4a589c7 Undoing accidental change to docs/LanguageExtensions.rst in my previous patch. by Warren Hunt · 11 years ago
  11. 7967c95 Implements 64 bit microsoft record layout and adds lit tests to cover by Warren Hunt · 11 years ago
  12. 965a48a More wordsmithing on objc_requires_super documentation. by Ted Kremenek · 11 years ago
  13. 4e973b9 Wordsmith text of objc_requires_super. by Ted Kremenek · 11 years ago
  14. 9d12eaa Fix typo. by Ted Kremenek · 11 years ago
  15. cbf7169 Provide documentation on attribute((objc_requires_super)). by Ted Kremenek · 11 years ago
  16. 3f6e9b0 Change title of section to reflect the concept, and not the mechanism. by Ted Kremenek · 11 years ago
  17. 645526c Parse: Disable delayed template parsing for constexpr functions by David Majnemer · 11 years ago
  18. 885d8bf AST: Mangle fields in anonymous structs/unions by David Majnemer · 11 years ago
  19. 8484375 Intrinsics: fix extract & insert when index is out of bound. by Manman Ren · 11 years ago
  20. 1dc31f5 [analyzer] Generate a LazyCompoundVal when loading from a union-typed region. by Jordan Rose · 11 years ago
  21. e7bd89a A decl never becomes unused. Make that explicit in the API. by Rafael Espindola · 11 years ago
  22. bef582b Refactor out the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  23. 63c521a [mips][msa] Add intrinsics that map to pseudo-instructions. by Daniel Sanders · 11 years ago
  24. a3d311e And Again: Teach TreeTransform how to transform nested generic lambdas. by Faisal Vali · 11 years ago
  25. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  26. a4c91af Remove the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  27. f06a2893 Make UsingShadowDecls redeclarable. This fixes some visibility problems with by Richard Smith · 11 years ago
  28. b814a2a Again: Teach TreeTransform and family how to transform generic by Faisal Vali · 11 years ago
  29. 426589a Teach AST dumper to dump the containing module and hidden flag for declarations. by Richard Smith · 11 years ago
  30. 3f5b4de CFG: Properly print delegating initializer CFG elements. by Jordan Rose · 11 years ago
  31. a8a2ebe Retain previous language linkage of friend function declarations by Alp Toker · 11 years ago
  32. 69170e6 Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted by Richard Smith · 11 years ago
  33. 255ca71 Sema: Allow IndirectFieldDecl to appear in a non-type template argument by David Majnemer · 11 years ago
  34. 65f958d Consider hidden decls for isUsed checks. by Rafael Espindola · 11 years ago
  35. b1c0e20 Treat aliases as definitions. by Rafael Espindola · 11 years ago
  36. d205498 New fix for pr17535. by Rafael Espindola · 11 years ago
  37. bb6144b _mm_extract_epi16: use "& 7" when index is out of bound. by Manman Ren · 11 years ago
  38. e233eea [analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags. by Jordan Rose · 11 years ago
  39. 6d87e65 Use GEPs correctly when adjusting this in MicrosoftCXXABI by Timur Iskhodzhanov · 11 years ago
  40. d661d50 Revert r193073 and the attempt to fix it in r193170. by Chandler Carruth · 11 years ago
  41. 37acb25 Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach' by Serge Pavlov · 11 years ago
  42. c968943 clang-format: Fix ObjC literal indentation in Google style. by Daniel Jasper · 11 years ago
  43. a07aa66 clang-format: Improve formatting of ObjC array literals. by Daniel Jasper · 11 years ago
  44. a2770ab Use early return. No functionality change. by Rafael Espindola · 11 years ago
  45. e39c0f3 Drop the unneeded VBase field from MethodInfo in the VFTableBuilder class by Timur Iskhodzhanov · 11 years ago
  46. 87017a7 Revert "This patch causes clang to reject alias attributes that point to undefined names. For example, with this patch we now reject" by Rafael Espindola · 11 years ago
  47. e37bf44 This patch causes clang to reject alias attributes that point to undefined by Rafael Espindola · 11 years ago
  48. 89673e0 Fix comment typo by Alp Toker · 11 years ago
  49. 45206ca Remove incorrect assert. by Manuel Klimek · 11 years ago
  50. c641709 Allow a header to be part of multiple modules. by Daniel Jasper · 11 years ago
  51. 588a51a Sema: Do not allow template declarations inside local classes by David Majnemer · 11 years ago
  52. 2cfbf05 Revert "Re-enable passing MS inline asm test." by Reid Kleckner · 11 years ago
  53. 150f9da Re-enable passing MS inline asm test. by Reid Kleckner · 11 years ago
  54. c30bf45 Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Reid Kleckner · 11 years ago
  55. 35f51bb Updated and added to the Consumed documentation. by Chris Wailes · 11 years ago
  56. fae3a1a [AArch64] Add the constraint to NEON scalar mla/mls instructions. by Chad Rosier · 11 years ago
  57. 921ac4d Fix string assignment, David Blaikie suggestion. by Yaron Keren · 11 years ago
  58. deefa7c Make this test pass -verify. by Rafael Espindola · 11 years ago
  59. 2a20270 Ignore -fstrength-reduce and -fno-strength-reduce. by Rafael Espindola · 11 years ago
  60. 341b5df Refactor DynTypedMatcher into a value type class, just like Matcher<T>. by Samuel Benzaquen · 11 years ago
  61. 7e66ed3 Extend test to show an alias can be before a definition. by Rafael Espindola · 11 years ago
  62. 9568d1c Cleanup redundant include. by Rafael Espindola · 11 years ago
  63. 39e4b0f Driver: Various string-related cleanups. by Benjamin Kramer · 11 years ago
  64. 22dd997 [mips][msa] Fix definition of SLD instruction. by Matheus Almeida · 11 years ago
  65. c6c9cf4 Set the default hardware division features for ARM cpus. Also set it as default for A32 armv8. by Silviu Baranga · 11 years ago
  66. 1db2e27 Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior. by Silviu Baranga · 11 years ago
  67. fb90266 Fix to PR8880 (clang dies processing a for loop). by Serge Pavlov · 11 years ago
  68. d186f0b Fixes PR17617: Crash on joining short if statements. by Manuel Klimek · 11 years ago
  69. 9541141 Expose -fmodule-name and -fmodule-map-file as driver options. by Daniel Jasper · 11 years ago
  70. fbfd642 Lex: Don't restrict legal UCNs when preprocessing assembly by Justin Bogner · 11 years ago
  71. b3b5e6c [-fms-extensions] __is_interface_class was miscategorized by David Majnemer · 11 years ago
  72. 3abf5f6 Sema: Explain our deviation from the standard by referencing the, now open, LWG issue. by David Majnemer · 11 years ago
  73. b75009c Be more precise when diagnosing 'inline' on global replacement functions by David Majnemer · 11 years ago
  74. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  75. bf54855 Revert r193022 and r193048. They broke the ubsan test suite. by Peter Collingbourne · 11 years ago
  76. a3bfa54 Switch attribute test line endings from CRLF by Alp Toker · 11 years ago
  77. 8b40772 Fix crash in cleanup attr handling by Alp Toker · 11 years ago
  78. 363193b clang-format: Better understand Lambda poarameters. by Daniel Jasper · 11 years ago
  79. 15eef85 clang-format: Fix formatting of nested blocks after comment. by Daniel Jasper · 11 years ago
  80. b3c887d clang-format: Support case ranges. by Daniel Jasper · 11 years ago
  81. a53bbae clang-format: Improve formatting of ObjC dict literals. by Daniel Jasper · 11 years ago
  82. acca8bc Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, some linkers depend on it. by Benjamin Kramer · 11 years ago
  83. d29849e Forgot some references to misspelled enums. by Benjamin Kramer · 11 years ago
  84. 0638206 Miscellaneous speling fixes. by Benjamin Kramer · 11 years ago
  85. d2b0cf3 Sema: Diagnose global replacement functions declared as inline by David Majnemer · 11 years ago
  86. daaabf7 Add a missing getMostRecentDecl to ClassTemplateDecl. by Rafael Espindola · 11 years ago
  87. 87bcee8 Simplify some implementations of get*Decl. by Rafael Espindola · 11 years ago
  88. e6ddd7f This should use the possessive adjective. by Rafael Espindola · 11 years ago
  89. eaa9035 Comment improvement. by Rafael Espindola · 11 years ago
  90. a898a41 Add irreader to the component list, because ParseIR is called. by Bill Wendling · 11 years ago
  91. 9297535 Reduce indentation with an early exit. by Rafael Espindola · 11 years ago
  92. 7693b32 Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0. by Rafael Espindola · 11 years ago
  93. a36ddbe Fix typo. by Rafael Espindola · 11 years ago
  94. 65d1096 Simplify FunctionDecl::getBody. by Rafael Espindola · 11 years ago
  95. 63d29e2 When building ubsan, link in ubsan parts first and sanitizer-common second, to by Nick Lewycky · 11 years ago
  96. b5c7768 Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. by Kaelyn Uhrain · 11 years ago
  97. 6e4f6f8 Be smarter about deciding to add a leading '::' to a by Kaelyn Uhrain · 11 years ago
  98. a831f17 Merge NamespaceSpecifierSet's AddNamespace and AddRecord as they are by Kaelyn Uhrain · 11 years ago
  99. 13be032 Consumed analysis: fix assert failure. by DeLesley Hutchins · 11 years ago
  100. b405c95 clang-cl: diagnose setting asm listing filename with multiple inputs by Hans Wennborg · 11 years ago