aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/SortIncludesTest.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-12-08 23:36:50 -0800
committerKazu Hirata <kazu@google.com>2022-12-08 23:36:50 -0800
commitc25cc84b87935feefea5a93abc16efdbc9d91640 (patch)
tree2d57b28be768ab578d32ae58b0a2e91469d4e30c /clang/unittests/Format/SortIncludesTest.cpp
parent8a7cbea525ceb4bd67e8fe097bf071c449a8e525 (diff)
downloadllvm-c25cc84b87935feefea5a93abc16efdbc9d91640.zip
llvm-c25cc84b87935feefea5a93abc16efdbc9d91640.tar.gz
llvm-c25cc84b87935feefea5a93abc16efdbc9d91640.tar.bz2
[clang] Don't including None.h (NFC)
These source files no longer use None, so they do not need to include None.h. This is part of an effort to migrate from llvm::Optional to std::optional: https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
Diffstat (limited to 'clang/unittests/Format/SortIncludesTest.cpp')
-rw-r--r--clang/unittests/Format/SortIncludesTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/unittests/Format/SortIncludesTest.cpp b/clang/unittests/Format/SortIncludesTest.cpp
index 97a494a..966a7da 100644
--- a/clang/unittests/Format/SortIncludesTest.cpp
+++ b/clang/unittests/Format/SortIncludesTest.cpp
@@ -8,7 +8,6 @@
#include "FormatTestUtils.h"
#include "clang/Format/Format.h"
-#include "llvm/ADT/None.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Debug.h"
#include "gtest/gtest.h"