aboutsummaryrefslogtreecommitdiff
path: root/libcc1/libcp1plugin.cc
AgeCommit message (Expand)AuthorFilesLines
2018-04-23PR c++/69560 - wrong alignof(double) on x86.Jason Merrill1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell1-1/+1
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell1-25/+10
2017-10-04[C++ PATCH] Move mangling alias out of ::Nathan Sidwell1-6/+0
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-4/+4
2017-07-13revert previous premature commitNathan Sidwell1-4/+4
2017-07-13libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell1-4/+4
2017-07-12libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell1-2/+2
2017-07-05Use SET_DECL_MODE in libcc1Richard Sandiford1-1/+1
2017-06-30config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell1-2/+2
2017-06-26cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.Nathan Sidwell1-2/+0
2017-06-16cp-tree.h (build_this_parm, [...]): Add FN parm.Nathan Sidwell1-2/+2
2017-05-26Inline and using namespace representation change.Nathan Sidwell1-0/+1
2017-05-26call.c (build_operator_new_call): Do namelookup and ADL here.Nathan Sidwell1-1/+1
2017-05-25Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.Nathan Sidwell1-12/+2
2017-05-23cp-tree.h (OVL_P): New.Nathan Sidwell1-5/+4
2017-05-11* libcp1plugin.cc (plugin_build_decl): Adjust add_method call.Nathan Sidwell1-1/+1
2017-05-10cp-tree.h (add_method, [...]): Change last arg to bool.Nathan Sidwell1-1/+1
2017-04-15[libcp1] handle anon aggregates linkage-named by typedefsAlexandre Oliva1-0/+9
2017-01-31Introduce C++ support in libcc1Alexandre Oliva1-0/+3789