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
/
Preprocessor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-12
/
+12
*
[clang-cl, PCH] Implement support for MS-style PCH through headers
Erich Keane
2018-07-05
1
-0
/
+71
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-0
/
+16
*
Defer adding keywords to the identifier table until after the language option...
Aaron Ballman
2018-04-16
1
-6
/
+11
*
[CodeComplete] Fix completion in the middle of idents in macro calls
Ilya Biryukov
2018-01-22
1
-1
/
+6
*
Remove llvm::MemoryBuffer const_casts
Pavel Labath
2017-12-20
1
-4
/
+3
*
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-12-04
1
-34
/
+24
*
[preamble] Also record the "skipping" state of the preprocessor
Erik Verbruggen
2017-11-03
1
-0
/
+7
*
[c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion)
Faisal Vali
2017-10-15
1
-7
/
+15
*
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...
Cameron Desrochers
2017-09-20
1
-3
/
+3
*
Fixed a crash on replaying Preamble's PP conditional stack.
Ilya Biryukov
2017-08-21
1
-0
/
+2
*
[c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...
Richard Smith
2017-08-13
1
-0
/
+2
*
Keep the IdentifierInfo in the Token for alternative operator keyword
Olivier Goffart
2017-07-14
1
-8
/
+0
*
Fix invalid warnings for header guards in preambles
Erik Verbruggen
2017-07-05
1
-0
/
+2
*
Support operator keywords used in Windows SDK(fix ubsan)
Erich Keane
2017-06-09
1
-1
/
+3
*
support operator keywords used in Windows SDK
Erich Keane
2017-06-09
1
-1
/
+5
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
1
-0
/
+9
*
Remove unused tracking of owning module for MacroInfo objects.
Richard Smith
2017-05-12
1
-6
/
+1
*
Add #pragma clang module begin/end pragmas and generate them when preprocessi...
Richard Smith
2017-05-04
1
-4
/
+4
*
Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
Duncan P. N. Exon Smith
2017-03-20
1
-5
/
+5
*
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
Renato Golin
2017-03-18
1
-5
/
+5
*
Modules: Cache PCMs in memory and avoid a use-after-free
Duncan P. N. Exon Smith
2017-03-17
1
-5
/
+5
*
Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-1
/
+1
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
1
-10
/
+18
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-1
/
+18
*
C++ Modules TS: Add parsing support for module import declaration.
Richard Smith
2016-08-18
1
-4
/
+8
*
PR28438: Update the information on an identifier with local definitions before
Richard Smith
2016-08-18
1
-1
/
+6
*
Reapply r276973 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-08-05
1
-1
/
+1
*
Revert r276973 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-28
1
-1
/
+1
*
Reapply r276856 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-07-28
1
-1
/
+1
*
Implement filtering for code completion of identifiers.
Vassil Vassilev
2016-07-27
1
-1
/
+4
*
Revert r276856 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-27
1
-1
/
+1
*
Adjust Registry interface to not require plugins to export a registry
John Brawn
2016-07-27
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
AnnotateFunctions: Tweak for mingw.
NAKAMURA Takumi
2016-04-04
1
-0
/
+2
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
1
-1
/
+1
*
Sink some PTHManager includes out of Preprocessor.h
Reid Kleckner
2015-11-02
1
-0
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-4
/
+4
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-4
/
+4
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
Fix typo.
Yaron Keren
2015-09-29
1
-1
/
+1
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-14
/
+18
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-1
/
+1
*
[Preprocessor] Iterating over all macros should include those from modules.
Jordan Rose
2015-06-24
1
-0
/
+4
*
[modules] If we re-enter a submodule from within itself (when submodule
Richard Smith
2015-05-21
1
-6
/
+11
*
Generalize future keyword compat diagnostics.
Richard Smith
2015-05-14
1
-6
/
+24
*
[modules] Rearrange preprocessor module visibility handling, no observable ch...
Richard Smith
2015-05-14
1
-1
/
+1
*
[modules] Remove dead code from Module for tracking macro import locations.
Richard Smith
2015-05-02
1
-1
/
+1
[next]