[all-commits] [llvm/llvm-project] c7ecfa: Fix some places where PseudoObjectExpr handling as...

Richard Smith via All-commits all-commits at lists.llvm.org
Tue May 3 11:55:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7ecfadf9beb936e5101db4362dd2935d415b04d
      https://github.com/llvm/llvm-project/commit/c7ecfadf9beb936e5101db4362dd2935d415b04d
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M clang/lib/AST/Expr.cpp
    M clang/lib/Sema/SemaStmt.cpp

  Log Message:
  -----------
  Fix some places where PseudoObjectExpr handling assumed that a
PseudoObjectExpr is only used for ObjC properties and subscripts.

For now, these assumptions are generally correct, but that's not part of
the design of PseudoObjectExpr. No functionality change intended.




More information about the All-commits mailing list