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
/
PPDirectives.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow /D flags absent during PCH creation under msvc-compat
Zachary Henkel
2020-01-14
1
-1
/
+3
*
Move normalization of `\` in #includes from -fms-compatibility to -fms-extens...
Reid Kleckner
2019-09-26
1
-15
/
+21
*
Simplify -fms-compatibility include lookup logic, NFC
Reid Kleckner
2019-09-25
1
-10
/
+11
*
do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)
Lubos Lunak
2019-09-16
1
-1
/
+2
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-3
/
+3
*
[clang-scan-deps] add skip excluded conditional preprocessor block preprocess...
Alex Lorenz
2019-09-11
1
-0
/
+36
*
Introduce a DirectoryEntryRef that stores both a reference and an
Alex Lorenz
2019-08-31
1
-1
/
+1
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
1
-4
/
+16
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
1
-1
/
+1
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-137
/
+156
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-3
/
+3
*
[Preprocessor] Always discard body of #define if we failed to parse it
Ilya Biryukov
2019-08-01
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
[next]