summaryrefslogtreecommitdiff
path: root/test/SemaCXX/dcl_ambig_res.cpp
AgeCommit message (Expand)Author
2013-08-13sizeof(void) etc. should be a hard error in C++.Eli Friedman
2012-09-12clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It requires LP64 for now due ...NAKAMURA Takumi
2012-07-30Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith
2010-12-08Handle parameter attributes when tentative parsing for function/variable disa...Argyrios Kyrtzidis
2010-02-09Migrate the mish-mash of declaration checks inDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl
2009-07-21Consider nested-names as part of the declarator when resolving an ambiguous s...Argyrios Kyrtzidis
2009-05-07Big update to the C++ status table to reflect "recent"Douglas Gregor