summaryrefslogtreecommitdiff
path: root/test/CXX/basic
Commit message (Expand)AuthorAgeFilesLines
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-141-0/+80
* Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.Nico Weber2019-06-141-80/+0
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-131-0/+80
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-9/+51
* [Sema] ADL: Associated namespaces for class types and enumeration types (CWG ...Bruno Ricci2019-04-221-5/+13
* [Sema][NFC] Add more tests for the behavior of argument-dependent name lookupBruno Ricci2019-04-225-0/+565
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-182-10/+46
* [c++2a] Improve diagnostic for use of declaration from another TU'sRichard Smith2019-04-181-0/+86
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-142-0/+90
* Restore pre-r335182 behavior for naming inherited constructors asRichard Smith2018-06-221-0/+15
* Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith2017-09-291-0/+1
* Correctly compute linkage for members of internal linkage classes.Richard Smith2017-09-231-0/+9
* DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith2017-09-221-0/+7
* Closure types have no name (and can't have a typedef name for linkageRichard Smith2017-09-221-11/+4
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-0/+69
* Add IDNS_Tag to C++ declarations that conflict with tag declarations.Richard Smith2017-09-071-0/+19
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-1/+1
* Fix hole in our enforcement of rule requiring 'typename' prior to a dependentRichard Smith2017-02-011-2/+6
* Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-201-3/+1
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-4/+85
* Allow constexpr construction of subobjects unconditionally, not just in C++14.David L. Jones2017-01-091-0/+21
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-2/+2
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-0/+19
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-19/+0
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-0/+19
* Don't diagnoes a mismatch between implicit and explicit exceptionRichard Smith2016-08-312-3/+18
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-282-4/+47
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-252-0/+14
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-3/+14
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-173-4/+27
* [Sema] main can't be declared as global variable, in C++.Davide Italiano2015-08-141-0/+66
* [Sema] Don't crash if array bound calculation overflowed constexpr arrayDavid Majnemer2015-04-181-0/+2
* Update error message text.Serge Pavlov2015-01-181-1/+1
* DR1684: a constexpr member function need not be a member of a literal class t...Richard Smith2014-12-161-6/+5
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-161-1/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+1
* Don't accept qualified 'int' main return types in C++ or standard C modeAlp Toker2014-07-021-0/+2
* 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