]> granicus.if.org Git - clang/commit
Extend -Rmodule-build to also remark when module building finishes.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Oct 2014 02:08:30 +0000 (02:08 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Oct 2014 02:08:30 +0000 (02:08 +0000)
commitaaa733793e84107f8cd869ceae1662b6bf8a9d9f
treed14389c9dca002e7830f7bc941543644d8e22019
parentf0afe9307f6768a9bbc68b84ed2a39d162a0d1e9
Extend -Rmodule-build to also remark when module building finishes.

In cases of nested module builds, or when you care how long module builds take,
this information was not previously easily available / obvious.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219658 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/DiagnosticGroups.td
lib/Frontend/CompilerInstance.cpp
test/Modules/Rmodule-build.m