index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Lex
/
LiteralSupport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small cleanup of literal semantic analysis: hiding 'char *' pointers behind
Dmitri Gribenko
2012-09-24
1
-11
/
+11
*
When a bad UTF-8 encoding or bogus escape sequence is encountered in a
Richard Smith
2012-09-08
1
-60
/
+101
*
Share ConvertUTF8toWide() between Lex and CodeGen.
Nico Weber
2012-07-03
1
-36
/
+1
*
Documentation cleanup: add \verbatim markup for grammar productions
James Dennett
2012-06-19
1
-1
/
+2
*
Documentation cleanup: added \verbatim...\verbatim markup to fix the
James Dennett
2012-06-17
1
-0
/
+2
*
Fix off-by-one error in UTF-16 encoding: don't try to use a surrogate pair fo...
Richard Smith
2012-06-13
1
-1
/
+1
*
PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode ...
Richard Smith
2012-06-13
1
-9
/
+71
*
In StringLiteralParser::init, make sure we emit an error when
Argyrios Kyrtzidis
2012-05-03
1
-14
/
+13
*
In StringLiteralParser::init(), fail gracefully if the string is
Argyrios Kyrtzidis
2012-05-03
1
-1
/
+6
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-6
/
+6
*
Improve diagnostics for UCNs referring to control characters and members of the
Richard Smith
2012-03-09
1
-24
/
+41
*
When checking the encoding of an 8-bit string literal, don't just check the
Richard Smith
2012-03-08
1
-13
/
+8
*
Add support for cooked forms of user-defined-integer-literal and
Richard Smith
2012-03-08
1
-3
/
+15
*
User-defined literal support for character literals.
Richard Smith
2012-03-08
1
-0
/
+3
*
Lexing support for user-defined literals. Currently these lex as the same token
Richard Smith
2012-03-05
1
-5
/
+52
*
Implement warning for non-wide string literals with an unexpected encoding. ...
Eli Friedman
2012-02-11
1
-15
/
+40
*
Fixing hex floating literal support so that it handles 0x.2p2 properly.
Aaron Ballman
2012-02-08
1
-6
/
+11
*
Hex literals without a significand no longer crash the lexer. Fixes bug 7910
Aaron Ballman
2012-02-07
1
-0
/
+6
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
stop claiming unicode escape sequences are too long in strings, because they ...
Seth Cantrell
2012-01-18
1
-2
/
+0
*
Improves support for Unicode in character literals
Seth Cantrell
2012-01-18
1
-64
/
+115
*
Fix a regression in wide character codegen. See PR11369.
Nico Weber
2011-11-14
1
-2
/
+2
*
Fix one last place where we weren't writing into a string literal consistently.
Eli Friedman
2011-11-05
1
-2
/
+14
*
Use native endianness for writing out character escapes to the result buffer ...
Eli Friedman
2011-11-02
1
-20
/
+32
*
Perform proper conversion for strings encoded in the source file as UTF-8. (...
Eli Friedman
2011-11-01
1
-11
/
+44
*
We do parse hexfloats in C++11; make it actually work.
Douglas Gregor
2011-10-12
1
-3
/
+0
*
When parsing a character literal, extract the characters from the
Douglas Gregor
2011-09-27
1
-1
/
+1
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-3
/
+4
*
Fix missing includes for llvm_unreachable
David Blaikie
2011-09-23
1
-0
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-1
/
+1
*
Allow C99 hexfloats in C++0x mode. This change resolves the standards
Douglas Gregor
2011-08-30
1
-4
/
+2
*
Warn about and truncate UCNs that are too big for their character literal type.
Craig Topper
2011-08-19
1
-5
/
+5
*
De-Unicode-ify.
NAKAMURA Takumi
2011-08-12
1
-2
/
+2
*
Raw string followup. Pass a couple StringRefs by value.
Craig Topper
2011-08-11
1
-1
/
+1
*
Add support for C++0x raw string literals.
Craig Topper
2011-08-11
1
-74
/
+148
*
Fix comment (test commit)
Craig Topper
2011-08-08
1
-1
/
+1
*
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-07-27
1
-64
/
+93
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-6
/
+4
*
Fix a nasty bug where inside StringLiteralParser:
Argyrios Kyrtzidis
2011-05-17
1
-1
/
+18
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Microsoft integer suffix changes:
Francois Pichet
2011-01-11
1
-7
/
+18
*
Fix diagnostic for reporting bad escape sequence.
Ted Kremenek
2010-12-03
1
-1
/
+1
*
move getSpelling from Preprocessor to Lexer, which it is more conceptually re...
Chris Lattner
2010-11-17
1
-4
/
+4
*
propagate preprocessor out of StringLiteralParser. It is now
Chris Lattner
2010-11-17
1
-10
/
+18
*
push the preprocessor out of EncodeUCNEscape
Chris Lattner
2010-11-17
1
-21
/
+14
*
move AdvanceToTokenCharacter and getLocForEndOfToken from
Chris Lattner
2010-11-17
1
-3
/
+5
*
add a static version of PP::AdvanceToTokenCharacter.
Chris Lattner
2010-11-17
1
-10
/
+13
*
push use of Preprocessor out farther.
Chris Lattner
2010-11-17
1
-22
/
+18
*
push use of Preprocessor out of getOffsetOfStringByte
Chris Lattner
2010-11-17
1
-6
/
+5
[next]