This revision was automatically updated to reflect the committed changes.
Closed by commit rG45a720a86432: [clang-tidy] Use StringMap for
ClangTidyOptions::OptionsMap (authored by njames93).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84868/new/
h
njames93 updated this revision to Diff 281639.
njames93 added a comment.
Missing call to getValue()
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84868/new/
https://reviews.llvm.org/D84868
Files:
clang-tools-extra/clang-tidy/ClangTidy.cpp
clan
njames93 created this revision.
njames93 added reviewers: aaron.ballman, gribozavr2.
Herald added subscribers: cfe-commits, xazax.hun.
Herald added a project: clang.
njames93 requested review of this revision.
Ordering of options isn't important so an `llvm::StringMap` is a much better
container