We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02bda5 commit 4ee9a88Copy full SHA for 4ee9a88
clang/lib/Frontend/CachedDiagnostics.cpp
@@ -25,6 +25,7 @@
25
#include "llvm/Support/EndianStream.h"
26
#include "llvm/Support/StringSaver.h"
27
#include "llvm/Support/YAMLTraits.h"
28
+#include <variant>
29
30
using namespace clang;
31
using namespace clang::cas;
clang/lib/Frontend/CachedDiagnostics.h
@@ -11,6 +11,8 @@
11
12
#include "clang/Basic/LLVM.h"
13
#include "llvm/Support/PrefixMapper.h"
14
+#include <memory>
15
+#include <optional>
16
17
namespace clang {
18
class DiagnosticConsumer;
0 commit comments