aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/reference-bind-default-argument.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs1-0/+1
VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
2009-12-19Fix for PR5524: make reference binding in default argument work correctly.Eli Friedman1-0/+6
llvm-svn: 91733