kpn abandoned this revision.
kpn added a comment.
I believe Serge Pavlov has demonstrated a better way to do this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51372/new/
https://reviews.llvm.org/D51372
___
cfe-commits mailing list
cfe-com
kpn updated this revision to Diff 168814.
kpn added a comment.
Update based on feedback to https://reviews.llvm.org/D52839: add missing AST
(de)serialization support.
Ping.
https://reviews.llvm.org/D51372
Files:
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
lib/AST/ASTImporter.cp
kpn updated this revision to Diff 165995.
kpn added a comment.
Rebase.
Correct obvious error with powi. Fix test and test both C and (partial) C++.
Ping.
https://reviews.llvm.org/D51372
Files:
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
lib/AST/ASTImporter.cpp
lib/AST/Expr.cp
kpn created this revision.
kpn added a reviewer: rsmith.
Herald added a reviewer: javed.absar.
Herald added a subscriber: cfe-commits.
This builds on https://reviews.llvm.org/D49865 to get #pragma STDC FENV_ACCESS
ON to and used by AST handling of function calls to math intrinsics. This now
emit