Update FIXME as requested in code review.

llvm-svn: 341100
This commit is contained in:
Richard Smith 2018-08-30 19:19:15 +00:00
parent 59ef620059
commit 23ff7e866c

View File

@ -3878,7 +3878,8 @@ static void WriteDocumentation(RecordKeeper &Records,
OS << " \"";
for (size_t Kind = 0; Kind != NumSpellingKinds; ++Kind) {
SpellingKind K = (SpellingKind)Kind;
// FIXME: Why are Microsoft spellings not listed?
// TODO: List Microsoft (IDL-style attribute) spellings once we fully
// support them.
if (K == SpellingKind::Microsoft)
continue;