Skip to content

Commit 31c366e

Browse files
committed
chore: Expected is in Error.hpp
fix #362
1 parent 4db0c96 commit 31c366e

File tree

11 files changed

+371
-386
lines changed

11 files changed

+371
-386
lines changed

include/mrdox/Support/Error.hpp

Lines changed: 365 additions & 23 deletions
Large diffs are not rendered by default.

include/mrdox/Support/Expected.hpp

Lines changed: 0 additions & 353 deletions
This file was deleted.

include/mrdox/Support/JavaScript.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <mrdox/Platform.hpp>
1515
#include <mrdox/Support/Dom.hpp>
1616
#include <mrdox/Support/Error.hpp>
17-
#include <mrdox/Support/Expected.hpp>
1817
#include <cstdlib>
1918
#include <string_view>
2019

include/mrdox/Support/Lua.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <mrdox/Platform.hpp>
1515
#include <mrdox/Support/Dom.hpp>
1616
#include <mrdox/Support/Error.hpp>
17-
#include <mrdox/Support/Expected.hpp>
1817
#include <mrdox/Support/source_location.hpp>
1918
#include <fmt/format.h>
2019
#include <cstdlib>

include/mrdox/Support/Path.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
#include <mrdox/Platform.hpp>
1515
#include <mrdox/Support/Error.hpp>
16-
#include <mrdox/Support/Expected.hpp>
1716
#include <string>
1817
#include <string_view>
1918

source/-adoc/Options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#ifndef MRDOX_TOOL_ADOC_OPTIONS_HPP
1212
#define MRDOX_TOOL_ADOC_OPTIONS_HPP
1313

14-
#include <mrdox/Support/Expected.hpp>
14+
#include <mrdox/Support/Error.hpp>
1515
#include <string>
1616

1717
namespace clang {

source/AST/Bitcode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include <mrdox/Platform.hpp>
1616
#include <mrdox/MetadataFwd.hpp>
17-
#include <mrdox/Support/Expected.hpp>
17+
#include <mrdox/Support/Error.hpp>
1818
#include <clang/Tooling/Execution.h>
1919
#include <llvm/ADT/SmallVector.h>
2020
#include <llvm/ADT/StringMap.h>

0 commit comments

Comments
 (0)