29 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | codingStyleIdioms/4_copy-swap/copy-swapAndADL.cpp | 21 | smart_ptr(smart_ptr &rhs) noexcept { |
| LOW | codingStyleIdioms/3_RAII/RAII_fstram.cpp | 1 | // |
| LOW | cpp2.0/cpp11/constexpr.cpp | 1 | // |
| LOW | cpp2.0/cpp11/noexcept.cpp | 1 | // |
| LOW | cpp2.0/cpp11/rvalue.cpp | 61 | complex<int> c1(3, 8), c2(1, 0); |
| LOW | cpp2.0/cpp11/explicit.cpp | 81 | // 如果不想编译器进行隐式转换,可以在前面添加explicit关键字 |
| LOW | cpp2.0/cpp11/lambda.cpp | 1 | // |
| LOW | cpp2.0/cpp11/lambda.cpp | 201 | |
| LOW | cpp2.0/cpp11/move.cpp | 1 | // |
| LOW | cpp2.0/cpp11/auto.cpp | 1 | // |
| LOW | cpp2.0/cpp11/decltype.cpp | 1 | // |
| LOW | cpp2.0/cpp11/variadic/variadic.cpp | 1 | // |
| LOW | practical_exercises/10_day_practice/day1/annotate.cpp | 1 | /* 注释.cpp */ |
| LOW | …al_exercises/10_day_practice/day10/file/input/get2.cpp | 1 | |
| LOW | learn_class/modern_cpp_30/constexpr/newconstexpr.cpp | 1 | // |
| LOW | learn_class/modern_cpp_30/constexpr/output_container.h | 101 | // os << element.first << " => " << element.second; |
| LOW | learn_class/modern_cpp_30/container2/hash.cpp | 1 | // |
| LOW | …dern_cpp_30/SFINAE/sfinae paper/combiningAndGenius.cpp | 1 | // |
| LOW | …_class/modern_cpp_30/SFINAE/sfinae paper/fis_valid.cpp | 1 | // |
| LOW | …class/modern_cpp_30/SFINAE/sfinae paper/timeGenius.cpp | 1 | // |
| LOW | …modern_cpp_30/memorymodel_atomic/barrier_singleton.cpp | 1 | // |
| LOW | learn_class/modern_cpp_30/exception/exception.cpp | 1 | // |
| LOW | learn_class/modern_cpp_30/reference/collapses.cpp | 41 | Widget<int> w1, w2; |
| LOW | concurrency/concurrency_v1/chapter2/2.3_ownership.cpp | 1 | // |
| LOW | concurrency/concurrency_v1/chapter2/2.1_basic.cpp | 81 | // 即使do_something_in_current_thread抛出一个异常,这个销毁依旧会发生。 |
| LOW | design_pattern/singleton/barrier_singleton.cpp | 1 | // |
| LOW | english/basic_content/extern/extern_c++/add.h | 1 | #ifndef ADD_H |
| LOW | basic_content/extern/extern_c++/add.h | 1 | #ifndef ADD_H |
| LOW | tool/output/output_container.h | 101 | // os << element.first << " => " << element.second; |