aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/class-names.cpp
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-09Refactor the LookupResult API to simplify most common operations. Require us...John McCall
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-14Add svn:eol-style=native to some filesCedric Venet
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-08-22Move the rest of the Sema C++ tests into the SemaCXX test directory.Argyrios Kyrtzidis