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 f47034c commit a1935fdCopy full SHA for a1935fd
clang/lib/Basic/SourceManager.cpp
@@ -24,15 +24,11 @@
24
#include "llvm/ADT/StringRef.h"
25
#include "llvm/ADT/StringSwitch.h"
26
#include "llvm/Support/Allocator.h"
27
-#include "llvm/Support/AutoConvert.h"
28
#include "llvm/Support/Capacity.h"
29
#include "llvm/Support/Compiler.h"
30
#include "llvm/Support/Endian.h"
31
#include "llvm/Support/ErrorHandling.h"
32
-#include "llvm/Support/FileSystem.h"
33
-#include "llvm/Support/MathExtras.h"
34
#include "llvm/Support/MemoryBuffer.h"
35
-#include "llvm/Support/Path.h"
36
#include "llvm/Support/raw_ostream.h"
37
#include <algorithm>
38
#include <cassert>
0 commit comments