Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(linux/vfs): integrate openvfs linux virtual files plugin #10635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat(linux/vfs): integrate openvfs linux virtual files plugin #10635
Changes from all commits
c4cc1e4f02655a458cdeb219939c78fccd2ad6a1e7321fdecf6ac556312d17650693bef2036cfc180e70File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 831 in src/common/filesystembase.cpp
Unmodified variable "parent" of type "class QStringView" should be const-qualified.
Check warning on line 831 in src/common/filesystembase.cpp
Unmodified variable "child" of type "class QStringView" should be const-qualified.
Check warning on line 845 in src/common/filesystembase.cpp
Use the init-statement to declare "isSeparator" inside the if statement.
Check warning on line 848 in src/common/filesystembase.cpp
Merge this "if" statement with the enclosing one.
Check failure on line 9 in src/common/filesystembase.h
src/common/filesystembase.h:9:10 [clang-diagnostic-error]
Check warning on line 215 in src/common/filesystembase.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 222 in src/common/filesystembase.h
Unmodified variable "child" of type "class QStringView" should be const-qualified.
Check warning on line 222 in src/common/filesystembase.h
Unmodified variable "parent" of type "class QStringView" should be const-qualified.
Check warning on line 8 in src/common/path.cpp
Unmodified variable "path" of type "class QStringView" should be const-qualified.
Check warning on line 23 in src/common/path.cpp
Unmodified variable "path" of type "class QAnyStringView" should be const-qualified.
Check warning on line 50 in src/common/path.cpp
src/common/path.cpp:50:8 [modernize-use-trailing-return-type]
Check failure on line 6 in src/common/path.h
src/common/path.h:6:10 [clang-diagnostic-error]
Check warning on line 12 in src/common/path.h
src/common/path.h:12:11 [cppcoreguidelines-avoid-non-const-global-variables]
Check warning on line 12 in src/common/path.h
Concatenate this namespace with the nested one.
Check warning on line 23 in src/common/path.h
Edit this comment to use the C++ format, i.e. "//".
Check failure on line 26 in src/common/path.h
Add the "explicit" keyword to this constructor.
Check failure on line 28 in src/common/path.h
Add the "explicit" keyword to this constructor.
Check warning on line 34 in src/common/path.h
Edit this comment to use the C++ format, i.e. "//".
Check failure on line 42 in src/common/path.h
Replace this conversion operator with a function or (C++11) add the "explicit" keyword.
Check failure on line 43 in src/common/path.h
Replace this conversion operator with a function or (C++11) add the "explicit" keyword.
Check warning on line 50 in src/common/path.h
Unmodified variable "other" of type "class QStringView" should be const-qualified.
Check warning on line 65 in src/common/path.h
Unmodified variable "other" of type "class QStringView" should be const-qualified.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.