History log of /external/clang/test/SemaCXX/wchar_t.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af22beab2f750e67146d35661e545a9b725c7a72 15-Jun-2010 Chris Lattner <sabre@nondot.org> Remove a dead argument to ProcessUCNEscape.

Fix string concatenation to treat escapes in concatenated strings that
are wide because of other string chunks to process the escapes as wide
themselves. Before we would warn about and miscompile the attached testcase.

This fixes rdar://8040728 - miscompile + warning: hex escape sequence out of range


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106012 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/wchar_t.cpp
2b89563a64d606178257a99ad2b57cfec4c58f94 30-Dec-2009 Chris Lattner <sabre@nondot.org> fix PR5917, L'x' was getting the wrong type in c++ mode. Per
C++2.13.2p2: "A wide-character literal has type wchar_t"


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92313 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/wchar_t.cpp
3573b2c84372d9484296fa658f5276f6c09acb92 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/wchar_t.cpp
78c50f1927f26e1c1e03b21e17f6cee8336d431e 06-Jul-2009 Eli Friedman <eli.friedman@gmail.com> Fix for PR4502: add calculation of the integer conversion rank for
wchar_t.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74808 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/wchar_t.cpp
ffd408a50adb01ae9c0ad92fb5f0981e1ca72df5 24-Mar-2009 Daniel Dunbar <daniel@zuster.org> Rename clang to clang-cc.

Tests and drivers updated, still need to shuffle dirs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/wchar_t.cpp
85bd81edce4057156d7f49408147f07daa675096 17-Aug-2008 Argiris Kirtzidis <akyrtzi@gmail.com> Type::isIntegerType() returns true for types between Bool and LongLong.
Put WChar between them to make it integer type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54882 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/wchar_t.cpp
541f6bb0d12d47cd3e69f0046eafbd748cbc1afc 16-Aug-2008 Argiris Kirtzidis <akyrtzi@gmail.com> Move the C++ Sema tests into a separate SemaCXX directory.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54853 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/wchar_t.cpp