Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ CheckOptions:
value: true
- key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams
value: true
- key: readability-convert-member-functions-to-static
value: false

- key: modernize-use-auto.MinTypeNameLength
value: 5
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compile_commands.json
.cache
logs/
CMakeFiles/
latex/

# macOS
.DS_Store

Expand All @@ -13,5 +13,3 @@ vcpkg/buildtrees/
vcpkg/downloads/
vcpkg/packages/
vcpkg/installed/
.idea
\html/
221 changes: 0 additions & 221 deletions docs/rfc/RFC-0001-opaque-generational-handles.md

This file was deleted.

18 changes: 0 additions & 18 deletions include/quark/utils/allocator.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion include/quark/utils/diagnostic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using SinkList = std::vector<DiagnosticSink>;
void set_diagnostic_sinks(std::span<const DiagnosticSink> sinks) noexcept;
std::shared_ptr<const SinkList> diagnostic_sinks_snapshot() noexcept;

void report(const DiagnosticEvent & /*e*/) noexcept;
void report(const DiagnosticEvent &) noexcept;

template <class T>
inline void report_if_error(const util::Result<T> &r) noexcept {
Expand Down
122 changes: 0 additions & 122 deletions include/quark/utils/generational_registry.hpp

This file was deleted.

Loading
Loading