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
/
Lexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Lexer] Let the compiler infer string lengths. No functionality change intended.
Benjamin Kramer
2016-04-01
1
-2
/
+2
*
[Lexer] Don't read out of bounds if a conflict marker is at the end of a file
Benjamin Kramer
2016-04-01
1
-1
/
+1
*
Update diagnostics now that hexadecimal literals look likely to be part of C+...
Richard Smith
2016-03-04
1
-2
/
+3
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+3
*
[OpenCL] Adding reserved operator logical xor for OpenCL
Anastasia Stulova
2016-02-03
1
-0
/
+3
*
Fix -Wnull-conversion for long macros.
Richard Trieu
2016-01-26
1
-0
/
+25
*
Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode.
Nico Weber
2015-12-29
1
-1
/
+4
*
[clang] Disable Unicode in asm files
Vinicius Tinti
2015-11-20
1
-2
/
+6
*
Use %select to merge similar diagnostics. NFC
Craig Topper
2015-11-14
1
-5
/
+5
*
Disable trigraph and escaped newline expansion on all types of raw string lit...
Craig Topper
2015-10-22
1
-1
/
+1
*
Replace a few std::string& with StringRef. NFC.
Rafael Espindola
2015-06-01
1
-1
/
+1
*
Fix buffer overflow in Lexer
Kostya Serebryany
2015-05-04
1
-1
/
+1
*
Use delegating ctors to reduce code duplication. NFC.
Benjamin Kramer
2015-03-06
1
-8
/
+2
*
Lex: Don't crash if both conflict markers are on the same line
David Majnemer
2014-12-14
1
-2
/
+2
*
[c++1z] Support for u8 character literals.
Richard Smith
2014-11-08
1
-6
/
+14
*
Fix warning in Altivec code when building with GCC 4.8.2 on Ubuntu 14.04.
Jay Foad
2014-10-29
1
-1
/
+1
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-2
/
+2
*
Use StringRef instead of MemoryBuffer&.
Rafael Espindola
2014-08-12
1
-7
/
+7
*
Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreamble
David Blaikie
2014-08-11
1
-9
/
+9
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-6
/
+3
*
Remove historical Unicode TODOs
Alp Toker
2014-05-18
1
-16
/
+3
*
[C++11] Use 'nullptr'. Lex edition.
Craig Topper
2014-05-17
1
-9
/
+12
*
Provide and use a safe Token::getRawIdentifier() accessor
Alp Toker
2014-05-17
1
-3
/
+2
*
Revert r205436:
Roman Divacky
2014-04-03
1
-28
/
+5
*
Extend the SSE2 comment lexing to AVX2. Only 16byte align when not on AVX2.
Roman Divacky
2014-04-02
1
-5
/
+28
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number co...
Richard Smith
2014-02-28
1
-0
/
+1
*
PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.
Richard Smith
2014-02-17
1
-60
/
+90
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-4
/
+4
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Lexer: Issue -Wbackslash-newline-escape for line comments
Alp Toker
2013-12-14
1
-1
/
+8
*
Fix raw lex crash and -frewrite-includes noeol-at-eof failure
Alp Toker
2013-12-13
1
-1
/
+2
*
Lex: Don't restrict legal UCNs when preprocessing assembly
Justin Bogner
2013-10-21
1
-0
/
+4
*
Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in...
Richard Smith
2013-09-26
1
-1
/
+1
*
Implement C++1y digit separator proposal (' as a digit separator). This is not
Richard Smith
2013-09-26
1
-0
/
+12
*
Avoid a signed/unsigned comparison warning with compilers that don't know how
Richard Smith
2013-09-24
1
-1
/
+1
*
Handle standard libraries that miss out the space when defining the standard
Richard Smith
2013-09-24
1
-6
/
+28
*
Fix use-after-free in r190980.
Eli Friedman
2013-09-19
1
-3
/
+6
*
Make Preprocessor::Lex non-recursive.
Eli Friedman
2013-09-19
1
-90
/
+163
*
Use new UnicodeCharSet interface.
Alexander Kornienko
2013-08-29
1
-15
/
+35
*
Fix "//" comments with -traditional-cpp in C++.
Eli Friedman
2013-08-28
1
-2
/
+4
*
Respect -Wnewline-eof even in C++11 mode.
Jordan Rose
2013-08-23
1
-4
/
+22
*
ObjectiveC migrator: More work towards
Fariborz Jahanian
2013-08-20
1
-2
/
+3
*
C++1y literal suffix support:
Richard Smith
2013-07-23
1
-6
/
+18
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
[modules] If we hit a failure while loading a PCH/module, abort parsing inste...
Argyrios Kyrtzidis
2013-05-24
1
-0
/
+6
*
[Lexer] Improve Lexer::getSourceText() when the given range deals with functi...
Argyrios Kyrtzidis
2013-05-16
1
-33
/
+24
*
Typo and misc comment fix.
Richard Smith
2013-05-10
1
-2
/
+4
*
[libclang] Make sure the preable does not truncate comments.
Argyrios Kyrtzidis
2013-04-19
1
-2
/
+15
*
Add -Wc99-compat warning for C11 unicode string and character literals.
Richard Smith
2013-03-11
1
-6
/
+8
[next]