Skip to content

Commit 49ad1e9

Browse files
authored
[clang-tidy][NFC] Remove obsolete FIXME comment (#172120)
This comment was written 12 years ago. It's no longer correct to say that diagnostic reporting is under heavy development, and we seem to be doing just fine without tablegenned IDs, so I think we can simply remove it.
1 parent 1672767 commit 49ad1e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ class ClangTidyContext {
9191
ClangTidyContext &operator=(const ClangTidyContext &) = delete;
9292

9393
/// Report any errors detected using this method.
94-
///
95-
/// This is still under heavy development and will likely change towards using
96-
/// tablegen'd diagnostic IDs.
97-
/// FIXME: Figure out a way to manage ID spaces.
9894
DiagnosticBuilder diag(StringRef CheckName, SourceLocation Loc,
9995
StringRef Description,
10096
DiagnosticIDs::Level Level = DiagnosticIDs::Warning);

0 commit comments

Comments
 (0)