[cfe-dev] Communication between Clang Sema and the Clang Codegen...
Umesh Kalappa via cfe-dev
cfe-dev at lists.llvm.org
Tue May 30 03:18:57 PDT 2017
Hi All,
We have populated info in the Clang Sema i.e class Sema
(include/clang/Sema/Sema.h) and like to propagate the same to Clang
Codegen .
Currently we are propagating through ASTContext ,where we have
duplicating fields info and operation in the Sema and ASTContext .
Any better way of doing the same ?
Thank you
~Umesh
More information about the cfe-dev
mailing list