Custom diag client for clang that verifies that each implicitly build module is a system module.
If not, it will let the current rootcling invocation fail with an error. All other diags beside module build remarks will be forwarded to the passed child diag client.
The reason why we need this is that if we built implicitly a C++ module that belongs to a ROOT dictionary, then we will miss information generated by rootcling in this file (e.g. the source code comments to annotation attributes transformation will be missing in the module file).
Definition at line 3569 of file rootcling_impl.cxx.
Public Member Functions | |
CheckModuleBuildClient (clang::DiagnosticConsumer *Child, bool OwnsChild, clang::ModuleMap &Map) | |
~CheckModuleBuildClient () | |
virtual void | BeginSourceFile (const clang::LangOptions &LangOpts, const clang::Preprocessor *PP) override |
virtual void | clear () override |
virtual void | EndSourceFile () override |
virtual void | finish () override |
virtual void | HandleDiagnostic (clang::DiagnosticsEngine::Level DiagLevel, const clang::Diagnostic &Info) override |
virtual bool | IncludeInDiagnosticCounts () const override |
Private Attributes | |
clang::DiagnosticConsumer * | fChild |
clang::ModuleMap & | fMap |
bool | fOwnsChild |
|
inline |
Definition at line 3575 of file rootcling_impl.cxx.
|
inline |
Definition at line 3580 of file rootcling_impl.cxx.
|
inlineoverridevirtual |
Definition at line 3654 of file rootcling_impl.cxx.
|
inlineoverridevirtual |
Definition at line 3648 of file rootcling_impl.cxx.
|
inlineoverridevirtual |
Definition at line 3660 of file rootcling_impl.cxx.
|
inlineoverridevirtual |
Definition at line 3666 of file rootcling_impl.cxx.
|
inlineoverridevirtual |
Definition at line 3586 of file rootcling_impl.cxx.
|
inlineoverridevirtual |
Definition at line 3672 of file rootcling_impl.cxx.
|
private |
Definition at line 3570 of file rootcling_impl.cxx.
|
private |
Definition at line 3572 of file rootcling_impl.cxx.
|
private |
Definition at line 3571 of file rootcling_impl.cxx.