1. 8b40772 Fix crash in cleanup attr handling by Alp Toker · 11 years ago
  2. 363193b clang-format: Better understand Lambda poarameters. by Daniel Jasper · 11 years ago
  3. 15eef85 clang-format: Fix formatting of nested blocks after comment. by Daniel Jasper · 11 years ago
  4. b3c887d clang-format: Support case ranges. by Daniel Jasper · 11 years ago
  5. a53bbae clang-format: Improve formatting of ObjC dict literals. by Daniel Jasper · 11 years ago
  6. acca8bc Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, some linkers depend on it. by Benjamin Kramer · 11 years ago
  7. d29849e Forgot some references to misspelled enums. by Benjamin Kramer · 11 years ago
  8. 0638206 Miscellaneous speling fixes. by Benjamin Kramer · 11 years ago
  9. d2b0cf3 Sema: Diagnose global replacement functions declared as inline by David Majnemer · 11 years ago
  10. 87bcee8 Simplify some implementations of get*Decl. by Rafael Espindola · 11 years ago
  11. 9297535 Reduce indentation with an early exit. by Rafael Espindola · 11 years ago
  12. 7693b32 Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0. by Rafael Espindola · 11 years ago
  13. a36ddbe Fix typo. by Rafael Espindola · 11 years ago
  14. 65d1096 Simplify FunctionDecl::getBody. by Rafael Espindola · 11 years ago
  15. 63d29e2 When building ubsan, link in ubsan parts first and sanitizer-common second, to by Nick Lewycky · 11 years ago
  16. b5c7768 Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. by Kaelyn Uhrain · 11 years ago
  17. 6e4f6f8 Be smarter about deciding to add a leading '::' to a by Kaelyn Uhrain · 11 years ago
  18. a831f17 Merge NamespaceSpecifierSet's AddNamespace and AddRecord as they are by Kaelyn Uhrain · 11 years ago
  19. 13be032 Consumed analysis: fix assert failure. by DeLesley Hutchins · 11 years ago
  20. b405c95 clang-cl: diagnose setting asm listing filename with multiple inputs by Hans Wennborg · 11 years ago
  21. b934d24 Fix crash if a submodule @imports another submodule from the same module. The by Richard Smith · 11 years ago
  22. c85832f ObjectiveC. Added support for methods annotated with format_arg by Fariborz Jahanian · 11 years ago
  23. 19b60a5 Reverted r192992 broke windows and freebsd builds. by Ariel J. Bernal · 11 years ago
  24. be63ab6 Consumed analysis: assume that non-const reference parameters are initially by DeLesley Hutchins · 11 years ago
  25. 044d01f This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  26. c5cdafc Consumed analysis: All the return_typestate parameter to be attached to the by DeLesley Hutchins · 11 years ago
  27. 0baf33b clang-format: Be more aggressive on incorrect code. by Daniel Jasper · 11 years ago
  28. 49c77b2 clang-format: Don't force linebreak between return and multiline string. by Daniel Jasper · 11 years ago
  29. 53eb05a Make clang-format slightly more willing to break before trailing annotations. by Daniel Jasper · 11 years ago
  30. 5ff6c11 Add another MinGW header include path by Hans Wennborg · 11 years ago
  31. 9b3cb44 clang-format: Improve formatting of templated builder-type calls. by Daniel Jasper · 11 years ago
  32. 4553a85 [AArch64] Add support for NEON scalar extract narrow instructions. by Chad Rosier · 11 years ago
  33. ddb2ad2 [Mips] Define __mips_fpr and _MIPS_FPSET macros. by Simon Atanasyan · 11 years ago
  34. c2827ec clang-format: Make continuation indent width configurable. by Daniel Jasper · 11 years ago
  35. 9b67118 C++ modules: don't lose track of a 'namespace std' that is imported from a module. by Richard Smith · 11 years ago
  36. 3c40a28 Basic ODR checking for C++ modules: by Richard Smith · 11 years ago
  37. 530fa4f Check "late parsed" friend functions for redefinition by Alp Toker · 11 years ago
  38. 0823566 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  39. 8219c03 Fix 80-column violation. by Richard Smith · 11 years ago
  40. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  41. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  42. d33884f ObjectiveC migrator. Minor clean up of my last patch. No functional change. by Fariborz Jahanian · 11 years ago
  43. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  44. f98f12f ObjectiveC migrator. In infering NS_ENUM/NS_OPTIONS by Fariborz Jahanian · 11 years ago
  45. fa2264a [ms-cxxabi] Error out on virtual function memptrs by Reid Kleckner · 11 years ago
  46. 682a56b Revert "Fix missed exception spec checks and crashes" by Alp Toker · 11 years ago
  47. 4d61280 Make .asm a valid extension for assembly files by Hans Wennborg · 11 years ago
  48. bb81f88 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  49. 52f717e Consumed analysis: fix ICE in handling of loop source locations. by DeLesley Hutchins · 11 years ago
  50. d867422 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 11 years ago
  51. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  52. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  53. af7ed9e [mips] Added -mfp64 and -mfp32 options. by Daniel Sanders · 11 years ago
  54. a7c8b10 Follow-up to r192822: fix Clang assertion when building with -fexceptions by Timur Iskhodzhanov · 11 years ago
  55. 2e3fd94 Add the context that a function was created in as the context for the by Eric Christopher · 11 years ago
  56. 0b327d3 Add implementations of the MSVC barrier intrinsics by Reid Kleckner · 11 years ago
  57. b5b3f81 ObjectiveC migrator. Remove blank lines by Fariborz Jahanian · 11 years ago
  58. 3d11ced Rename HandleTargetFeatures->handleTargetFeatures to match by Eric Christopher · 11 years ago
  59. 1654320 Add preprocessor support for powerpc vsx. by Eric Christopher · 11 years ago
  60. f217400 Fix comments. by Eric Christopher · 11 years ago
  61. 49ef481 PR17592: Ensure we diagnose shadowing a template parameter with a local extern by Richard Smith · 11 years ago
  62. cced97c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 11 years ago
  63. 567fd23 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 11 years ago
  64. b81765f ObjectiveC migrator. Don't add 'assign' for by Fariborz Jahanian · 11 years ago
  65. d5e59fc Rework ppc options handling into a features group. by Eric Christopher · 11 years ago
  66. 624b367 ObjectiveC migrator. 'atomic' is the default attribute. by Fariborz Jahanian · 11 years ago
  67. 9686f12 Emit a .ident saying that clang produced this file. by Rafael Espindola · 11 years ago
  68. 15dbacc Enabling 3DNow! prefetch instruction support for a few AMD processors in the by Yunzhong Gao · 11 years ago
  69. 803ccc9 ObjectiveC migrator. Use 'assign' for 'delegate' properties. // rdar://15231860 by Fariborz Jahanian · 11 years ago
  70. 8255274 [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases by Timur Iskhodzhanov · 11 years ago
  71. 289a0d8 ObjectiveC++: support for passing C++11 style initialized temporaries to by Fariborz Jahanian · 11 years ago
  72. d3d0dcf [analyzer] Don't draw edges to C++11 in-class member initializers. by Jordan Rose · 11 years ago
  73. 5322a55 Driver: Factor duplicated code. by Benjamin Kramer · 11 years ago
  74. 9e6af9d [mips] Enable frame-pointer elimination for -O1 and above. by Akira Hatanaka · 11 years ago
  75. b563488 Update comment. by Chad Rosier · 11 years ago
  76. a32966f Sema: Simplify the check if a method returns an instance of the class. by Benjamin Kramer · 11 years ago
  77. a48c4a8 [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned by Chad Rosier · 11 years ago
  78. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  79. d692a84 C++ modules: merging for enumerations and enumerators with multiple definitions by Richard Smith · 11 years ago
  80. c504288 Teach the AST dumper to dump the canonical declaration for a mergeable declaration. by Richard Smith · 11 years ago
  81. 89fecb5 Reflow slightly. by Eric Christopher · 11 years ago
  82. 03c8276 [AArch64] Add support for NEON scalar signed saturating absolute value and by Chad Rosier · 11 years ago
  83. f186c92 Add constant evaluation support for __builtin_isinf, __builtin_isfinite, by Richard Smith · 11 years ago
  84. 8690cee ms-compat: Fix taking the address of a member of a dependent base by Reid Kleckner · 11 years ago
  85. e96a7b4 [libclang] For an unscoped enum include the enumerators in the top-level code-completion hash since they enter the top-level namespace. by Argyrios Kyrtzidis · 11 years ago
  86. a6f5cc3 ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXT by Fariborz Jahanian · 11 years ago
  87. 0ccadb2 Fixed code style of my change. by Serge Pavlov · 11 years ago
  88. 2c4a01d Sema: Cleanup formatting of C++ exceptions related code by David Majnemer · 11 years ago
  89. fc21049 Sema: Cleanup formatting of SEH related code by David Majnemer · 11 years ago
  90. 7752a74 Sema: Don't crash when __try/__except/__finally appears in a template function by David Majnemer · 11 years ago
  91. edb5fdf Sema: Consider it an error to apply __builtin_offsetof to a member in a virtual base by David Majnemer · 11 years ago
  92. 656465d Special case '%C' handling in ObjC format strings to handle integer literals that can represent unicode characters by Ted Kremenek · 11 years ago
  93. b7f23f1 Correctly skip type sugar when determining the width of an enum type. Derived by Richard Smith · 11 years ago
  94. 5eed7e0 Tidy up and improve error recovery for C++11 attributes in bad places. Based on by Richard Smith · 11 years ago
  95. 42090d6 [ms-cxxabi] Fix assert in unspecified inheritance memptr emission by Reid Kleckner · 11 years ago
  96. b3c71fa ObjectiveC migrator: Support for more possibility of by Fariborz Jahanian · 11 years ago
  97. b79b17b PR17567: Improve diagnostic for a mistyped constructor name. If we see something by Richard Smith · 11 years ago
  98. 89ca1fb Add has_feature support for reflecting the presence of refined Objective-C ABI mangling for qualified id<...>. Fixes <rdar://problem/14799110>. by Ted Kremenek · 11 years ago
  99. 9aa9261 Trivial formatting changes; no functional changes intended. by Aaron Ballman · 11 years ago
  100. 2b1599c Switching some custom logic to using table-generated helper methods. This also removes an unnecessary diagnostic. by Aaron Ballman · 11 years ago