summaryrefslogtreecommitdiff
path: root/test/SemaCXX/wchar_t.cpp
AgeCommit message (Expand)Author
2010-06-15Remove a dead argument to ProcessUCNEscape.Chris Lattner
2009-12-30fix PR5917, L'x' was getting the wrong type in c++ mode. PerChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-05Fix for PR4502: add calculation of the integer conversion rank for Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-08-17Type::isIntegerType() returns true for types between Bool and LongLong.Argyrios Kyrtzidis
2008-08-16Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis