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 afa2440 commit 8b86507Copy full SHA for 8b86507
lib/Sema/NameBinding.cpp
@@ -33,6 +33,7 @@
33
#include "llvm/ADT/TinyPtrVector.h"
34
#include "llvm/ADT/Twine.h"
35
#include "llvm/Support/Debug.h"
36
+#include "llvm/Support/Host.h"
37
#include "llvm/Support/Path.h"
38
#include "llvm/Support/SaveAndRestore.h"
39
#include <algorithm>
lib/Serialization/SerializedModuleLoader.cpp
@@ -23,6 +23,7 @@
23
#include "llvm/ADT/SmallString.h"
24
#include "llvm/ADT/StringSet.h"
25
#include "llvm/Support/FileSystem.h"
26
27
#include "llvm/Support/MemoryBuffer.h"
28
29
0 commit comments