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 71695fe commit 6ac91fbCopy full SHA for 6ac91fb
clang/lib/Lex/HeaderMap.cpp
@@ -11,17 +11,17 @@
11
//===----------------------------------------------------------------------===//
12
13
#include "clang/Lex/HeaderMap.h"
14
-#include "clang/Lex/HeaderMapTypes.h"
15
#include "clang/Basic/CharInfo.h"
16
#include "clang/Basic/FileManager.h"
+#include "clang/Lex/HeaderMapTypes.h"
17
#include "llvm/ADT/SmallString.h"
18
#include "llvm/Support/Compiler.h"
19
#include "llvm/Support/DataTypes.h"
20
+#include "llvm/Support/Debug.h"
21
#include "llvm/Support/MathExtras.h"
22
#include "llvm/Support/MemoryBuffer.h"
23
#include "llvm/Support/SwapByteOrder.h"
24
#include "llvm/Support/SystemZ/zOSSupport.h"
-#include "llvm/Support/Debug.h"
25
#include <cstring>
26
#include <memory>
27
#include <optional>
0 commit comments