Go to file
Richard Smith d67aea28f6 User-defined literals: reject string and character UDLs in all places where the
grammar requires a string-literal and not a user-defined-string-literal. The
two constructs are still represented by the same TokenKind, in order to prevent
a combinatorial explosion of different kinds of token. A flag on Token tracks
whether a ud-suffix is present, in order to prevent clients from needing to look
at the token's spelling.

llvm-svn: 152098
2012-03-06 03:21:47 +00:00
clang User-defined literals: reject string and character UDLs in all places where the 2012-03-06 03:21:47 +00:00
compiler-rt Make sure to properly ifdef out an unused function on OSX < 10.6. PR12136. Patch from Jeremy Huddleston. 2012-03-06 01:21:14 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers 2012-03-02 10:56:04 +00:00
libcxxabi First attempt at arm support. 2012-02-29 22:14:19 +00:00
lld Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
lldb Bumped project Xcode project version for lldb-122 and debugserver-173. 2012-03-06 01:36:31 +00:00
llvm Remove UsuallyTinyPtrVector. 2012-03-06 03:02:16 +00:00
polly CodeGen: Document and beautify the parts of the BlockGenerators 2012-03-02 15:20:39 +00:00