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
*
[Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.
Volodymyr Sapsai
2019-10-11
1
-11
/
+22
*
Fix -Wnonportable-include-path suppression for header maps with absolute paths.
Volodymyr Sapsai
2019-09-11
1
-10
/
+15
*
Introduce a DirectoryEntryRef that stores both a reference and an
Alex Lorenz
2019-08-31
1
-1
/
+2
*
FileManager: Use llvm::Expected in new getFileRef API
Duncan P. N. Exon Smith
2019-08-26
1
-10
/
+8
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-103
/
+110
*
Don't use std::errc
Alexey Bataev
2019-08-13
1
-3
/
+4
*
Don't diagnose errors when a file matches an include component
Reid Kleckner
2019-08-09
1
-1
/
+2
*
Fix up fd limit diagnosis code
Reid Kleckner
2019-08-08
1
-2
/
+3
*
clang: Diag running out of file handles while looking for files
Nico Weber
2019-08-08
1
-2
/
+11
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-41
/
+65
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-4
/
+4
*
[clang][HeaderSearch] Shorten paths for includes in mainfile's directory
Kadir Cetinkaya
2019-07-03
1
-16
/
+28
*
[clang][HeaderSearch] Consider all path separators equal
Kadir Cetinkaya
2019-06-06
1
-0
/
+5
*
[Preprocessor] Fix crash emitting note with framework location for "file not ...
Volodymyr Sapsai
2019-05-27
1
-1
/
+4
*
[clang][HeaderSuggestion] Handle the case of dotdot with an absolute path
Kadir Cetinkaya
2019-04-24
1
-4
/
+3
*
[clang][HeaderSearch] Make sure there are no backslashes in suggestedPath
Kadir Cetinkaya
2019-04-24
1
-1
/
+1
*
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-2
/
+2
*
[Preprocessor] Add a note with framework location for "file not found" error.
Volodymyr Sapsai
2019-02-05
1
-11
/
+20
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Remove error return value from one overload of fs::make_absolute
Pavel Labath
2019-01-16
1
-3
/
+2
*
[HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directory
Alex Lorenz
2018-11-14
1
-1
/
+3
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-5
/
+6
*
Fix an assert in -Wquoted-include-in-framework-header
Erik Pilkington
2018-09-20
1
-1
/
+1
*
[VFS] vfs::directory_iterator yields path and file type instead of full Status
Sam McCall
2018-09-14
1
-7
/
+6
*
[Lex] Make HeaderMaps a unique_ptr vector
Fangrui Song
2018-08-20
1
-10
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-16
/
+16
*
Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...
Bruno Cardoso Lopes
2018-07-18
1
-7
/
+10
*
Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...
Bruno Cardoso Lopes
2018-07-12
1
-10
/
+7
*
[modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts
Yuka Takahashi
2018-07-10
1
-7
/
+10
*
Warning for framework include violation from Headers to PrivateHeaders
Bruno Cardoso Lopes
2018-06-25
1
-5
/
+20
*
Re-apply: Warning for framework headers using double quote includes
Bruno Cardoso Lopes
2018-06-22
1
-1
/
+64
*
Revert "Warning for framework headers using double quote includes"
Bruno Cardoso Lopes
2018-06-21
1
-64
/
+1
*
Warning for framework headers using double quote includes
Bruno Cardoso Lopes
2018-06-20
1
-1
/
+64
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-4
/
+4
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-26
/
+0
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-0
/
+26
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[Lexer] Support adding working directory to relative search dir for #include ...
Eric Liu
2018-01-29
1
-11
/
+22
*
Track shadow modules with a generation counter.
Bruno Cardoso Lopes
2018-01-05
1
-11
/
+9
*
Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...
Bruno Cardoso Lopes
2018-01-05
1
-9
/
+11
*
Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...
Bruno Cardoso Lopes
2018-01-04
1
-11
/
+9
*
[Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f...
Bruno Cardoso Lopes
2018-01-04
1
-9
/
+11
*
[Modules] Change private modules rules and warnings
Bruno Cardoso Lopes
2017-12-22
1
-5
/
+8
*
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-12-06
1
-34
/
+32
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-9
/
+14
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-14
/
+9
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-9
/
+14
*
Revert "[Modules] Prevent #import to reenter header if not building a module."
Bruno Cardoso Lopes
2017-08-12
1
-1
/
+1
*
[Modules] Prevent #import to reenter header if not building a module.
Bruno Cardoso Lopes
2017-08-10
1
-1
/
+1
*
Support lazy stat'ing of files referenced by module maps.
Richard Smith
2017-06-02
1
-0
/
+2
[next]