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
*
PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.
Richard Smith
2014-02-17
1
-12
/
+67
*
NumericLiteralParser::ParseNumberStartingWithZero(): Try to appease MSC16's m...
NAKAMURA Takumi
2013-09-27
1
-2
/
+5
*
Fix buildbot breakage.
Richard Smith
2013-09-26
1
-4
/
+4
*
Replace a bool with an enum for clarity, based on review comment from James D...
Richard Smith
2013-09-26
1
-7
/
+8
*
Implement C++1y digit separator proposal (' as a digit separator). This is not
Richard Smith
2013-09-26
1
-4
/
+39
*
Handle standard libraries that miss out the space when defining the standard
Richard Smith
2013-09-24
1
-0
/
+5
*
Fix CharByteWidth assertion in LiteralSupport.
Eli Friedman
2013-09-18
1
-1
/
+1
*
Revert r188863 which could propose wrong fixits for multibyte character liter...
Nick Lewycky
2013-08-21
1
-9
/
+3
*
Issue fixits replacing invalid character literals with the equivalent \xNN
Nick Lewycky
2013-08-21
1
-3
/
+9
*
No functionality change. Adjust a bunch of formatting issues in this code and
Nick Lewycky
2013-08-21
1
-20
/
+20
*
C++1y literal suffix support:
Richard Smith
2013-07-23
1
-5
/
+51
*
Integers which are too large should be an error.
Eli Friedman
2013-07-23
1
-2
/
+2
*
Note that we support (and in fact have supported since the dawn of time itself)
Richard Smith
2013-04-19
1
-2
/
+7
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-10
/
+10
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
1
-1
/
+2
*
PR15067: Don't assert when a UCN appears in a C90 file.
Jordan Rose
2013-01-27
1
-1
/
+1
*
Unify diagnostics for \x, \u, and \U without any following hex digits.
Jordan Rose
2013-01-24
1
-2
/
+2
*
Adopt llvm::hexDigitValue.
Jordan Rose
2013-01-18
1
-13
/
+4
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
LiteralSupport: Don't overflow the temporary buffer when decoding invalid str...
Benjamin Kramer
2012-11-08
1
-5
/
+6
*
LiteralSupport: Clean up style violations. No functionality change.
Benjamin Kramer
2012-11-08
1
-15
/
+15
*
Handle string encoding diagnostics when there are too many invalid ranges.
David Blaikie
2012-10-30
1
-1
/
+2
*
improve highlighting of invalid string encodings
Seth Cantrell
2012-10-28
1
-11
/
+49
*
Rename CanFitInto64Bits to alwaysFitsInto64Bits per discussion on IRC.
Jordan Rose
2012-09-25
1
-2
/
+2
*
Optimize NumericLiteralParser::GetIntegerValue().
Dmitri Gribenko
2012-09-25
1
-9
/
+21
*
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
[next]