mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
Update FIXME as requested in code review.
llvm-svn: 341100
This commit is contained in:
parent
59ef620059
commit
23ff7e866c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user