aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CXX
AgeCommit message (Expand)AuthorFilesLines
2013-11-28Merging r195827:Bill Wendling1-6/+5
2013-11-26Merging r195620:Bill Wendling4-3/+46
2013-11-18clang/test/CXX/drs/dr2xx.cpp: Suppress this for targeting LLP64 due to __SIZE...NAKAMURA Takumi1-0/+3
2013-11-18Tests for core issues 251-270.Richard Smith1-0/+193
2013-11-17Tests for core issue 241-250.Richard Smith2-1/+124
2013-11-17Tests for core issues 224-240.Richard Smith1-0/+188
2013-11-15Tests for core issue 216-223.Richard Smith1-0/+106
2013-11-14DR408: If a static data member of incomplete array type is declared in a classRichard Smith1-0/+32
2013-11-14Added warning on structures/unions that are empty or contain onlySerge Pavlov1-1/+1
2013-11-12Tests for core issue 201-215.Richard Smith1-0/+101
2013-11-08Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith2-6/+13
2013-11-08clang/test/CXX/drs/dr1xx.cpp: Add explicit triple x86_64-unknown-unknown to s...NAKAMURA Takumi1-3/+3
2013-11-08Tests for core issue 170-200.Richard Smith2-0/+297
2013-11-07Tests for CWG issue 165-170.Richard Smith1-0/+54
2013-11-07Tests for DR150 - DR165.Richard Smith1-0/+114
2013-11-07This patch implements capturing of variables within generic lambdas.Faisal Vali3-7/+9
2013-11-04Issue a diagnostic if an implicitly-defined move assignment operator would moveRichard Smith2-1/+56
2013-11-04Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith5-50/+71
2013-10-30PR17731: When determining whether a tag and a non-tag were declared in the sameRichard Smith1-0/+45
2013-10-26Sema: Emit a nicer diagnostic when IndirectFieldDecls show up inappropriately...David Majnemer1-1/+3
2013-10-25Sema: Do not allow lambda expressions to appear inside of constant expressionsDavid Majnemer1-3/+1
2013-10-23And Again: Teach TreeTransform how to transform nested generic lambdas.Faisal Vali1-17/+0
2013-10-23Revert r193223 and r193216.Rafael Espindola1-0/+17
2013-10-23Again: Teach TreeTransform and family how to transform generic Faisal Vali1-17/+0
2013-10-22Sema: Do not allow template declarations inside local classesDavid Majnemer1-0/+12
2013-10-19Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain3-17/+17
2013-10-16PR17592: Ensure we diagnose shadowing a template parameter with a local externRichard Smith1-0/+69
2013-10-15PR17567: Improve diagnostic for a mistyped constructor name. If we see somethingRichard Smith1-2/+6
2013-10-11Diagnose by-copy captures of abstract classes.Douglas Gregor1-0/+12
2013-10-09Make wording for certain invalid unary expressions more consistent.David Majnemer2-2/+2
2013-10-08Fixed messages in tests.Serge Pavlov2-2/+2
2013-10-08Add fixits suggesting parenthesis around type name in expressions like sizeof.Serge Pavlov2-0/+24
2013-10-07Add a triple to unbreak buildbots where size_t is not 'unsigned long'.Richard Smith2-2/+2
2013-10-07Add support for WG21 N3599 (literal operator template for strings) as a GNURichard Smith4-2/+45
2013-10-04Revert "Teach TreeTransform and family how to transform generic lambdas withi...Rafael Espindola1-0/+17
2013-10-03Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali1-17/+0
2013-10-03Revert changes from the nested lambdas commit till i figure out Faisal Vali1-0/+17
2013-10-03Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali1-17/+0
2013-09-29Implement conversion to function pointer for generic lambdas without captures.Faisal Vali1-23/+20
2013-09-28Add compat/extension warnings for init captures.Richard Smith2-2/+2
2013-09-28Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2-33/+26
2013-09-27Fix a bug where we failed to diagnose class template specializationChandler Carruth1-2/+3
2013-09-27Implement N3760, support for the [[deprecated]] attribute.Chandler Carruth1-0/+29
2013-09-27Fix the test files by removing the unnecessary -emit-llvm flag (should addres...Faisal Vali2-6/+2
2013-09-26Implement a rudimentary form of generic lambdas.Faisal Vali6-2/+342
2013-09-26Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain3-11/+11
2013-09-24Hopefully unbreak bots which are seeing an assert in this test. Temporary, realRichard Smith1-1/+7
2013-09-24Implement restriction that a partial specialization must actually specializeRichard Smith1-0/+29
2013-09-20Modify the uninitialized field visitor to detect uninitialized use across theRichard Trieu1-1/+1
2013-09-20Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith3-14/+141