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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Lex] Fix handling numerical literals ending with ' and signed exponent.
Volodymyr Sapsai
2018-02-06
1
-9
/
+15
*
[Lexer] Support adding working directory to relative search dir for #include ...
Eric Liu
2018-01-29
1
-11
/
+22
*
Always allow "#pragma region".
Matt Davis
2018-01-27
1
-2
/
+4
*
[CodeComplete] Fix completion in the middle of idents in macro calls
Ilya Biryukov
2018-01-22
1
-1
/
+6
*
[Lex] Fix crash on code completion in comment in included file.
Volodymyr Sapsai
2018-01-19
2
-1
/
+4
*
[PCH] Serialize skipped preprocessor ranges
Cameron Desrochers
2018-01-15
2
-2
/
+23
*
[Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.
Volodymyr Sapsai
2018-01-12
1
-8
/
+11
*
[Lex] Use WritableMemoryBuffer in ScratchBuffer.cpp
Pavel Labath
2018-01-11
1
-4
/
+4
*
Preserve unknown STDC pragma through preprocessor
Steven Wu
2018-01-05
1
-55
/
+0
*
Track shadow modules with a generation counter.
Bruno Cardoso Lopes
2018-01-05
2
-36
/
+25
*
Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...
Bruno Cardoso Lopes
2018-01-05
3
-42
/
+98
*
Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...
Bruno Cardoso Lopes
2018-01-04
3
-95
/
+42
*
[Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f...
Bruno Cardoso Lopes
2018-01-04
3
-42
/
+95
*
[Modules] Change private modules rules and warnings
Bruno Cardoso Lopes
2017-12-22
2
-40
/
+71
*
Remove llvm::MemoryBuffer const_casts
Pavel Labath
2017-12-20
1
-4
/
+3
*
__is_target_environment: Check the environment after parsing it
Alex Lorenz
2017-12-15
1
-4
/
+3
*
__is_target_arch: Check the arch and subarch instead of the arch name
Alex Lorenz
2017-12-15
1
-3
/
+3
*
[Preprocessor] Implement __is_target_{arch|vendor|os|environment} function-like
Alex Lorenz
2017-12-14
1
-0
/
+88
*
Warn if we find a Unicode homoglyph for a symbol in an identifier.
Richard Smith
2017-12-14
1
-1
/
+78
*
Hardware-assisted AddressSanitizer (clang part).
Evgeniy Stepanov
2017-12-09
1
-1
/
+4
*
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-12-08
4
-90
/
+124
*
Fix more line endings changed in r320089. NFC.
Ahmed Bougacha
2017-12-07
1
-1918
/
+1918
*
Add support for the __has_c_attribute builtin preprocessor macro.
Aaron Ballman
2017-12-07
1
-1913
/
+1918
*
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-12-06
3
-97
/
+141
*
Stringizing raw string literals containing newline
Taewook Oh
2017-12-06
1
-56
/
+65
*
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-12-04
3
-55
/
+50
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
3
-5
/
+5
*
[c++2a] P0515R3: lexer support for new <=> token.
Richard Smith
2017-12-01
2
-0
/
+24
*
[refactor][extract] insert semicolons into extracted/inserted code
Alex Lorenz
2017-11-03
1
-16
/
+20
*
[Driver] Add Scudo as a possible -fsanitize= option
Kostya Kortchinsky
2017-11-03
1
-0
/
+1
*
[preamble] Also record the "skipping" state of the preprocessor
Erik Verbruggen
2017-11-03
2
-11
/
+27
*
Add -f[no-]double-square-bracket-attributes as new driver options to control ...
Aaron Ballman
2017-10-15
1
-1
/
+3
*
[Lex] Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-15
1
-6
/
+0
*
[c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion)
Faisal Vali
2017-10-15
4
-21
/
+251
*
[Lex] Avoid out-of-bounds dereference in SkipLineComment
Alex Lorenz
2017-10-14
1
-1
/
+2
*
Fix warnings. [-Wdocumentation]
NAKAMURA Takumi
2017-10-12
1
-2
/
+1
*
A '<' with a trigraph '#' is not a valid editor placeholder
Alex Lorenz
2017-10-11
1
-1
/
+2
*
Add parens around the boolean condition of one of the added asserts in r31474...
Faisal Vali
2017-10-03
1
-2
/
+2
*
Remove an assertion I added from the refactoring of pasteTokens (https://revi...
Faisal Vali
2017-10-03
1
-4
/
+0
*
[NFC] Refactor PasteTokens so that it can be passed the Token Stream and Inde...
Faisal Vali
2017-10-03
1
-38
/
+58
*
[NFC] Add assertion that we assume a valid macro argument index.
Faisal Vali
2017-09-30
1
-0
/
+3
*
[NFC] Remove superfluous parameter
Faisal Vali
2017-09-30
2
-7
/
+6
*
[NFC] Replace 'arguments' with 'parameters' in comments relating to lexing a ...
Faisal Vali
2017-09-29
1
-7
/
+7
*
[NFC] Rename variable 'Arguments' to 'Parameters' when lexing the Macro Defin...
Faisal Vali
2017-09-29
1
-9
/
+9
*
Use std::is_trivial instead of is_trivially_copyable.
Benjamin Kramer
2017-09-28
1
-2
/
+2
*
[NFC] Don't use C++17 standard lib variable template helper traits, instead u...
Faisal Vali
2017-09-28
1
-2
/
+2
*
[NFC] Modernize MacroArgs using TrailingObjects
Faisal Vali
2017-09-28
1
-10
/
+15
*
[Preprocessor] Preserve #pragma clang assume_nonnull in preprocessed output
Eli Friedman
2017-09-27
1
-0
/
+5
*
Delete trailing whitespace.
Nico Weber
2017-09-26
1
-1
/
+1
*
Fixed unused variable warning introduced in r313796 causing build failure
Cameron Desrochers
2017-09-20
1
-3
/
+0
[next]