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
/
HeaderSearch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[modules] When compiling a preprocessed module map, look for headers relative
Richard Smith
2017-05-31
1
-2
/
+15
*
Add support for building modules from preprocessed source.
Richard Smith
2017-05-05
1
-4
/
+6
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
1
-3
/
+11
*
Fix handling of -fmodule-map-file=X where X has no directory component.
Richard Smith
2017-03-09
1
-2
/
+4
*
[Modules] Support #import when entering files with modules
Bruno Cardoso Lopes
2017-01-11
1
-4
/
+43
*
shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
David Blaikie
2017-01-06
1
-1
/
+1
*
[modules] Handle modules with nonstandard names in module.private.modulemaps
Graydon Hoare
2016-12-21
1
-4
/
+24
*
[CrashReproducer] Collect headermap files
Bruno Cardoso Lopes
2016-12-11
1
-0
/
+7
*
Add some more asserts to clearly indicate that there are special cases
Chandler Carruth
2016-11-04
1
-1
/
+4
*
[Modules] Add 'no_undeclared_includes' module map attribute
Bruno Cardoso Lopes
2016-10-21
1
-7
/
+36
*
Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)
Mehdi Amini
2016-10-11
1
-1
/
+1
*
Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)
Mehdi Amini
2016-10-10
1
-8
/
+10
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-2
/
+20
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-6
/
+8
*
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
Taewook Oh
2016-06-13
1
-8
/
+6
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-6
/
+8
*
Revert commit r271708
Taewook Oh
2016-06-04
1
-8
/
+6
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-03
1
-6
/
+8
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-2
/
+4
*
NFC: simplify logic.
Manman Ren
2016-05-17
1
-2
/
+2
*
Modules: set SystemHeader to true if we are building a system module.
Manman Ren
2016-05-17
1
-3
/
+4
*
[Modules] Use vfs for (recursive) directory iteration
Bruno Cardoso Lopes
2016-05-16
1
-8
/
+11
*
Remove unused LangOpts private variable in HeaderSearch.
Samuel Antao
2016-04-27
1
-2
/
+1
*
[modules] When diagnosing a missing module import, suggest adding a #include if
Richard Smith
2016-04-27
1
-0
/
+51
*
Move LocInfoType from Sema to AST.
Benjamin Kramer
2016-02-01
1
-1
/
+0
*
Module debugging: Make the module format part of the module hash instead
Adrian Prantl
2016-01-12
1
-2
/
+1
*
Add back null check removed accidentally in r250554
Reid Kleckner
2015-10-20
1
-0
/
+2
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Refactor module lookup when looking up a header file, and wire through the re...
Richard Smith
2015-10-16
1
-85
/
+83
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-1
/
+1
*
[modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...
Richard Smith
2015-08-24
1
-28
/
+56
*
[modules] Fix HeaderFileInfo serialization to store all the known owning modu...
Richard Smith
2015-08-18
1
-33
/
+40
*
[modules] Stop dropping 'module.timestamp' files into the current directory
Richard Smith
2015-08-15
1
-2
/
+2
*
[modules] Produce an error if -cc1 wants to implicitly build a module and no
Richard Smith
2015-07-21
1
-2
/
+3
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-1
/
+3
*
[modules] When checking the include guard for a header, check whether it's
Richard Smith
2015-07-10
1
-8
/
+10
*
[Modules] Be consistent about finding a module for framework headers
Ben Langmuir
2015-07-02
1
-10
/
+12
*
[modules] Before checking whether the controlling macro of a header is defined,
Richard Smith
2015-07-01
1
-2
/
+7
*
[modules] Make the include guard optimization fire a bit more when considering
Richard Smith
2015-07-01
1
-2
/
+6
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
1
-7
/
+7
*
[modules] If we see a #include that maps to a module, but use of precompiled ...
Richard Smith
2015-05-18
1
-2
/
+8
*
Revert "Fix path separator issue on Windows."
Nikola Smiljanic
2015-05-08
1
-1
/
+3
*
Fix path separator issue on Windows.
Nikola Smiljanic
2015-05-08
1
-3
/
+1
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-2
/
+5
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-12
/
+12
*
Don't load Framework module.map files when searching subdirectories
Ben Langmuir
2015-02-24
1
-2
/
+4
*
Revert "Mangle the IsSystem bit into the .pcm file name"
Ben Langmuir
2015-02-19
1
-8
/
+2
[prev]
[next]