- a2c3646 Implement C++1y decltype(auto). by Richard Smith · 12 years ago
- 65dfa2b Don't mark 'extern "C" void f(void)' as having extern storage class. by Rafael Espindola · 12 years ago
- a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 12 years ago
- 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 12 years ago
- c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 12 years ago
- 987c030 PR15755: don't drop parameter packs when dropping parameters with default by Richard Smith · 12 years ago
- 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 12 years ago
- b16ae8b Add triples to these tests since they're now using TLS, which isn't available on all targets. by Richard Smith · 12 years ago
- 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 12 years ago
- ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 12 years ago
- 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 12 years ago
- 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 12 years ago
- 4841ca5 C++11 inheriting constructors: support for inheriting constructor templates. by Richard Smith · 12 years ago
- 7e0c227 <rdar://problem/13605348> Don't consider invalid user-defined literal operators during overload resolution. by Douglas Gregor · 12 years ago
- 3436620 Skip transparent contexts when looking for using directives in name lookup. by Douglas Gregor · 12 years ago
- 484f6fa <rdar://problem/13584715> Converted constant expressions are expected to have integral values. by Douglas Gregor · 12 years ago
- 44b2ea9 <rdar://problem/13540899> Collect using directives from all of the semantic contexts not represented by scopes. by Douglas Gregor · 12 years ago
- 0ab5b4c If a defaulted special member is implicitly deleted, check whether it's by Richard Smith · 12 years ago
- 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 12 years ago
- 6bed88e <rdar://problem/13317030> Consider using directives when performing unqualified name lookup into declarations contexts represented by the qualified-id but not in the actual scope hierarchy. by Douglas Gregor · 12 years ago
- defa32e <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue reference to an lvalue of compatible type. by Douglas Gregor · 12 years ago
- e79ce29 <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types. by Douglas Gregor · 12 years ago
- f9223aa Remove FIXMEs: these are covered by a core issue which we don't yet implement by Richard Smith · 12 years ago
- 2db075b Implement special-case name lookup for inheriting constructors: member by Richard Smith · 12 years ago
- 6c5aaed <rdar://problem/13395022> Strip references when extracting an initializer_list's element type during application of an initialization sequence. by Douglas Gregor · 12 years ago
- c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 12 years ago
- 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 12 years ago
- d922779 PR15290: 'this' is not permitted in the declaration of a friend function, by Richard Smith · 12 years ago
- 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
- 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
- 714b509 Don't crash when diagnosing path-constrained protected by John McCall · 12 years ago
- 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 12 years ago
- 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
- 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 12 years ago
- 637619b Only suppress instance context if a member is actually by John McCall · 12 years ago
- 478bbf3 Try to get buildbots to pass these tests. by Bill Wendling · 12 years ago
- 3bba3ef Attempt to clean up tests for non-X86 platforms. by Bill Wendling · 12 years ago
- 2f98ad3 Remove target-specific features. by Bill Wendling · 12 years ago
- f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
- ddf117e Add a test for r174980, that we used to accept by Dmitri Gribenko · 12 years ago
- 1b9e8f7 Accept over-qualified constructor in MSVC emulation mode by Dmitri Gribenko · 12 years ago
- 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 12 years ago
- ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 12 years ago
- a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
- be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
- 1031884 Don't do delayed exception-specification checking on an invalid by Douglas Gregor · 12 years ago
- 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 12 years ago
- e28f6ab Unresolved lookups can have using declarations that refer to by Douglas Gregor · 12 years ago
- d9bf418 [Sema] Constrain test added in r173873 with expected-error-re by David Blaikie · 12 years ago
- 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 12 years ago
- a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 12 years ago
- 485b312 PR15100: look through type sugar when determining whether we have one of the by Richard Smith · 12 years ago
- 2f83694 Fold tests for C++ 'main' into a single file. by Richard Smith · 12 years ago
- f727e1c Don't crash while printing APValues that are lvalues casted to a by Douglas Gregor · 12 years ago
- 3a2b7a1 Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 12 years ago
- d98f708 Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] by Richard Smith · 12 years ago
- b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
- c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
- 22eaced Once we've collected the template arguments for a by Douglas Gregor · 12 years ago
- 459455b Add test for PR12938, fixed by Richard Smith in r172691 by David Blaikie · 12 years ago
- dca97dd Test that we correctly handle reversion of line splicing etc in raw string by Richard Smith · 12 years ago
- cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
- 4195637 Refactor to call ActOnFinishFullExpr on every full expression. Teach by Richard Smith · 12 years ago
- 714fcc1 Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers by Richard Smith · 12 years ago
- 21c8fa8 PR12008: defer adding the implicit 'const' to a constexpr member function until by Richard Smith · 12 years ago
- 601e6e8 Fixed an assertion failure triggered by invalid code. by Enea Zaffanella · 12 years ago
- 0f46e64 Improve diagnostic wording for when an implicitly-deleted special member by Richard Smith · 12 years ago
- d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
- 1d28caf PR14558: Compute triviality of special members (etc) at the end of the class by Richard Smith · 12 years ago
- afee0ff PR14550: If a system header contains a bogus constexpr function definition, by Richard Smith · 12 years ago
- bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
- ac71351 Properly compute triviality for explicitly-defaulted or deleted special members. by Richard Smith · 12 years ago
- d5bc867 Implement C++03 [dcl.init]p5's checking for value-initialization of references by Richard Smith · 12 years ago
- 5046439 Per [dcl.fct.def.default]p1, don't allow variadic special members to be defaulted. by Richard Smith · 12 years ago
- 030a664 Fix http://stackoverflow.com/questions/13521163 by Richard Smith · 12 years ago
- 30cddae Teach Lexer::getSpelling about raw string literals. Specifically, if a raw by Richard Smith · 12 years ago
- acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
- b8abff6 C++ core issue 1344, PR10618: promote "addition of default argument makes this by Richard Smith · 12 years ago
- 746619a Fix regression in r168477. Use canonical decl when looking for base class by Richard Smith · 12 years ago
- f62c690 Fix CXXRecordDecl::forallBases to not look through bases which are dependent by Richard Smith · 12 years ago
- 1a6c43a Test that we correctly deal with multiple copy constructors when detecting by Richard Smith · 12 years ago
- 044c8aa Fix some wrong-code bugs in implicitly-defined assignment operators: by Richard Smith · 12 years ago
- 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
- 3d512d8 Handle redeclarations of catch variables in catch blocks. by David Blaikie · 12 years ago
- c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
- f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
- c3f1742 When capturing 'this' in a lambda, make sure to update the set of by Douglas Gregor · 12 years ago
- 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
- aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
- 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
- 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
- 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 12 years ago
- b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
- 6678a05 Tests for DR1507. by Richard Smith · 12 years ago
- 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
- 16de3db Move test to a more appropriate place. by Eli Friedman · 12 years ago
- 915c07d Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
- 708f69b DR1492: In a definition of a destructor, the exception specification must be by Richard Smith · 12 years ago
- 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
- a143a9d Fix -ast-print for uses of operator->. by Eli Friedman · 12 years ago