1. 341b5df Refactor DynTypedMatcher into a value type class, just like Matcher<T>. by Samuel Benzaquen · 11 years ago
  2. 7e66ed3 Extend test to show an alias can be before a definition. by Rafael Espindola · 11 years ago
  3. 9568d1c Cleanup redundant include. by Rafael Espindola · 11 years ago
  4. 39e4b0f Driver: Various string-related cleanups. by Benjamin Kramer · 11 years ago
  5. 22dd997 [mips][msa] Fix definition of SLD instruction. by Matheus Almeida · 11 years ago
  6. c6c9cf4 Set the default hardware division features for ARM cpus. Also set it as default for A32 armv8. by Silviu Baranga · 11 years ago
  7. 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
  8. fb90266 Fix to PR8880 (clang dies processing a for loop). by Serge Pavlov · 11 years ago
  9. d186f0b Fixes PR17617: Crash on joining short if statements. by Manuel Klimek · 11 years ago
  10. 9541141 Expose -fmodule-name and -fmodule-map-file as driver options. by Daniel Jasper · 11 years ago
  11. fbfd642 Lex: Don't restrict legal UCNs when preprocessing assembly by Justin Bogner · 11 years ago
  12. b3b5e6c [-fms-extensions] __is_interface_class was miscategorized by David Majnemer · 11 years ago
  13. 3abf5f6 Sema: Explain our deviation from the standard by referencing the, now open, LWG issue. by David Majnemer · 11 years ago
  14. b75009c Be more precise when diagnosing 'inline' on global replacement functions by David Majnemer · 11 years ago
  15. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  16. bf54855 Revert r193022 and r193048. They broke the ubsan test suite. by Peter Collingbourne · 11 years ago
  17. a3bfa54 Switch attribute test line endings from CRLF by Alp Toker · 11 years ago
  18. 8b40772 Fix crash in cleanup attr handling by Alp Toker · 11 years ago
  19. 363193b clang-format: Better understand Lambda poarameters. by Daniel Jasper · 11 years ago
  20. 15eef85 clang-format: Fix formatting of nested blocks after comment. by Daniel Jasper · 11 years ago
  21. b3c887d clang-format: Support case ranges. by Daniel Jasper · 11 years ago
  22. a53bbae clang-format: Improve formatting of ObjC dict literals. by Daniel Jasper · 11 years ago
  23. acca8bc Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, some linkers depend on it. by Benjamin Kramer · 11 years ago
  24. d29849e Forgot some references to misspelled enums. by Benjamin Kramer · 11 years ago
  25. 0638206 Miscellaneous speling fixes. by Benjamin Kramer · 11 years ago
  26. d2b0cf3 Sema: Diagnose global replacement functions declared as inline by David Majnemer · 11 years ago
  27. daaabf7 Add a missing getMostRecentDecl to ClassTemplateDecl. by Rafael Espindola · 11 years ago
  28. 87bcee8 Simplify some implementations of get*Decl. by Rafael Espindola · 11 years ago
  29. e6ddd7f This should use the possessive adjective. by Rafael Espindola · 11 years ago
  30. eaa9035 Comment improvement. by Rafael Espindola · 11 years ago
  31. a898a41 Add irreader to the component list, because ParseIR is called. by Bill Wendling · 11 years ago
  32. 9297535 Reduce indentation with an early exit. by Rafael Espindola · 11 years ago
  33. 7693b32 Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0. by Rafael Espindola · 11 years ago
  34. a36ddbe Fix typo. by Rafael Espindola · 11 years ago
  35. 65d1096 Simplify FunctionDecl::getBody. by Rafael Espindola · 11 years ago
  36. 63d29e2 When building ubsan, link in ubsan parts first and sanitizer-common second, to by Nick Lewycky · 11 years ago
  37. b5c7768 Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. by Kaelyn Uhrain · 11 years ago
  38. 6e4f6f8 Be smarter about deciding to add a leading '::' to a by Kaelyn Uhrain · 11 years ago
  39. a831f17 Merge NamespaceSpecifierSet's AddNamespace and AddRecord as they are by Kaelyn Uhrain · 11 years ago
  40. 13be032 Consumed analysis: fix assert failure. by DeLesley Hutchins · 11 years ago
  41. b405c95 clang-cl: diagnose setting asm listing filename with multiple inputs by Hans Wennborg · 11 years ago
  42. b934d24 Fix crash if a submodule @imports another submodule from the same module. The by Richard Smith · 11 years ago
  43. c85832f ObjectiveC. Added support for methods annotated with format_arg by Fariborz Jahanian · 11 years ago
  44. 19b60a5 Reverted r192992 broke windows and freebsd builds. by Ariel J. Bernal · 11 years ago
  45. be63ab6 Consumed analysis: assume that non-const reference parameters are initially by DeLesley Hutchins · 11 years ago
  46. 044d01f This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  47. c5cdafc Consumed analysis: All the return_typestate parameter to be attached to the by DeLesley Hutchins · 11 years ago
  48. 0baf33b clang-format: Be more aggressive on incorrect code. by Daniel Jasper · 11 years ago
  49. 49c77b2 clang-format: Don't force linebreak between return and multiline string. by Daniel Jasper · 11 years ago
  50. 53eb05a Make clang-format slightly more willing to break before trailing annotations. by Daniel Jasper · 11 years ago
  51. 5ff6c11 Add another MinGW header include path by Hans Wennborg · 11 years ago
  52. 9b3cb44 clang-format: Improve formatting of templated builder-type calls. by Daniel Jasper · 11 years ago
  53. 4553a85 [AArch64] Add support for NEON scalar extract narrow instructions. by Chad Rosier · 11 years ago
  54. ddb2ad2 [Mips] Define __mips_fpr and _MIPS_FPSET macros. by Simon Atanasyan · 11 years ago
  55. c2827ec clang-format: Make continuation indent width configurable. by Daniel Jasper · 11 years ago
  56. 9b67118 C++ modules: don't lose track of a 'namespace std' that is imported from a module. by Richard Smith · 11 years ago
  57. 3c40a28 Basic ODR checking for C++ modules: by Richard Smith · 11 years ago
  58. 530fa4f Check "late parsed" friend functions for redefinition by Alp Toker · 11 years ago
  59. 0823566 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  60. e3db9c8 False. GCC does not accept [[gnu::warn_unused]], not to be confused with [[gnu::warn_unused_result]] which does exist. by Nick Lewycky · 11 years ago
  61. 8219c03 Fix 80-column violation. by Richard Smith · 11 years ago
  62. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  63. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  64. d33884f ObjectiveC migrator. Minor clean up of my last patch. No functional change. by Fariborz Jahanian · 11 years ago
  65. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  66. f98f12f ObjectiveC migrator. In infering NS_ENUM/NS_OPTIONS by Fariborz Jahanian · 11 years ago
  67. 9cd5d40 Consumed analysis: update to previous test case. by DeLesley Hutchins · 11 years ago
  68. fa2264a [ms-cxxabi] Error out on virtual function memptrs by Reid Kleckner · 11 years ago
  69. 682a56b Revert "Fix missed exception spec checks and crashes" by Alp Toker · 11 years ago
  70. 4d61280 Make .asm a valid extension for assembly files by Hans Wennborg · 11 years ago
  71. bb81f88 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  72. 52f717e Consumed analysis: fix ICE in handling of loop source locations. by DeLesley Hutchins · 11 years ago
  73. d867422 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 11 years ago
  74. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  75. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  76. af7ed9e [mips] Added -mfp64 and -mfp32 options. by Daniel Sanders · 11 years ago
  77. 12a5a78 [mips][msa] Update -mmsa help text and removed the hidden flag to better match conventions used by other targets by Daniel Sanders · 11 years ago
  78. d66b88f [mips][msa] Added most of the remaining builtins by Daniel Sanders · 11 years ago
  79. d1bcd4c Remove unicode characters, trailing whitespace from test case by David Majnemer · 11 years ago
  80. a7c8b10 Follow-up to r192822: fix Clang assertion when building with -fexceptions by Timur Iskhodzhanov · 11 years ago
  81. 39dc016 tsan: update docs update docs for no_sanitize_thread attribute and blacklist by Dmitry Vyukov · 11 years ago
  82. 251b18d This is now passing. Uncomment and close out PR6281. by Bill Wendling · 11 years ago
  83. b754974 Add support to the Clang driver for forwarding all of gfortran's flags by Chandler Carruth · 11 years ago
  84. 2e3fd94 Add the context that a function was created in as the context for the by Eric Christopher · 11 years ago
  85. 0b327d3 Add implementations of the MSVC barrier intrinsics by Reid Kleckner · 11 years ago
  86. b5b3f81 ObjectiveC migrator. Remove blank lines by Fariborz Jahanian · 11 years ago
  87. 3d11ced Rename HandleTargetFeatures->handleTargetFeatures to match by Eric Christopher · 11 years ago
  88. 1654320 Add preprocessor support for powerpc vsx. by Eric Christopher · 11 years ago
  89. d37df39 Remove an old, seemingly out of date, comment. by Eric Christopher · 11 years ago
  90. f217400 Fix comments. by Eric Christopher · 11 years ago
  91. 49ef481 PR17592: Ensure we diagnose shadowing a template parameter with a local extern by Richard Smith · 11 years ago
  92. cced97c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 11 years ago
  93. 567fd23 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 11 years ago
  94. b81765f ObjectiveC migrator. Don't add 'assign' for by Fariborz Jahanian · 11 years ago
  95. 40bd5ce Add minimal command line support for the VSX powerpc processor. by Eric Christopher · 11 years ago
  96. d5e59fc Rework ppc options handling into a features group. by Eric Christopher · 11 years ago
  97. 624b367 ObjectiveC migrator. 'atomic' is the default attribute. by Fariborz Jahanian · 11 years ago
  98. 9686f12 Emit a .ident saying that clang produced this file. by Rafael Espindola · 11 years ago
  99. 15dbacc Enabling 3DNow! prefetch instruction support for a few AMD processors in the by Yunzhong Gao · 11 years ago
  100. 803ccc9 ObjectiveC migrator. Use 'assign' for 'delegate' properties. // rdar://15231860 by Fariborz Jahanian · 11 years ago