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
/
Frontend
/
DependencyFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang][DependencyFileGenerator] Fix missing -MT option handling
Jan Korous
2019-09-07
1
-5
/
+0
*
Use FileEntryRef for PPCallbacks::HasInclude
Alex Lorenz
2019-08-27
1
-1
/
+1
*
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
-4
/
+4
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[clang-scan-deps] print the dependencies to stdout
Alex Lorenz
2019-06-21
1
-0
/
+4
*
Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)
Alex Lorenz
2019-06-19
1
-205
/
+69
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix up diagnostics.
Richard Trieu
2018-12-14
1
-1
/
+0
*
Add a callback for `__has_include` and use it for dependency scanning.
Volodymyr Sapsai
2018-09-18
1
-0
/
+15
*
Print correctly dependency paths on Windows
David Bolvansky
2018-09-13
1
-9
/
+13
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Fix emission of phony dependency targets when adding extra deps
David Stenberg
2018-05-29
1
-7
/
+15
*
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
Julie Hockett
2018-05-10
1
-3
/
+6
*
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
Julie Hockett
2018-05-09
1
-6
/
+3
*
[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective
Julie Hockett
2018-05-09
1
-3
/
+6
*
Track skipped files in dependency scanning.
Volodymyr Sapsai
2018-05-01
1
-0
/
+14
*
Revert r316193.
Richard Smith
2017-10-20
1
-11
/
+0
*
Try to shorten system header paths when using -MD depfiles
Peter Wu
2017-10-19
1
-0
/
+11
*
Track the set of module maps read while building a .pcm file and reload those...
Richard Smith
2017-06-29
1
-3
/
+3
*
Fix PR31644 introduced by r287138 and add a regression test.
Yaron Keren
2017-01-14
1
-2
/
+2
*
Rangify for loops, NFC.
Yaron Keren
2016-11-16
1
-11
/
+8
*
Turn copies into references as suggested by clang-tidy's performance-unnecess...
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
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
*
Use new utility function to clean leading junk from pathnames. NFC
Douglas Katzman
2015-09-02
1
-18
/
+3
*
[modules] For explicit module file dependencies, only list direct dependency ...
Richard Smith
2015-08-13
1
-1
/
+1
*
Try to fix the build after r244923
Reid Kleckner
2015-08-13
1
-1
/
+1
*
[modules] Change the way we deal with .d output for explicitly-specified module
Richard Smith
2015-08-13
1
-9
/
+13
*
Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.
Ivan Krasin
2015-08-13
1
-1
/
+5
*
[modules] When building a dependency file, include module maps parsed in the
Richard Smith
2015-08-09
1
-0
/
+30
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Break \# in a depfile the same way as gcc.
Paul Robinson
2015-05-13
1
-22
/
+18
*
Fix dependency file escaping.
Paul Robinson
2015-05-13
1
-5
/
+57
*
Support generating NMake/Jom-style depfiles.
Paul Robinson
2015-04-27
1
-5
/
+23
*
Update for LLVM API change
David Blaikie
2014-11-19
1
-2
/
+2
*
Frontend: Don't include stdin in the dependency list for an object file
David Majnemer
2014-10-27
1
-2
/
+11
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-2
/
+3
*
Update for llvm api change.
Rafael Espindola
2014-08-25
1
-5
/
+5
*
unique_ptr-ify ASTReaderListener in the ASTReader
David Blaikie
2014-08-10
1
-2
/
+2
*
Consider module depedencies when checking a preamble in libclang
Ben Langmuir
2014-06-30
1
-0
/
+99
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-2
/
+2
*
[Modules] Emit the module file paths as dependencies of the PCH when we are b...
Argyrios Kyrtzidis
2014-03-14
1
-1
/
+9
*
[Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...
Argyrios Kyrtzidis
2014-03-14
1
-2
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-17
/
+13
*
Add dependencies from imported modules with -MD
Ben Langmuir
2014-03-07
1
-25
/
+59
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Don't assume that F_None is the default. It is about to change.
Rafael Espindola
2014-02-24
1
-1
/
+1
[next]