summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-063-2/+40
* Implement C++'s restrictions on the type of an expression passed to a varargRichard Smith2013-08-051-0/+5
* Regression test for PR12699Serge Pavlov2013-08-051-0/+26
* Sema: Diagnose explicitly bound unresolved member expressions decaying into p...David Majnemer2013-08-011-0/+1
* Handle a difference in lambda return type deduction between C++11 and C++1y: ifRichard Smith2013-07-261-1/+4
* Move friend warning into CXX11 warning group.Eli Friedman2013-07-261-1/+1
* Integers which are too large should be an error.Eli Friedman2013-07-231-1/+1
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-193-3/+5
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-193-5/+3
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-193-3/+5
* Fix crash-on-invalid with inheriting constructor.Eli Friedman2013-07-181-1/+3
* Clean up diagnostics for inheriting constructors.Eli Friedman2013-07-182-14/+12
* Reinstate r186040, with additional fixes and more test coverage (reverted inRichard Smith2013-07-171-0/+17
* Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-151-17/+0
* Fix to PR12262 - assertion when substituting explicit template argumentsSerge Pavlov2013-07-151-0/+177
* Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENTDavid Blaikie2013-07-131-0/+4
* Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-121-0/+17
* Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-121-17/+0
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-101-0/+17
* Sema: Do not merge new decls with invalid, old declsDavid Majnemer2013-07-071-1/+8
* Rename test to match C++1y paragraph number per N3690, and add additional testRichard Smith2013-07-072-3/+13
* Sema: Fix a crash when main is redeclared as a function-template.David Majnemer2013-07-061-0/+9
* Replace void with int to make this a valid C++ file.Rafael Espindola2013-07-041-4/+4
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-2/+2
* More fixes for block mangling.Eli Friedman2013-07-021-1/+1
* Don't skip lambdas when mangling local vars.Eli Friedman2013-07-021-1/+1
* Fix mangling for block literals.Eli Friedman2013-07-011-1/+1
* Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith2013-06-301-5/+5
* Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov2013-06-291-5/+5
* PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith2013-06-281-5/+5
* Implement DR136David Majnemer2013-06-251-12/+26
* Missing test update from r184884.Richard Smith2013-06-251-1/+1
* Implement DR21David Majnemer2013-06-251-4/+3
* Fix regression from r184810.Eli Friedman2013-06-251-0/+4
* Fix noexcept for delete expressions.Eli Friedman2013-06-251-1/+4
* Change mangling of objects inside block literals.Eli Friedman2013-06-241-1/+1
* Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain2013-06-241-2/+2
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-1/+1
* Revert r184401 which reverted r183462.David Majnemer2013-06-221-3/+6
* Extend template instantiation bug fix (r184503) with fixit testLarisse Voufo2013-06-211-3/+11
* Add basic fixit test to template instantiation bug fix (r184503)Larisse Voufo2013-06-211-0/+3
* Bug Fix: Template explicit instantiations should not have definitions (FixIts...Larisse Voufo2013-06-211-0/+52
* Add a couple more tests.Eli Friedman2013-06-202-0/+5
* Add a regression test for PR16370 next to the dr7 test case since theyChandler Carruth2013-06-201-0/+12
* Temporarily revert r183462: "Implement DR7"Chandler Carruth2013-06-201-6/+3
* DR14, DR101, and part of DR1: fix handling of extern "C" declarations inRichard Smith2013-06-182-21/+17
* PR14503: Don't assert if a constexpr constructor temploid instantiates to aRichard Smith2013-06-181-0/+20
* Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because thatRichard Smith2013-06-171-1/+1
* C++11: don't warn about the deprecated 'register' keyword if it's combined withRichard Smith2013-06-171-1/+1
* Add tests for C++ DR100-150.Richard Smith2013-06-161-0/+541
OpenPOWER on IntegriCloud