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
*
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
*
Mangle the IsSystem bit into the .pcm file name
Ben Langmuir
2015-02-12
1
-2
/
+8
*
[modules] When constructing paths relative to a module, strip out /./ directory
Richard Smith
2014-12-11
1
-9
/
+17
*
Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.
Richard Smith
2014-12-10
1
-11
/
+29
*
Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."
Duncan P. N. Exon Smith
2014-12-09
1
-29
/
+11
*
[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.
Richard Smith
2014-12-09
1
-11
/
+29
*
PR21217: Slightly more eagerly load -fmodule-map-file= files and provide
Richard Smith
2014-12-06
1
-12
/
+0
*
Additional safety for the root cause of regression in r223443; make the module
Richard Smith
2014-12-06
1
-0
/
+1
*
[modules] Track how 'header' directives were written in module map files,
Richard Smith
2014-12-02
1
-3
/
+14
*
Add flag -f(no-)modules-implicit-maps.
Daniel Jasper
2014-11-25
1
-44
/
+58
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-1
/
+1
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-15
/
+13
*
PR21215: Support -fmodule-map-file being specified multiple times. Support
Richard Smith
2014-10-17
1
-9
/
+11
*
Switch to range-based for loop. No functionality change.
Richard Smith
2014-10-17
1
-9
/
+3
*
Correctly implement -include search logic.
Manuel Klimek
2014-08-12
1
-36
/
+14
*
Refactor the module map file used for uniquing a module name out of
Ben Langmuir
2014-08-09
1
-1
/
+3
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-3
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
[C++11] Use 'nullptr'. Lex edition.
Craig Topper
2014-05-17
1
-40
/
+40
*
Use the virtual name of headers when searching for a module
Ben Langmuir
2014-05-15
1
-6
/
+6
*
Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
2014-04-14
1
-12
/
+23
*
[HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...
Argyrios Kyrtzidis
2014-03-29
1
-1
/
+1
*
Prevent lookup of subframework modules by name without parent framework
Ben Langmuir
2014-03-20
1
-24
/
+3
*
Silencing an MSVC warning about not all control paths returning a value. No f...
Aaron Ballman
2014-03-20
1
-0
/
+1
*
Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
2014-03-19
1
-63
/
+91
*
Prevent outputting HeaderFileInfos for files not used as headers
Ben Langmuir
2014-03-13
1
-0
/
+12
*
[HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...
Argyrios Kyrtzidis
2014-03-11
1
-10
/
+28
*
Fix use-after-free detected by ASan bootstrap.
Richard Smith
2014-03-06
1
-2
/
+7
[next]