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
/
ModuleMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modular Codegen: Separate flags for function and debug info support
David Blaikie
2017-04-12
1
-1
/
+0
*
[Modules] Find PrivateHeaders when looking into subframeworks
Bruno Cardoso Lopes
2017-03-21
1
-7
/
+13
*
Fix modules codegen to be compatible with modules-ts
David Blaikie
2017-01-31
1
-1
/
+0
*
Prototype of modules codegen
David Blaikie
2017-01-30
1
-5
/
+8
*
[Modules] Fix misleading warning about missing textual header in umbrella header
Bruno Cardoso Lopes
2017-01-12
1
-2
/
+12
*
[Modules] Support #import when entering files with modules
Bruno Cardoso Lopes
2017-01-11
1
-3
/
+3
*
Use after move bug fixes
Piotr Padlewski
2016-12-23
1
-1
/
+1
*
[modules] Handle modules with nonstandard names in module.private.modulemaps
Graydon Hoare
2016-12-21
1
-0
/
+36
*
[Modules] Replace arrays with init lists.
Benjamin Kramer
2016-11-15
1
-9
/
+5
*
Treat module headers wrapped by our builtin headers as implicitly being textual
Richard Smith
2016-10-26
1
-5
/
+9
*
Module: improve the diagnostic message for include of non-modular header.
Manman Ren
2016-10-21
1
-1
/
+2
*
[Modules] Add 'no_undeclared_includes' module map attribute
Bruno Cardoso Lopes
2016-10-21
1
-14
/
+23
*
Don't diagnose non-modular includes when we are not compiling a module.
Manman Ren
2016-08-26
1
-1
/
+3
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-1
/
+20
*
[Lex] inferModuleFromLocation should do no work if there are no modules
David Majnemer
2016-05-16
1
-0
/
+3
*
[Modules] Use vfs for (recursive) directory iteration
Bruno Cardoso Lopes
2016-05-16
1
-7
/
+11
*
[ModuleMap][CrashReproducer] Collect headers from inner frameworks
Bruno Cardoso Lopes
2016-05-13
1
-0
/
+4
*
[CrashReproducer] Change module map callback signature. NFC
Bruno Cardoso Lopes
2016-05-06
1
-1
/
+1
*
[modules] When diagnosing a missing module import, suggest adding a #include if
Richard Smith
2016-04-27
1
-12
/
+7
*
[CrashReproducer] Add a module map callback for added headers
Bruno Cardoso Lopes
2016-03-30
1
-0
/
+4
*
[modules] Don't diagnose non-modular includes from modular files that are
Richard Smith
2016-03-14
1
-1
/
+2
*
[Modules] Add stdatomic to the list of builtin headers
Ben Langmuir
2016-03-09
1
-0
/
+1
*
[Modules] Modernize, use range-based loops.
Davide Italiano
2016-03-08
1
-5
/
+2
*
[Modules] Don't swallow errors when parsing optional attributes.
Davide Italiano
2016-03-06
1
-3
/
+8
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
1
-18
/
+11
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Fix auto-link for text-based dynamic library SDKs.
Juergen Ributzka
2015-11-13
1
-3
/
+12
*
Allow use of private headers in different sub-modules.
Manuel Klimek
2015-11-05
1
-10
/
+3
*
[modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...
Richard Smith
2015-08-24
1
-2
/
+7
*
[modules] Fix HeaderFileInfo serialization to store all the known owning modu...
Richard Smith
2015-08-18
1
-14
/
+31
*
[modules] PR20507: Avoid silent textual inclusion.
Sean Silva
2015-08-17
1
-3
/
+4
*
Attempt to fix build after r244912
Ben Langmuir
2015-08-13
1
-4
/
+7
*
[Modules] Add Darwin-specific compatibility module map parsing hacks
Ben Langmuir
2015-08-13
1
-7
/
+91
*
[modules] When building a dependency file, include module maps parsed in the
Richard Smith
2015-08-09
1
-0
/
+5
*
[modules] When diagnosing errors in module map files found by 'extern module'...
Richard Smith
2015-07-14
1
-4
/
+5
*
[modules] Fix "prefer own module over others" rule when selecting a module fo...
Richard Smith
2015-07-10
1
-1
/
+1
*
[Modules] Be consistent about finding a module for framework headers
Ben Langmuir
2015-07-02
1
-26
/
+18
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
[modules] When building a module, if there are multiple matches for a header
Richard Smith
2015-06-22
1
-0
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
1
-1
/
+5
*
[cleanup] Remove unused default argument and tidy up.
Sean Silva
2015-06-10
1
-24
/
+6
*
Remove unused defaulted argument `IncludeTextualHeaders`.
Sean Silva
2015-06-04
1
-3
/
+2
*
[modules] Retain the name as written for umbrella headers and directories, ra...
Richard Smith
2015-05-16
1
-7
/
+13
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-30
/
+30
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-3
/
+4
*
[modules] Restrict the module use-declaration to only appear in top-level
Richard Smith
2015-03-26
1
-17
/
+13
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-6
/
+5
*
When building a module, all headers of submodules can be used.
Daniel Jasper
2015-03-13
1
-1
/
+2
*
Make a module "use" also count as use of all its submodules
Daniel Jasper
2015-03-13
1
-3
/
+5
[next]