summaryrefslogtreecommitdiff
path: root/test/CXX/basic
Commit message (Expand)AuthorAgeFilesLines
* The exception-declaration for a function-try-block cannot redeclare aAaron Ballman2014-06-022-4/+14
* This test should no longer be XFAILed; the standard has stabilized, and the t...Aaron Ballman2014-05-301-13/+12
* Test requires exceptionsAlp Toker2014-05-281-1/+1
* Sema: Implement DR244David Majnemer2014-05-211-1/+2
* Revert "Sema: Implement DR244"David Majnemer2014-05-031-2/+1
* Sema: Implement DR244David Majnemer2014-05-031-1/+2
* Don't fold together the name lookup entries for two declarations if they areRichard Smith2014-03-171-0/+11
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-091-1/+2
* Add implicit declarations of allocation functions when looking them up forRichard Smith2014-02-042-2/+4
* Add a test file missed from r199782.Richard Smith2014-01-221-0/+24
* Added warning on structures/unions that are empty or contain onlySerge Pavlov2013-11-141-1/+1
* PR17731: When determining whether a tag and a non-tag were declared in the sameRichard Smith2013-10-301-0/+45
* Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain2013-09-261-4/+4
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-0/+73
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-26/+27
* Sema: Do not merge new decls with invalid, old declsDavid Majnemer2013-07-071-1/+8
* Sema: Fix a crash when main is redeclared as a function-template.David Majnemer2013-07-061-0/+9
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-2/+12
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-5/+5
* Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor2013-04-091-4/+8
* <rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor2013-04-081-0/+19
* Only merge down a variable type if the previous declaration wasJohn McCall2013-04-011-0/+43
* <rdar://problem/13317030> Consider using directives when performing unqualifi...Douglas Gregor2013-03-271-0/+30
* Remove FIXMEs: these are covered by a core issue which we don't yet implementRichard Smith2013-03-261-2/+0
* Implement special-case name lookup for inheriting constructors: memberRichard Smith2013-03-261-1/+93
* Add quotation marks to template names in diagnostics.David Blaikie2013-03-051-1/+1
* PR15100: look through type sugar when determining whether we have one of theRichard Smith2013-01-291-0/+23
* Fold tests for C++ 'main' into a single file.Richard Smith2013-01-2910-54/+78
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-1/+1
* Fix more try scoping bugs introduced by r167650.David Blaikie2012-11-121-0/+23
* Handle redeclarations of catch variables in catch blocks.David Blaikie2012-11-101-0/+12
* PR14296: function parameter name collisions in function try/catchDavid Blaikie2012-11-101-0/+25
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-1917-0/+17
* Instantiate class template specializations during ADL.John McCall2012-08-241-0/+24
* We don't need a lengthy quote from the wrong standard.Douglas Gregor2012-05-011-20/+0
* Add test cases for r155935.Douglas Gregor2012-05-012-0/+110
* If a type is non-literal by virtue of being incomplete produce notesRichard Smith2012-04-251-3/+3
* When determining whether an identifier followed by a '<' in a memberDouglas Gregor2012-03-101-0/+25
* Make RequireLiteralType work correctly with incomplete array types. PR12037.Eli Friedman2012-02-201-0/+17
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-21/+27
* CWG issue 1405: mutable members are allowed in literal types, but can't undergoRichard Smith2012-02-091-18/+0
* Disallow constexpr main.Richard Smith2012-02-041-0/+6
* constexpr: converted constant expression handling for enumerator values, caseRichard Smith2012-01-181-2/+2
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-121-1/+1
* David Blaikie and Chandler would like us to diagnoseRichard Smith2012-01-061-1/+1
* Tweak to r147599 for PR10828: Move the check from the parser into sema, and useRichard Smith2012-01-061-1/+1
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-051-2/+1
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-191-5/+4
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-154-5/+5
* When we notice that a member function is defined with "= delete" or "=Douglas Gregor2011-11-071-0/+1