[PATCH] D76599: Represent FP options in AST by special Statement node

2020-09-15 Thread Serge Pavlov via Phabricator via cfe-commits
sepavloff abandoned this revision. sepavloff added a comment. FPOptions is now stored in AST objects. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D76599/new/ https://reviews.llvm.org/D76599 ___ cfe-comm

[PATCH] D76599: Represent FP options in AST by special Statement node

2020-03-23 Thread Serge Pavlov via Phabricator via cfe-commits
sepavloff created this revision. sepavloff added reviewers: rsmith, rjmccall, andrew.w.kaylor, efriedma, mibintc, kpn, sammccall, hokein. Herald added subscribers: martong, arphaman. Herald added a project: clang. Now FPOption object is stored in the bits of Stmt class. The space there is limited