[PATCH] D45416: [AST, analyzer] Transform rvalue cast outputs to lvalues (fheinous-gnu-extensions)
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 6 17:45:05 PDT 2018
NoQ added a comment.
Herald added a subscriber: Szelethus.
Dunno, i guess you can just commit it.
================
Comment at: lib/Sema/SemaStmtAsm.cpp:57
+ }
+ Parent = Child;
+ }
----------------
Like father, like son :D
Repository:
rC Clang
https://reviews.llvm.org/D45416
More information about the cfe-commits
mailing list