This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f7791ad [Sparc] Add software float option -msoft-float new 1b8778c [modules] Ask the canonical decl whether the constructor was [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Sema/SemaDeclCXX.cpp | 8 ++++---- test/Modules/Inputs/PR27739/DataInputHandler.h | 19 +++++++++++++++++++ test/Modules/Inputs/PR27739/Types.h | 1 + test/Modules/Inputs/PR27739/map | 20 ++++++++++++++++++++ test/Modules/Inputs/PR27739/module.modulemap | 2 ++ test/Modules/pr27739.cpp | 12 ++++++++++++ 6 files changed, 58 insertions(+), 4 deletions(-) create mode 100644 test/Modules/Inputs/PR27739/DataInputHandler.h create mode 100644 test/Modules/Inputs/PR27739/Types.h create mode 100644 test/Modules/Inputs/PR27739/map create mode 100644 test/Modules/Inputs/PR27739/module.modulemap create mode 100644 test/Modules/pr27739.cpp