index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Lex
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...
Cameron Desrochers
2017-09-20
2
-10
/
+10
*
Another attempt to fix warning discovered by r313487. [-Wunused-lambda-capture]
Vitaly Buka
2017-09-18
1
-1
/
+1
*
Revert rL313511, "Fix a warning discovered by rL313487. [-Wunused-lambda-capt...
NAKAMURA Takumi
2017-09-18
1
-1
/
+1
*
Fix a warning discovered by rL313487. [-Wunused-lambda-capture]
NAKAMURA Takumi
2017-09-18
1
-1
/
+1
*
Reformat.
NAKAMURA Takumi
2017-09-18
1
-4
/
+3
*
Remove comment accidentally committed with D36642. NFC.
Vedant Kumar
2017-09-16
1
-2
/
+1
*
[Module map] Introduce a private module re-export directive.
Douglas Gregor
2017-09-14
1
-0
/
+44
*
Fix recording preamble's conditional stack in skipped PP branches.
Ilya Biryukov
2017-09-12
1
-9
/
+2
*
[Lexer] Report more precise skipped regions (PR34166)
Vedant Kumar
2017-09-11
2
-27
/
+37
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+9
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-9
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+9
*
Fix memory leak after r312467. The ModuleMap is the owner of the global modul...
Richard Smith
2017-09-05
1
-6
/
+10
*
[Preprocessor] Correct internal token parsing of newline characters in CRLF
Erich Keane
2017-09-05
1
-2
/
+3
*
Implement Itanium name mangling support for C++ Modules TS.
Richard Smith
2017-09-04
1
-1
/
+12
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-9
/
+14
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-14
/
+9
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-9
/
+14
*
[Preprocessor] Correct internal token parsing of newline characters in CRLF
Erich Keane
2017-08-24
1
-0
/
+2
*
Fixed a crash on replaying Preamble's PP conditional stack.
Ilya Biryukov
2017-08-21
2
-1
/
+14
*
Rename cxx1z -> cxx17 across all diagnostic IDs.
Richard Smith
2017-08-13
1
-1
/
+1
*
[c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...
Richard Smith
2017-08-13
1
-0
/
+2
*
Revert "[Modules] Prevent #import to reenter header if not building a module."
Bruno Cardoso Lopes
2017-08-12
1
-1
/
+1
*
[Modules] Prevent #import to reenter header if not building a module.
Bruno Cardoso Lopes
2017-08-10
1
-1
/
+1
*
[Lexer] Finding beginning of token with escaped new line
Alexander Kornienko
2017-08-10
1
-28
/
+44
*
Reapply Sema: allow imaginary constants via GNU extension if UDL overloads no...
Tim Northover
2017-08-09
1
-24
/
+20
*
Revert "Lexer: always allow imaginary constants in GNU mode."
Tim Northover
2017-08-08
1
-1
/
+1
*
Lexer: always allow imaginary constants in GNU mode.
Tim Northover
2017-08-08
1
-1
/
+1
*
PR33902: Invalidate line number cache when adding more text to existing buffer.
Richard Smith
2017-07-30
1
-0
/
+8
*
[NFC] Use RAII to un-poison and then re-poison __VA_ARGS__
Faisal Vali
2017-07-25
1
-13
/
+12
*
[NFC] Update local variable names to upper-case as per LLVM Coding Standards.
Faisal Vali
2017-07-20
1
-9
/
+9
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
5
-58
/
+75
*
Revert changes from my previous refactoring - will need to fix dependencies i...
Faisal Vali
2017-07-17
5
-75
/
+58
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
5
-58
/
+75
*
Keep the IdentifierInfo in the Token for alternative operator keyword
Olivier Goffart
2017-07-14
3
-46
/
+35
*
Fix invalid warnings for header guards in preambles
Erik Verbruggen
2017-07-05
3
-7
/
+3
*
Track the set of module maps read while building a .pcm file and reload those...
Richard Smith
2017-06-29
1
-1
/
+2
[next]