1. 87a9f2b [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser, by Chad Rosier · 11 years ago
  2. 324645a Specify that we're parsing ms-style inline assembly. by Chad Rosier · 11 years ago
  3. 1a7df99 Switch the note order for -Woverloaded-shift-op-parentheses so that the note by Richard Trieu · 11 years ago
  4. 987c030 PR15755: don't drop parameter packs when dropping parameters with default by Richard Smith · 11 years ago
  5. 82b0f86 Sema: Remove unused variable. by Benjamin Kramer · 11 years ago
  6. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  7. 092140a Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko! by Douglas Gregor · 11 years ago
  8. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 11 years ago
  9. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  10. 2e3d8c0 Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. by Argyrios Kyrtzidis · 11 years ago
  11. d314abe Don't put too much thought into whether or not to capture a by John McCall · 11 years ago
  12. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  13. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  14. 236d9d16 Fix handling of atomic shift operations, from Serge Pavlov. by Douglas Gregor · 11 years ago
  15. 6ca6752 Suppress unused warning on static inline function template specializations. by Rafael Espindola · 11 years ago
  16. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 12 years ago
  17. 459ef03 Correctly propagate the storage class to function template instantiations. by Rafael Espindola · 12 years ago
  18. 62165c9 Remove some dead code that has not been used since 2010. by Joey Gouly · 12 years ago
  19. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 12 years ago
  20. 72fdc89 Fix the storage class of method instantiations. by Rafael Espindola · 12 years ago
  21. df4cc0a Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.) by Richard Smith · 12 years ago
  22. b6b127f Properly check for a constant initializer for a thread-local variable. by Richard Smith · 12 years ago
  23. 6a570f6 Diagnose if a __thread or _Thread_local variable has a non-constant initializer by Richard Smith · 12 years ago
  24. 088831d Handle incompatible redeclarations of library builtins better. by John McCall · 12 years ago
  25. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 12 years ago
  26. 927b0af Don't replace an existing decl in the scope chains with its by John McCall · 12 years ago
  27. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 12 years ago
  28. 3bbffd5 Sema: Give a typically small DenseMap some inline capacity. by Benjamin Kramer · 12 years ago
  29. 93b6457 Drop ObjCIndirectCopyRestoreExprs during template instantiation. by John McCall · 12 years ago
  30. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 12 years ago
  31. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 12 years ago
  32. 02be968 Handle "typeof" in Objective-C format string checking. This previously crashed. by Ted Kremenek · 12 years ago
  33. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 12 years ago
  34. 4841ca5 C++11 inheriting constructors: support for inheriting constructor templates. by Richard Smith · 12 years ago
  35. 7e0c227 <rdar://problem/13605348> Don't consider invalid user-defined literal operators during overload resolution. by Douglas Gregor · 12 years ago
  36. 19b6a70 Suppress -Wunused-variable for variables declared in headers, which may in by Matt Beaumont-Gay · 12 years ago
  37. 3c9a024 Objective-C: This patch fixes a none-issuance of warning by Fariborz Jahanian · 12 years ago
  38. 045d252 When checking for illegal expressions in a default-argument by John McCall · 12 years ago
  39. 3436620 Skip transparent contexts when looking for using directives in name lookup. by Douglas Gregor · 12 years ago
  40. 391ca9f Mark as referenced the functions from instantiated UserDefinedLiterals. by Argyrios Kyrtzidis · 12 years ago
  41. 484f6fa <rdar://problem/13584715> Converted constant expressions are expected to have integral values. by Douglas Gregor · 12 years ago
  42. 44b2ea9 <rdar://problem/13540899> Collect using directives from all of the semantic contexts not represented by scopes. by Douglas Gregor · 12 years ago
  43. 0db9d20 Fix typo in assertion. by Nick Lewycky · 12 years ago
  44. eef35f8 Fix PR15634, better error message for template deduction failure. by Richard Trieu · 12 years ago
  45. 12849d0 <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets a non-variable iteration declaration. by Douglas Gregor · 12 years ago
  46. 5696884 Thread safety analysis: turn on checking within lock and unlock functions. by DeLesley Hutchins · 12 years ago
  47. 6f96f4b <rdar://problem/13540921> Cope with instantiations of the C++11 range-based for loop that end up being Objective-C fast enumeration loops. by Douglas Gregor · 12 years ago
  48. 1cd1f73 <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that is actually an Objective-C fast enumeration loop. by Douglas Gregor · 12 years ago
  49. efac8da Sema: Don't crash when trying to emit a warning for a duplicate value in an invalid enum. by Benjamin Kramer · 12 years ago
  50. cb34439 Rework how ObjC method inherit deprecated/availability. by Ted Kremenek · 12 years ago
  51. f608aff When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add by Richard Trieu · 12 years ago
  52. 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 12 years ago
  53. b0eb771 Revert 178811 until I fix the unit tests. by Tanya Lattner · 12 years ago
  54. 98bb788 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 12 years ago
  55. ea4b111 Don't patch the storage class of static data members. by Rafael Espindola · 12 years ago
  56. 740991b Objective-C: Issue deprecated warning when using a by Fariborz Jahanian · 12 years ago
  57. 29c41b5 Use isExternalLinkage instead of hasExternalLinkage. by Rafael Espindola · 12 years ago
  58. ba2bfa0 Fix a recent linkage regression. by Rafael Espindola · 12 years ago
  59. d9802dc Revert r177948. We decided that we do not want ObjC property redeclarations to inherit "deprecated". by Ted Kremenek · 12 years ago
  60. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 12 years ago
  61. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 12 years ago
  62. 80a8689 Fix linkage related crash. by Rafael Espindola · 12 years ago
  63. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 12 years ago
  64. b846381 Be sure to check ARC conventions on the implicit method declarations by John McCall · 12 years ago
  65. d1cc514 Update OpenCL comments to mention spec section and version. by Tanya Lattner · 12 years ago
  66. 96df356 <rdar://problem/13560075> Teach name lookup for builtin names to find hidden declarations. by Douglas Gregor · 12 years ago
  67. 78037ac Complain about attempts to befriend declarations via a using by John McCall · 12 years ago
  68. d2615cc Add 178663 back. by Rafael Espindola · 12 years ago
  69. 4f8a3eb Revert 178663. by Rafael Espindola · 12 years ago
  70. 20a7cf4 Give the default CorrectionCandidateCallback::ValidateCandidate some by Kaelyn Uhrain · 12 years ago
  71. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 12 years ago
  72. d4582b8 Escape more @ signs in Doxygen comments. by Jordan Rose · 12 years ago
  73. 0ab5b4c If a defaulted special member is implicitly deleted, check whether it's by Richard Smith · 12 years ago
  74. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 12 years ago
  75. b0707c9 Fixed "fallthrough annotation does not directly precede switch label" warning in by Alexander Kornienko · 12 years ago
  76. b421d92 Add -Wstatic-local-in-inline, which warns about using a static local by John McCall · 12 years ago
  77. d94a3a0 Use the ASYContext::getTypeSizeInChars API to cleanup some ugliness, per John by Chad Rosier · 12 years ago
  78. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 12 years ago
  79. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 12 years ago
  80. e3faa6e Cleanup. No functional change intended. by Chad Rosier · 12 years ago
  81. 66dca6e Sema: Don't crash when trying to emit a precedence warning on postinc/decrement. by Benjamin Kramer · 12 years ago
  82. 04593d0 When looking for overridden ObjC methods, don't ignore 'hidden' ones. by Argyrios Kyrtzidis · 12 years ago
  83. 52b2e70 Sema: Warn on sizeof on binary ops on decayed arrays. by Benjamin Kramer · 12 years ago
  84. 5b34b9c Fix thinko (and the bots): We still want to warn in C. by Rafael Espindola · 12 years ago
  85. b6bead4 Don't special case one line extern "C" decls. by Rafael Espindola · 12 years ago
  86. dff2be8 Revert r178273 as it broke the Linux bootstrap due to false positives by Timur Iskhodzhanov · 12 years ago
  87. 99a72d2 Objective-C: Produce precise diagnostic when by Fariborz Jahanian · 12 years ago
  88. e93e255 [ms-cxxabi] Add more tests for r178297 by Reid Kleckner · 12 years ago
  89. 4bbae38 [sema] Check the result of getAsCXXRecordDecl() to fix the build by Reid Kleckner · 12 years ago
  90. 59d8ccb Warn about more than the first unused variable when -Werror is set. by Matt Beaumont-Gay · 12 years ago
  91. edd2cb3 [sema] Remove unused variable from r178283 by Reid Kleckner · 12 years ago
  92. 84e9ab4 [ms-cxxabi] Correctly compute the size of member pointers by Reid Kleckner · 12 years ago
  93. ec8deba Objective-C: Provide fixit suggestions when class object by Fariborz Jahanian · 12 years ago
  94. 5fd1fac Provide a fixit to static_cast for reinterpret_casts within a class hierarchy. by Jordan Rose · 12 years ago
  95. 25ffbef Implemented a warning when an input several bitwise operations are by Sam Panzer · 12 years ago
  96. eb82a53 For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a by Richard Smith · 12 years ago
  97. 8c952cd Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic type qualifier. by Richard Smith · 12 years ago
  98. 4768153 Remove outdated FIXME. by Richard Smith · 12 years ago
  99. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 12 years ago
  100. 93d6b07 Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version: by Richard Smith · 12 years ago