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
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-8
/
+8
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-15
/
+11
*
[CodeComplete] Fix completion in the middle of ident in ctor lists.
Ilya Biryukov
2018-04-25
1
-1
/
+15
*
[CodeComplete] Fix completion at the end of keywords
Ilya Biryukov
2018-04-24
1
-8
/
+12
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-4
/
+4
*
[Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.
Volodymyr Sapsai
2018-01-12
1
-8
/
+11
*
Warn if we find a Unicode homoglyph for a symbol in an identifier.
Richard Smith
2017-12-14
1
-1
/
+78
*
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-12-08
1
-49
/
+54
*
Stringizing raw string literals containing newline
Taewook Oh
2017-12-06
1
-56
/
+65
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-2
/
+2
*
[c++2a] P0515R3: lexer support for new <=> token.
Richard Smith
2017-12-01
1
-0
/
+18
*
[refactor][extract] insert semicolons into extracted/inserted code
Alex Lorenz
2017-11-03
1
-16
/
+20
*
Add -f[no-]double-square-bracket-attributes as new driver options to control ...
Aaron Ballman
2017-10-15
1
-1
/
+3
*
[Lex] Avoid out-of-bounds dereference in SkipLineComment
Alex Lorenz
2017-10-14
1
-1
/
+2
*
A '<' with a trigraph '#' is not a valid editor placeholder
Alex Lorenz
2017-10-11
1
-1
/
+2
*
Fixed unused variable warning introduced in r313796 causing build failure
Cameron Desrochers
2017-09-20
1
-3
/
+0
*
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...
Cameron Desrochers
2017-09-20
1
-7
/
+7
*
[Preprocessor] Correct internal token parsing of newline characters in CRLF
Erich Keane
2017-09-05
1
-2
/
+3
*
[Preprocessor] Correct internal token parsing of newline characters in CRLF
Erich Keane
2017-08-24
1
-0
/
+2
*
[Lexer] Finding beginning of token with escaped new line
Alexander Kornienko
2017-08-10
1
-28
/
+44
*
Fix invalid warnings for header guards in preambles
Erik Verbruggen
2017-07-05
1
-1
/
+1
*
[PR33394] Avoid lexing editor placeholders when Clang is used only
Alex Lorenz
2017-06-16
1
-1
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+2
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
1
-28
/
+11
*
[Lexer] Ensure that the token is not an annotation token when
Alex Lorenz
2017-05-17
1
-0
/
+4
*
Add a fix-it for -Wunguarded-availability
Alex Lorenz
2017-05-05
1
-17
/
+49
*
Add support for editor placeholders to Clang
Alex Lorenz
2017-04-19
1
-0
/
+33
*
Do not warn about whitespace between ??/ trigraph and newline in line comment...
Richard Smith
2017-04-18
1
-4
/
+6
*
Fix mishandling of escaped newlines followed by newlines or nuls.
Richard Smith
2017-04-17
1
-18
/
+10
*
Skip Unicode character expansion in assembly files
Sanne Wouda
2017-04-07
1
-9
/
+11
*
Allow lexer to handle string_view literals. Patch from Anton Bikineev.
Eric Fiselier
2016-12-30
1
-3
/
+3
*
Move UTF functions into namespace llvm.
Justin Lebar
2016-09-30
1
-12
/
+12
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
1
-20
/
+22
*
Implement filtering for code completion of identifiers.
Vassil Vassilev
2016-07-27
1
-1
/
+9
*
[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
[next]