This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/libcp1 in repository gcc.
from a79a3e6 introduce callback to get type char adds e6893e2 extend API to support templates new 86b18d1 bring in naming of built-in types new 048df77 mutable fields, nullptr, default fn args, mangled names in ad [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/gcc-c-fe.def | 18 +- include/gcc-c-interface.h | 4 +- include/gcc-cp-fe.def | 267 +++++++++++++++-- include/gcc-cp-interface.h | 93 +++++- libcc1/libcc1plugin.cc | 58 +++- libcc1/libcp1plugin.cc | 719 ++++++++++++++++++++++++++++++++++++++++++--- libcc1/marshall-cp.hh | 140 +++++++++ libcc1/rpc.hh | 75 ++++- 8 files changed, 1292 insertions(+), 82 deletions(-)