0c0ccd1a [nostalgia/core/studio] Cleanup scratchpad code 1b629da8 [ox/std] Make Vector::contains always noexcept 32e4702d [ox] Improve hasing and MaybeView 6b47133c [nostalgia] Cleanup StudioModules 0764720f [nostalgia,olympic] Update for Ox changes 78955376 [glutils] Update for Ox changes a00a0bd2 [ox] Rename BString to IString ed4f0e1f [nostalgia,olympic] Replace oxIgnoreError with std::ignore ea1feb72 [ox] Remove oxIgnoreError e9a6a096 [ox] Run liccor d7f30975 Merge commit 'c0baf7efca0e4c3a86a018ad2564d9df7b07c133' eeb2a5a1 [olympic/studio] Add new ImGui util functions 453f2750 [nostalgia/core/studio] Cleanup context types 189ba4c5 [olympic/studio] Make studio::run static 05773808 [olympic] Change TypeId building to use constexpr globals 272eabc7 [nostalgia/core/opengl] Unbind vertex arrays when done with them a0256669 [glutils] Remove trailing whitespace 6808adc8 [ox/std] Replace ox::ignore with std::ignore abc076d6 [ox/std] Cleanup 1b790a34 [ox/std] Fix Signed_c and Unsigned_c 92202716 [nostalgia/core] Update pack transforms to use ModelTypeId_v 7941a514 [ox/model] Add constexpr ModelTypeId_v 0c09c530 [ox/std] Fix sfmt constexpr problems 3ff91af8 [ox/std] Sort of fix custom assert 79b42e1d [ox/std] Fix some Vector constexpr problems 5eec9085 [ox/std] Add nodiscard to some string functions af7c8956 [ox/std] Add ox::ignore git-subtree-dir: deps/nostalgia git-subtree-split: 0c0ccd1a692169d99beb8c238b8b2c466e81a13d
66 lines
2.1 KiB
YAML
66 lines
2.1 KiB
YAML
# Generated from CLion Inspection settings
|
|
---
|
|
Checks: '-*,
|
|
cppcoreguidelines-interfaces-global-init,
|
|
cppcoreguidelines-narrowing-conversions,
|
|
cppcoreguidelines-pro-type-member-init,
|
|
-cppcoreguidelines-pro-type-static-cast-downcast,
|
|
cppcoreguidelines-slicing,
|
|
google-default-arguments,
|
|
google-runtime-operator,
|
|
hicpp-exception-baseclass,
|
|
hicpp-multiway-paths-covered,
|
|
mpi-buffer-deref,
|
|
mpi-type-mismatch,
|
|
openmp-use-default-none,
|
|
performance-faster-string-find,
|
|
performance-for-range-copy,
|
|
performance-implicit-conversion-in-loop,
|
|
performance-inefficient-algorithm,
|
|
performance-inefficient-string-concatenation,
|
|
performance-inefficient-vector-operation,
|
|
performance-move-const-arg,
|
|
performance-move-constructor-init,
|
|
performance-no-automatic-move,
|
|
performance-noexcept-move-constructor,
|
|
performance-trivially-destructible,
|
|
performance-type-promotion-in-math-fn,
|
|
performance-unnecessary-copy-initialization,
|
|
performance-unnecessary-value-param,
|
|
readability-avoid-const-params-in-decls,
|
|
readability-const-return-type,
|
|
readability-container-size-empty,
|
|
readability-convert-member-functions-to-static,
|
|
readability-delete-null-pointer,
|
|
readability-deleted-default,
|
|
readability-inconsistent-declaration-parameter-name,
|
|
readability-make-member-function-const,
|
|
readability-misleading-indentation,
|
|
readability-misplaced-array-index,
|
|
readability-non-const-parameter,
|
|
readability-redundant-control-flow,
|
|
readability-redundant-declaration,
|
|
readability-redundant-function-ptr-dereference,
|
|
readability-redundant-smartptr-get,
|
|
readability-redundant-string-cstr,
|
|
readability-redundant-string-init,
|
|
readability-simplify-subscript-expr,
|
|
readability-static-accessed-through-instance,
|
|
readability-static-definition-in-anonymous-namespace,
|
|
readability-string-compare,
|
|
readability-uniqueptr-delete-release,
|
|
readability-use-anyofallof,
|
|
cert-*,
|
|
misc-*,
|
|
-misc-include-cleaner
|
|
-misc-use-anonymous-namespace,
|
|
readability-duplicate-include,
|
|
-misc-non-private-member-variables-in-classes,
|
|
-misc-no-recursion,
|
|
-misc-include-cleaner,
|
|
bugprone-*,
|
|
clang-analyzer-*,
|
|
modernize-*,
|
|
portability-*,
|
|
-modernize-use-trailing-return-type,
|
|
-bugprone-easily-swappable-parameters' |