We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d7deb commit cb62d60Copy full SHA for cb62d60
src/checker.rs
@@ -151,8 +151,7 @@ impl Checker for CppCode {
151
FunctionDefinition,
152
FunctionDefinition2,
153
FunctionDefinition3,
154
- FunctionDefinition4,
155
- FunctionDefinitionRepeat1
+ FunctionDefinition4
156
);
157
mk_checker!(is_closure, LambdaExpression);
158
mk_checker!(
src/getter.rs
@@ -446,10 +446,9 @@ impl Getter for CppCode {
446
}) {
447
if let Some(first) = fd.object().child(0) {
448
match first.kind_id().into() {
449
- Cpp::ScopedIdentifier
+ Cpp::TypeIdentifier
450
| Cpp::Identifier
451
| Cpp::FieldIdentifier
452
- | Cpp::ScopedFieldIdentifier
453
| Cpp::DestructorName
454
| Cpp::OperatorName
455
| Cpp::TemplateFunction
0 commit comments