mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Cosmetics.
This commit is contained in:
parent
3bb26e3de2
commit
8a58ba3dda
2 changed files with 1247 additions and 1330 deletions
File diff suppressed because it is too large
Load diff
|
@ -138,6 +138,10 @@ public abstract class VariableReadWriteFlags {
|
|||
if (node.getPropertyInParent() == IASTFieldReference.FIELD_NAME) {
|
||||
return rwAnyNode(expr, indirection);
|
||||
}
|
||||
// if (node.getPropertyInParent() == IASTFieldReference.FIELD_OWNER &&
|
||||
// !((IASTFieldReference) expr).isPointerDereference()) {
|
||||
// return rwAnyNode(expr, indirection);
|
||||
// }
|
||||
return READ;
|
||||
}
|
||||
if (expr instanceof IASTFunctionCallExpression) {
|
||||
|
|
Loading…
Add table
Reference in a new issue