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 e64f5dd commit a945fb1Copy full SHA for a945fb1
clang/include/clang/Serialization/SourceLocationEncoding.h
@@ -28,13 +28,13 @@
28
//
29
//===----------------------------------------------------------------------===//
30
31
+#ifndef LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
32
+#define LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
33
+
34
#include "clang/Basic/SourceLocation.h"
35
#include "llvm/Support/MathExtras.h"
36
#include <climits>
37
-#ifndef LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
-#define LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
-
38
namespace clang {
39
40
/// Serialized encoding of SourceLocations without context.
0 commit comments