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
/
include
/
clang
/
Lex
Commit message (
Expand
)
Author
Age
Files
Lines
*
[refactor][extract] insert semicolons into extracted/inserted code
Alex Lorenz
2017-11-03
1
-0
/
+7
*
[preamble] Also record the "skipping" state of the preprocessor
Erik Verbruggen
2017-11-03
1
-2
/
+31
*
Handle PragmaDebug in PPChainedCallbacks
Alex Lorenz
2017-10-25
1
-0
/
+5
*
[Lex] Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-15
1
-3
/
+1
*
[c++2a] Fix failing regression test related to not adding the extension warni...
Faisal Vali
2017-10-15
1
-1
/
+3
*
[c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion)
Faisal Vali
2017-10-15
4
-32
/
+238
*
Certain versions of clang require an explicit initialization for literal cons...
Benjamin Kramer
2017-10-08
1
-1
/
+1
*
[NFC] Refactor PasteTokens so that it can be passed the Token Stream and Inde...
Faisal Vali
2017-10-03
1
-8
/
+31
*
[NFC] Remove superfluous parameter
Faisal Vali
2017-09-30
1
-1
/
+1
*
[NFC] Modernize MacroArgs using TrailingObjects
Faisal Vali
2017-09-28
1
-1
/
+5
*
[Preprocessor] Preserve #pragma clang assume_nonnull in preprocessed output
Eli Friedman
2017-09-27
1
-0
/
+18
*
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...
Cameron Desrochers
2017-09-20
2
-7
/
+24
*
[Lexer] Report more precise skipped regions (PR34166)
Vedant Kumar
2017-09-11
3
-11
/
+17
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Fix memory leak after r312467. The ModuleMap is the owner of the global modul...
Richard Smith
2017-09-05
1
-5
/
+9
*
Implement Itanium name mangling support for C++ Modules TS.
Richard Smith
2017-09-04
1
-1
/
+10
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
2
-9
/
+25
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
2
-25
/
+9
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
2
-9
/
+25
*
Fixed a crash on replaying Preamble's PP conditional stack.
Ilya Biryukov
2017-08-21
1
-4
/
+4
*
Fix typos in comments; NFC
George Burgess IV
2017-08-16
1
-1
/
+1
*
Add a getName accessor for ModuleMacros.
Bob Wilson
2017-08-10
1
-0
/
+3
*
[Lexer] Finding beginning of token with escaped new line
Alexander Kornienko
2017-08-10
1
-0
/
+4
*
Recommit r308327 3rd time: Add a warning for missing
Alex Lorenz
2017-07-28
1
-0
/
+6
*
Convert mac file format to unix
Konstantin Zhuravlyov
2017-07-26
1
-56
/
+56
*
Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"
Hans Wennborg
2017-07-26
1
-6
/
+0
*
Recommit r308327 2nd time: Add a warning for missing
Alex Lorenz
2017-07-26
1
-0
/
+6
*
[NFC] Use RAII to un-poison and then re-poison __VA_ARGS__
Faisal Vali
2017-07-25
2
-0
/
+57
*
Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...
Hans Wennborg
2017-07-19
1
-6
/
+0
*
Recommit r308327: Add a warning for missing '#pragma pack (pop)'
Alex Lorenz
2017-07-19
1
-0
/
+6
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
2
-28
/
+41
*
Revert changes from my previous refactoring - will need to fix dependencies i...
Faisal Vali
2017-07-17
2
-41
/
+28
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
2
-28
/
+41
*
Fix invalid warnings for header guards in preambles
Erik Verbruggen
2017-07-05
1
-5
/
+4
*
fix trivial typos, NFC
Hiroshi Inoue
2017-06-30
1
-1
/
+1
*
Track the set of module maps read while building a .pcm file and reload those...
Richard Smith
2017-06-29
1
-1
/
+1
*
[preprocessor] When preprocessor option 'SingleFileParseMode' is enabled, par...
Argyrios Kyrtzidis
2017-06-20
2
-2
/
+15
*
[PR33394] Avoid lexing editor placeholders when Clang is used only
Alex Lorenz
2017-06-16
1
-0
/
+4
*
[Preprocessor]Correct Macro-Arg allocation of StringifiedArguments,
Erich Keane
2017-06-14
1
-7
/
+9
*
Add #pragma clang module build/endbuild pragmas for performing a module build
Richard Smith
2017-06-09
2
-0
/
+35
*
[libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...
Argyrios Kyrtzidis
2017-06-09
1
-0
/
+4
*
Factor out and unify emission of "module is unavailable" diagnostics.
Richard Smith
2017-06-05
1
-0
/
+7
*
Support lazy stat'ing of files referenced by module maps.
Richard Smith
2017-06-02
1
-8
/
+37
*
[modules] When compiling a preprocessed module map, look for headers relative
Richard Smith
2017-05-31
1
-2
/
+5
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
3
-1
/
+79
*
Factor resolving of header directives -> files out of module map parser.
Richard Smith
2017-05-26
1
-0
/
+17
*
Remove last (unnecessary) use of mapping from SourceLocation to Module and
Richard Smith
2017-05-19
2
-14
/
+2
*
Remove unused tracking of owning module for MacroInfo objects.
Richard Smith
2017-05-12
2
-36
/
+0
[next]