1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-02-07 17:48:07 -08:00
parent 3bb26e3de2
commit 8a58ba3dda
2 changed files with 1247 additions and 1330 deletions

View file

@ -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) {