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
/
PPDirectives.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r367530:
Hans Wennborg
2019-08-02
1
-5
/
+9
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-3
/
+3
*
[PragmaHandler] Expose `#pragma` location
Joel E. Denny
2019-05-21
1
-1
/
+1
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-2
/
+2
*
[Preamble] Stop circular inclusion of main file when building preamble
Nikolai Kosjar
2019-05-10
1
-0
/
+12
*
[c++2a] Improve diagnostic for use of declaration from another TU's
Richard Smith
2019-04-18
1
-1
/
+15
*
[c++20] Parsing support for module-declarations, import-declarations,
Richard Smith
2019-04-14
1
-0
/
+4
*
[C++20] Implement context-sensitive header-name lexing and pp-import parsing ...
Richard Smith
2019-04-11
1
-55
/
+115
*
Remove use of lookahead from _Pragma handling and from all other
Richard Smith
2019-04-11
1
-3
/
+3
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-2
/
+1
*
[OpenCL] Allow variadic macros as Clang feature.
Anastasia Stulova
2019-03-26
1
-2
/
+1
*
Improve the diagnostic for #include_next occurring in a file not found
Richard Smith
2019-03-21
1
-0
/
+4
*
Refactor handling of #include directives to cleanly separate the
Richard Smith
2019-03-21
1
-33
/
+49
*
Replace tok::angle_string_literal with new tok::header_name.
Richard Smith
2019-03-19
1
-1
/
+9
*
Factor out repeated code parsing and concatenating header-names from
Richard Smith
2019-03-19
1
-106
/
+24
*
Don't apply the include depth limit until we actually decide to enter
Richard Smith
2019-03-19
1
-7
/
+7
*
Print a note to the called macro when diagnosing err_embedded_directive
Nico Weber
2019-02-14
1
-0
/
+2
*
[Preprocessor] Add a note with framework location for "file not found" error.
Volodymyr Sapsai
2019-02-05
1
-9
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove random windows line endings that snuck into the middle of this
Chandler Carruth
2019-01-19
1
-124
/
+124
*
Revert r351209 (which was a revert of r350891) with a fix.
Aaron Ballman
2019-01-17
1
-112
/
+124
*
[MSVC Compat] Fix typo correction for inclusion directives.
Volodymyr Sapsai
2019-01-15
1
-1
/
+9
*
Revert "Correct the source range returned from preprocessor callbacks."
Benjamin Kramer
2019-01-15
1
-43
/
+31
*
Correct the source range returned from preprocessor callbacks.
Aaron Ballman
2019-01-10
1
-31
/
+43
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-2
/
+2
*
[Preprocessor] Don't avoid entering included files after hitting a fatal error.
Volodymyr Sapsai
2018-12-07
1
-4
/
+6
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-95
/
+4
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-5
/
+5
*
[Preprocesssor] Filename should fall back to the written name when typo corre...
Haojian Wu
2018-10-02
1
-8
/
+12
*
[Preprocessor] Hide include typo correction behind SpellChecking.
Haojian Wu
2018-10-02
1
-1
/
+1
*
[Preprocessor] Fix a crash when handling non-alpha include header.
Haojian Wu
2018-10-01
1
-7
/
+10
*
r342177 introduced a hint in cases where an #included file is not found. It t...
Eric Christopher
2018-09-20
1
-2
/
+2
*
Diagnose likely typos in #include directives.
Richard Smith
2018-09-13
1
-1
/
+29
*
[clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstop
Mike Rice
2018-09-11
1
-10
/
+21
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
[Preprocessor] Stop entering included files after hitting a fatal error.
Volodymyr Sapsai
2018-07-25
1
-0
/
+6
*
[clang-cl, PCH] Implement support for MS-style PCH through headers
Erich Keane
2018-07-05
1
-1
/
+34
*
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
Julie Hockett
2018-05-10
1
-1
/
+1
*
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
Julie Hockett
2018-05-09
1
-1
/
+1
*
[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective
Julie Hockett
2018-05-09
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-12
/
+12
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-1
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-1
/
+1
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[Modules] Honor -fmodule-name when handling private framework modules
Bruno Cardoso Lopes
2018-03-20
1
-11
/
+15
*
[Modules] Extend -fmodule-name semantic for frameworks with private modules
Bruno Cardoso Lopes
2018-02-16
1
-4
/
+22
*
[PCH] Serialize skipped preprocessor ranges
Cameron Desrochers
2018-01-15
1
-1
/
+3
*
Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...
Bruno Cardoso Lopes
2018-01-05
1
-1
/
+16
*
Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...
Bruno Cardoso Lopes
2018-01-04
1
-16
/
+1
*
[Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f...
Bruno Cardoso Lopes
2018-01-04
1
-1
/
+16
[next]