Alex Lorenz
|
2f84230495
[clang-scan-deps] add skip excluded conditional preprocessor block preprocessing optimization
|
6 年之前 |
Fangrui Song
|
687abbe102
Delete dead stores
|
6 年之前 |
Richard Smith
|
b995249659
Replace tok::angle_string_literal with new tok::header_name.
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Raphael Isemann
|
9db9051461
Misc typos fixes in ./lib folder
|
6 年之前 |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 年之前 |
Richard Smith
|
730ec60204
Don't emit "will be treated as an identifier character" warning for
|
7 年之前 |
Sam McCall
|
ae8dcccdd1
[CodeComplete] Add completions for filenames in #include directives.
|
7 年之前 |
Richard Smith
|
d61a5cefe6
PR38870: Add warning for zero-width unicode characters appearing in
|
7 年之前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年之前 |
Richard Smith
|
ef91bd38cd
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
|
7 年之前 |
Ilya Biryukov
|
d5cd4a06ce
[CodeComplete] Fix completion in the middle of ident in ctor lists.
|
7 年之前 |
Ilya Biryukov
|
a408f8d27b
[CodeComplete] Fix completion at the end of keywords
|
7 年之前 |
Alexander Kornienko
|
b8b9458165
Fix typos in clang
|
7 年之前 |
Volodymyr Sapsai
|
95cd7fb476
[Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.
|
7 年之前 |
Richard Smith
|
6c3c48f7a3
Warn if we find a Unicode homoglyph for a symbol in an identifier.
|
7 年之前 |
Eugene Zelenko
|
5e1ed772d8
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 年之前 |
Taewook Oh
|
d4cff48210
Stringizing raw string literals containing newline
|
7 年之前 |
Aaron Ballman
|
8873bce640
Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes.
|
7 年之前 |
Richard Smith
|
daf599b1b1
[c++2a] P0515R3: lexer support for new <=> token.
|
7 年之前 |
Alex Lorenz
|
92684aa6d4
[refactor][extract] insert semicolons into extracted/inserted code
|
7 年之前 |
Aaron Ballman
|
0b63209b05
Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a proposal to add [[]] attributes to C2x, but also allows you to enable these attributes in C++98, or disable them in C++11 or later.
|
7 年之前 |
Alex Lorenz
|
4318ef1cb3
[Lex] Avoid out-of-bounds dereference in SkipLineComment
|
7 年之前 |
Alex Lorenz
|
bd279d8765
A '<' with a trigraph '#' is not a valid editor placeholder
|
7 年之前 |
Cameron Desrochers
|
abb16417ba
Fixed unused variable warning introduced in r313796 causing build failure
|
8 年之前 |
Cameron Desrochers
|
aacb703987
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuating BOM presence)
|
8 年之前 |
Erich Keane
|
5de618f7e2
[Preprocessor] Correct internal token parsing of newline characters in CRLF
|
8 年之前 |
Erich Keane
|
6d8609db4d
[Preprocessor] Correct internal token parsing of newline characters in CRLF
|
8 年之前 |
Alexander Kornienko
|
a2fc7dbc98
[Lexer] Finding beginning of token with escaped new line
|
8 年之前 |
Erik Verbruggen
|
0fc70de55d
Fix invalid warnings for header guards in preambles
|
8 年之前 |