show_bug.cgi?id=11267
Bug #: 11267
Summary: [Clang 3.0] __has_feature(cxx_raw_string_literals) and
__has_feature(cxx_unicode_literals) do not work
correctly
Product: clang
Version: trunk
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 7548
--> attachment.cgi?id=7548
A patch for lib/Lex/PPMacroExpansion.cpp (against trunk)
C++11 feature querying macros for "raw string literals" and "unicode string
literals"
do not work on clang-3.0 and trunk.
According to the C++11 Implementation status page
(http://clang.llvm.org/cxx_status.html),
"raw string literals" and "unicode string literals" are already implemented on
clang-3.0.
I also tested some codes and the codes worked well.
A patch attached.
--
Configure bugmail: userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs