aboutsummaryrefslogtreecommitdiff
path: root/libcc1/libcp1plugin.cc
AgeCommit message (Expand)AuthorFilesLines
2021-06-28libcc1: Add support for per-location warning groups.Martin Sebor1-1/+1
2021-05-05libcc1: use variadic templates for callbacksTom Tromey1-10/+10
2021-05-05libcc1: share basic context codeTom Tromey1-200/+3
2021-05-05libcc1: use static_assertTom Tromey1-2/+2
2021-05-05libcc1: use foreachTom Tromey1-8/+5
2021-05-05libcc1: use std::vector when building function typesTom Tromey1-6/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-11c++: Correct the handling of alignof(expr) [PR88115]Patrick Palka1-1/+1
2020-11-10c++: Improve static_assert diagnostic [PR97518]Marek Polacek1-1/+1
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-1/+1
2020-10-14c++: DECL_FRIEND_P cleanupNathan Sidwell1-1/+1
2020-10-07c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_PNathan Sidwell1-1/+1
2020-10-02c++: Kill DECL_ANTICIPATEDNathan Sidwell1-1/+0
2020-09-25c++: DECL_BUILTIN_P for builtinsNathan Sidwell1-1/+1
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell1-9/+9
2020-09-10c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_PNathan Sidwell1-1/+1
2020-08-14c++: Final bit of name-lookup api simplificationNathan Sidwell1-2/+1
2020-08-14c++: Yet more name-lookup api simplificationNathan Sidwell1-1/+1
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell1-2/+3
2020-08-13[c++]: Unconfuse lookup_name_real API a bitNathan Sidwell1-1/+1
2020-06-30c++: Tweak function cloning namesNathan Sidwell1-1/+1
2020-02-10c++: Fix return type deduction with an abbreviated function templatePatrick Palka1-4/+1
2020-01-07init.c (build_new): Add location_t parameter and use it throughout.Paolo Carlini1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30decl2.c (delete_sanity): Add location_t parameter and use it throughout.Paolo Carlini1-1/+2
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini1-3/+5
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini1-2/+3
2019-12-05typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini1-1/+1
2019-11-25typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini1-1/+2
2019-05-21[C++ PATCH] Using declsNathan Sidwell1-1/+1
2019-05-20[C++ PATCH] Commonixe using directive finishingNathan Sidwell1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-16/+16
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