1. 19b6a70 Suppress -Wunused-variable for variables declared in headers, which may in by Matt Beaumont-Gay · 11 years ago
  2. 391ca9f Mark as referenced the functions from instantiated UserDefinedLiterals. by Argyrios Kyrtzidis · 11 years ago
  3. 5696884 Thread safety analysis: turn on checking within lock and unlock functions. by DeLesley Hutchins · 11 years ago
  4. f608aff When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add by Richard Trieu · 11 years ago
  5. ea4b111 Don't patch the storage class of static data members. by Rafael Espindola · 11 years ago
  6. 29c41b5 Use isExternalLinkage instead of hasExternalLinkage. by Rafael Espindola · 11 years ago
  7. ba2bfa0 Fix a recent linkage regression. by Rafael Espindola · 11 years ago
  8. 80a8689 Fix linkage related crash. by Rafael Espindola · 11 years ago
  9. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  10. 78037ac Complain about attempts to befriend declarations via a using by John McCall · 11 years ago
  11. 20a7cf4 Give the default CorrectionCandidateCallback::ValidateCandidate some by Kaelyn Uhrain · 11 years ago
  12. 8b0822b Moved fallthrough regression test to switch-implicit-fallthrough.cpp. by Alexander Kornienko · 11 years ago
  13. b0707c9 Fixed "fallthrough annotation does not directly precede switch label" warning in by Alexander Kornienko · 11 years ago
  14. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 11 years ago
  15. b6bead4 Don't special case one line extern "C" decls. by Rafael Espindola · 11 years ago
  16. e93e255 [ms-cxxabi] Add more tests for r178297 by Reid Kleckner · 11 years ago
  17. 84e9ab4 [ms-cxxabi] Correctly compute the size of member pointers by Reid Kleckner · 11 years ago
  18. 5fd1fac Provide a fixit to static_cast for reinterpret_casts within a class hierarchy. by Jordan Rose · 11 years ago
  19. eb82a53 For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a by Richard Smith · 11 years ago
  20. 8c952cd Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic type qualifier. by Richard Smith · 11 years ago
  21. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 11 years ago
  22. 9ef9875 Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. by Joao Matos · 11 years ago
  23. 12fef49 PR15597: Fix a confusion between the implicit exception specification and the by Richard Smith · 11 years ago
  24. fdb468f Make the -Wreinterpret-base-class logic safe against invalid by John McCall · 11 years ago
  25. 0162c1c <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship returns consistent results with invalid types. by Douglas Gregor · 11 years ago
  26. 8af742a Handle CXXOperatorCallExpr when checking self referrnce during initialization of by Richard Trieu · 11 years ago
  27. dc392c1 <rdar://problem/13185264> Don't crash when attempting to redundantly initialize a member of an anonymous union. by Douglas Gregor · 11 years ago
  28. 437da05 Warn about attempts to reinterpret_cast between two types that are by John McCall · 11 years ago
  29. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 11 years ago
  30. 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 11 years ago
  31. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 11 years ago
  32. 7adf3a9 Enhance -Wtautological-constant-out-of-range-compare to include the name of the enum constant. by Ted Kremenek · 11 years ago
  33. 96db329 Diagnose about extern "C" functions returning c++ objects by Fariborz Jahanian · 11 years ago
  34. 82aaebe Add an interesting testcase we already handle correctly. by Rafael Espindola · 12 years ago
  35. c812c3a Move the extern "C" sema tests to a new file. by Rafael Espindola · 12 years ago
  36. 024c119 We already reported an error for by Rafael Espindola · 12 years ago
  37. 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 12 years ago
  38. 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 12 years ago
  39. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
  40. 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 12 years ago
  41. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 12 years ago
  42. 5509f37 Fix initializer for variables with attribute address_space set. by Matt Arsenault · 12 years ago
  43. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  44. d8be0ab Update tests to do a full match against printed C++11 attributes. by Michael Han · 12 years ago
  45. 6980f17 Fix empty declaration printing. by Michael Han · 12 years ago
  46. 960876c Add the testcase from PR13573, this used to crash. by Benjamin Kramer · 12 years ago
  47. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
  48. 4c8cba8 Make sure pragmas don't attach visibility attributes to auto variables with by Rafael Espindola · 12 years ago
  49. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  50. 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 12 years ago
  51. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 12 years ago
  52. 425663a Teach -ast-print how to print trailing-return-types. by Richard Smith · 12 years ago
  53. b83a5d8 Fix typo 'with with' in diagnostic. by Richard Smith · 12 years ago
  54. 896c7dd Don't warn on conversion from NULL to nullptr_t by David Blaikie · 12 years ago
  55. 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 12 years ago
  56. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
  57. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  58. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  59. d3b4f0e When marking derived classes' virtual methods ODR-used in order to trigger by Nick Lewycky · 12 years ago
  60. 1b9e8f7 Accept over-qualified constructor in MSVC emulation mode by Dmitri Gribenko · 12 years ago
  61. 9efe057 Attempt to fix this test on i686 targets. by Nick Lewycky · 12 years ago
  62. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 12 years ago
  63. ed4330b Thread safety analysis: make sure that expressions in attributes are parsed by DeLesley Hutchins · 12 years ago
  64. f5a6aef Apply the pure-virtual odr rule to other constructs which can call overloaded by Nick Lewycky · 12 years ago
  65. 878d0ad -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unreachable code" was issued incorrectly. by Alexander Kornienko · 12 years ago
  66. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  67. 93aa2db DeclPrinter: fix CXXConstructExpr printing with implicit default argument by Dmitri Gribenko · 12 years ago
  68. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  69. 821b93e Correctly classify T{} as an array temporary if T is an array of class type with nontrivial destructor. by Richard Smith · 12 years ago
  70. b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  71. 0162b83 Fixed segmentation fault when a CFGBlock has NULL successor. by Alexander Kornienko · 12 years ago
  72. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 12 years ago
  73. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 12 years ago
  74. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  75. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 12 years ago
  76. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 12 years ago
  77. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 12 years ago
  78. f270519 Clarify the diagnostic for -Wnested-anon-types. by Richard Smith · 12 years ago
  79. 4ceaf33 Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove by Nick Lewycky · 12 years ago
  80. 4874a81 Don't warn on fall-through from unreachable code. by Alexander Kornienko · 12 years ago
  81. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 12 years ago
  82. 6933e3b Don't fixit/recover from -Wstatic-float-init when it's not an error. by David Blaikie · 12 years ago
  83. a0109e2 Produce a diagnostic if alignas is applied to an expression. Neither C11 nor by Richard Smith · 12 years ago
  84. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 12 years ago
  85. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 12 years ago
  86. 8f3aacc Propagate the spelling list index for an attribute across template instantiation. by Richard Smith · 12 years ago
  87. 353299a Add a test case for attribute print. by Michael Han · 12 years ago
  88. 33f04a2 Treat alignas and _Alignas as keyword attributes. This allows us to by Richard Smith · 12 years ago
  89. cda7968 Actually remove the hack which was blocking the Borland-style attributes from by Richard Smith · 12 years ago
  90. 5cd532c Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled by Richard Smith · 12 years ago
  91. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 12 years ago
  92. 5250e2b Decl printer: fix CXXConstructExpr with implicit default argument by Dmitri Gribenko · 12 years ago
  93. 98bfbf5 Fix mismatch between pointer and pointee type when diagnosing an incorrect by Richard Smith · 12 years ago
  94. 25cf8ab Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a by Richard Smith · 12 years ago
  95. c6dcea9 Silence unintended fallthrough diagnostic on a case label preceded with a normal label. by Alexander Kornienko · 12 years ago
  96. e992ed1 Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for multiple case labels. by Alexander Kornienko · 12 years ago
  97. b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
  98. 0a04cbd FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other by Dmitri Gribenko · 12 years ago
  99. 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 12 years ago
  100. 9b7ea0d Start checking nonnull (as well as format and argument_with_type_tag) on by Nick Lewycky · 12 years ago