reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp
  145   mergeCommaSeparatedLists(Result.Checks, Other.Checks);
  146   mergeCommaSeparatedLists(Result.WarningsAsErrors, Other.WarningsAsErrors);
  147   overrideValue(Result.HeaderFilterRegex, Other.HeaderFilterRegex);
  148   overrideValue(Result.SystemHeaders, Other.SystemHeaders);
  149   overrideValue(Result.FormatStyle, Other.FormatStyle);
  150   overrideValue(Result.User, Other.User);
  151   mergeVectors(Result.ExtraArgs, Other.ExtraArgs);
  152   mergeVectors(Result.ExtraArgsBefore, Other.ExtraArgsBefore);
  154   for (const auto &KeyValue : Other.CheckOptions)