aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/APINotes
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-12-14 21:16:22 -0800
committerKazu Hirata <kazu@google.com>2022-12-14 21:16:22 -0800
commit6eb0b0a0452a4c53ceb1156afd17764fbff51111 (patch)
tree9ea60df58e379b5216328b7e5c394b187c52986e /clang/lib/APINotes
parent12696d302d146ffe616eecab3feceba9d29be2db (diff)
downloadllvm-6eb0b0a0452a4c53ceb1156afd17764fbff51111.zip
llvm-6eb0b0a0452a4c53ceb1156afd17764fbff51111.tar.gz
llvm-6eb0b0a0452a4c53ceb1156afd17764fbff51111.tar.bz2
Don't include Optional.h
These files no longer use llvm::Optional.
Diffstat (limited to 'clang/lib/APINotes')
-rw-r--r--clang/lib/APINotes/APINotesYAMLCompiler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/APINotes/APINotesYAMLCompiler.cpp b/clang/lib/APINotes/APINotesYAMLCompiler.cpp
index 42279b8..d3e53c4 100644
--- a/clang/lib/APINotes/APINotesYAMLCompiler.cpp
+++ b/clang/lib/APINotes/APINotesYAMLCompiler.cpp
@@ -17,7 +17,6 @@
#include "clang/APINotes/Types.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/Specifiers.h"
-#include "llvm/ADT/Optional.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/YAMLParser.h"
#include "llvm/Support/YAMLTraits.h"