1. b75009c Be more precise when diagnosing 'inline' on global replacement functions by David Majnemer · 11 years ago
  2. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  3. bf54855 Revert r193022 and r193048. They broke the ubsan test suite. by Peter Collingbourne · 11 years ago
  4. a3bfa54 Switch attribute test line endings from CRLF by Alp Toker · 11 years ago
  5. 8b40772 Fix crash in cleanup attr handling by Alp Toker · 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. d2b0cf3 Sema: Diagnose global replacement functions declared as inline by David Majnemer · 11 years ago
  8. 63d29e2 When building ubsan, link in ubsan parts first and sanitizer-common second, to by Nick Lewycky · 11 years ago
  9. b5c7768 Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. by Kaelyn Uhrain · 11 years ago
  10. 6e4f6f8 Be smarter about deciding to add a leading '::' to a by Kaelyn Uhrain · 11 years ago
  11. 13be032 Consumed analysis: fix assert failure. by DeLesley Hutchins · 11 years ago
  12. b405c95 clang-cl: diagnose setting asm listing filename with multiple inputs by Hans Wennborg · 11 years ago
  13. b934d24 Fix crash if a submodule @imports another submodule from the same module. The by Richard Smith · 11 years ago
  14. c85832f ObjectiveC. Added support for methods annotated with format_arg by Fariborz Jahanian · 11 years ago
  15. be63ab6 Consumed analysis: assume that non-const reference parameters are initially by DeLesley Hutchins · 11 years ago
  16. c5cdafc Consumed analysis: All the return_typestate parameter to be attached to the by DeLesley Hutchins · 11 years ago
  17. 4553a85 [AArch64] Add support for NEON scalar extract narrow instructions. by Chad Rosier · 11 years ago
  18. ddb2ad2 [Mips] Define __mips_fpr and _MIPS_FPSET macros. by Simon Atanasyan · 11 years ago
  19. 9b67118 C++ modules: don't lose track of a 'namespace std' that is imported from a module. by Richard Smith · 11 years ago
  20. 3c40a28 Basic ODR checking for C++ modules: by Richard Smith · 11 years ago
  21. 530fa4f Check "late parsed" friend functions for redefinition by Alp Toker · 11 years ago
  22. 0823566 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  23. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  24. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  25. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  26. f98f12f ObjectiveC migrator. In infering NS_ENUM/NS_OPTIONS by Fariborz Jahanian · 11 years ago
  27. 9cd5d40 Consumed analysis: update to previous test case. by DeLesley Hutchins · 11 years ago
  28. 682a56b Revert "Fix missed exception spec checks and crashes" by Alp Toker · 11 years ago
  29. bb81f88 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  30. 52f717e Consumed analysis: fix ICE in handling of loop source locations. by DeLesley Hutchins · 11 years ago
  31. d867422 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 11 years ago
  32. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  33. af7ed9e [mips] Added -mfp64 and -mfp32 options. by Daniel Sanders · 11 years ago
  34. d66b88f [mips][msa] Added most of the remaining builtins by Daniel Sanders · 11 years ago
  35. d1bcd4c Remove unicode characters, trailing whitespace from test case by David Majnemer · 11 years ago
  36. a7c8b10 Follow-up to r192822: fix Clang assertion when building with -fexceptions by Timur Iskhodzhanov · 11 years ago
  37. 251b18d This is now passing. Uncomment and close out PR6281. by Bill Wendling · 11 years ago
  38. b754974 Add support to the Clang driver for forwarding all of gfortran's flags by Chandler Carruth · 11 years ago
  39. 2e3fd94 Add the context that a function was created in as the context for the by Eric Christopher · 11 years ago
  40. 0b327d3 Add implementations of the MSVC barrier intrinsics by Reid Kleckner · 11 years ago
  41. b5b3f81 ObjectiveC migrator. Remove blank lines by Fariborz Jahanian · 11 years ago
  42. 1654320 Add preprocessor support for powerpc vsx. by Eric Christopher · 11 years ago
  43. d37df39 Remove an old, seemingly out of date, comment. by Eric Christopher · 11 years ago
  44. 49ef481 PR17592: Ensure we diagnose shadowing a template parameter with a local extern by Richard Smith · 11 years ago
  45. cced97c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 11 years ago
  46. 567fd23 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 11 years ago
  47. b81765f ObjectiveC migrator. Don't add 'assign' for by Fariborz Jahanian · 11 years ago
  48. 40bd5ce Add minimal command line support for the VSX powerpc processor. by Eric Christopher · 11 years ago
  49. d5e59fc Rework ppc options handling into a features group. by Eric Christopher · 11 years ago
  50. 624b367 ObjectiveC migrator. 'atomic' is the default attribute. by Fariborz Jahanian · 11 years ago
  51. 9686f12 Emit a .ident saying that clang produced this file. by Rafael Espindola · 11 years ago
  52. 15dbacc Enabling 3DNow! prefetch instruction support for a few AMD processors in the by Yunzhong Gao · 11 years ago
  53. 803ccc9 ObjectiveC migrator. Use 'assign' for 'delegate' properties. // rdar://15231860 by Fariborz Jahanian · 11 years ago
  54. 8255274 [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases by Timur Iskhodzhanov · 11 years ago
  55. 289a0d8 ObjectiveC++: support for passing C++11 style initialized temporaries to by Fariborz Jahanian · 11 years ago
  56. d3d0dcf [analyzer] Don't draw edges to C++11 in-class member initializers. by Jordan Rose · 11 years ago
  57. 9e6af9d [mips] Enable frame-pointer elimination for -O1 and above. by Akira Hatanaka · 11 years ago
  58. a32966f Sema: Simplify the check if a method returns an instance of the class. by Benjamin Kramer · 11 years ago
  59. a48c4a8 [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned by Chad Rosier · 11 years ago
  60. 4f0acc8 Remove a workaround for PR16406 from the vtables-virtual-inheritance test by Timur Iskhodzhanov · 11 years ago
  61. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  62. 7a3dfcd Test that we can merge together explicit and partial specializations from by Richard Smith · 11 years ago
  63. d692a84 C++ modules: merging for enumerations and enumerators with multiple definitions by Richard Smith · 11 years ago
  64. 601e9d3 Remove this regression test now that PR17578 is fixed (r192674). The fix is to by Yunzhong Gao · 11 years ago
  65. 03c8276 [AArch64] Add support for NEON scalar signed saturating absolute value and by Chad Rosier · 11 years ago
  66. f186c92 Add constant evaluation support for __builtin_isinf, __builtin_isfinite, by Richard Smith · 11 years ago
  67. 8690cee ms-compat: Fix taking the address of a member of a dependent base by Reid Kleckner · 11 years ago
  68. a6f5cc3 ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXT by Fariborz Jahanian · 11 years ago
  69. 2bf1c01 [libclang] When querying for the availability of an enumerator, pick up the availability from the enum declaration. by Argyrios Kyrtzidis · 11 years ago
  70. 64601ce Don't depend on alias to declarations. by Rafael Espindola · 11 years ago
  71. 7752a74 Sema: Don't crash when __try/__except/__finally appears in a template function by David Majnemer · 11 years ago
  72. d982752 clang/test/Driver/netbsd.c*: Tweak path separators to be matched on win32 driver. by NAKAMURA Takumi · 11 years ago
  73. edb5fdf Sema: Consider it an error to apply __builtin_offsetof to a member in a virtual base by David Majnemer · 11 years ago
  74. 656465d Special case '%C' handling in ObjC format strings to handle integer literals that can represent unicode characters by Ted Kremenek · 11 years ago
  75. b7f23f1 Correctly skip type sugar when determining the width of an enum type. Derived by Richard Smith · 11 years ago
  76. 5eed7e0 Tidy up and improve error recovery for C++11 attributes in bad places. Based on by Richard Smith · 11 years ago
  77. 42090d6 [ms-cxxabi] Fix assert in unspecified inheritance memptr emission by Reid Kleckner · 11 years ago
  78. b3c71fa ObjectiveC migrator: Support for more possibility of by Fariborz Jahanian · 11 years ago
  79. b79b17b PR17567: Improve diagnostic for a mistyped constructor name. If we see something by Richard Smith · 11 years ago
  80. f7c462c Provide a dummy NetBSD tree and use --sysroot in the driver test. by Joerg Sonnenberger · 11 years ago
  81. b85695d Adding a regression test for PR17578. It is marked xfail until the bug is fixed. by Yunzhong Gao · 11 years ago
  82. a7dec29 PR17576: Fix assertion on polymorphic classes with small alignment by Reid Kleckner · 11 years ago
  83. a2ccf88 Fixing stdout/stderr interleaving in lit test. by Warren Hunt · 11 years ago
  84. d42217f Correctly check for distructors when realizing vtordisps by Warren Hunt · 11 years ago
  85. e69cca4 For NetBSD/current on X86 do not use libgcc and default to libc++. by Joerg Sonnenberger · 11 years ago
  86. dc58180 Lit tests for Microsoft C++ record layout. by Warren Hunt · 11 years ago
  87. 728a1fb GetExprRange() (used by -Wconversion checking) should look through OpaqueValueExprs. by Ted Kremenek · 11 years ago
  88. 03954b3 Also don't hardcode the order on this test. by Rafael Espindola · 11 years ago
  89. ac42766 Don't hardcode the order of the aliases. by Rafael Espindola · 11 years ago
  90. ad40008 [AArch64] Add support for NEON scalar integer compare instructions. by Chad Rosier · 11 years ago
  91. 81e34b1 Do not use typo correction that is unaccessible. by Serge Pavlov · 11 years ago
  92. 8bfc1e1 Merge common pointers for redeclarations of the same template across modules. by Richard Smith · 11 years ago
  93. 8d1ab8a Don't get confused by a virt-specifier after a trailing-return-type - it's not by Richard Smith · 11 years ago
  94. 223e7a8 Relax header guard mismatch warning with edit distance heuristic. by Ismail Pazarbasi · 11 years ago
  95. f30e194 Consumed analysis: replace the consumes attribute with a set_typestate by DeLesley Hutchins · 11 years ago
  96. 1bf6343 Consumed analysis: switch from tests_consumed/unconsumed to a general by DeLesley Hutchins · 11 years ago
  97. f18e6e8 Improve the error message for attempting to build a for range loop using a by Richard Trieu · 11 years ago
  98. 627c7f9 Consumed analysis: check destructor calls. by DeLesley Hutchins · 11 years ago
  99. d2dab64 ObjectiveC migrator. also support migration to by Fariborz Jahanian · 11 years ago
  100. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago