aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/default2.cpp
AgeCommit message (Expand)Author
2008-08-22Move the rest of the Sema C++ tests into the SemaCXX test directory.Argyrios Kyrtzidis
2008-05-07Diagnose attempts to use C++ default arguments outside of a function declarationDouglas Gregor
2008-04-12Default argument cleanups and minor improvements, patch byChris Lattner
2008-04-10Several improvements from Doug Gregor related to defaultChris Lattner
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner