summaryrefslogtreecommitdiff
path: root/libcc1/libcp1plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka2021-12-161-2/+2
* libcc1: Add support for per-location warning groups.Martin Sebor2021-06-281-1/+1
* libcc1: use variadic templates for callbacksTom Tromey2021-05-051-10/+10
* libcc1: share basic context codeTom Tromey2021-05-051-200/+3
* libcc1: use static_assertTom Tromey2021-05-051-2/+2
* libcc1: use foreachTom Tromey2021-05-051-8/+5
* libcc1: use std::vector when building function typesTom Tromey2021-05-051-6/+5
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* c++: Correct the handling of alignof(expr) [PR88115]Patrick Palka2020-11-111-1/+1
* c++: Improve static_assert diagnostic [PR97518]Marek Polacek2020-11-101-1/+1
* core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell2020-11-061-1/+1
* c++: DECL_FRIEND_P cleanupNathan Sidwell2020-10-141-1/+1
* c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_PNathan Sidwell2020-10-071-1/+1
* c++: Kill DECL_ANTICIPATEDNathan Sidwell2020-10-021-1/+0
* c++: DECL_BUILTIN_P for builtinsNathan Sidwell2020-09-251-1/+1
* c++: Cleanup some decl pushing apisNathan Sidwell2020-09-241-9/+9
* c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_PNathan Sidwell2020-09-101-1/+1
* c++: Final bit of name-lookup api simplificationNathan Sidwell2020-08-141-2/+1
* c++: Yet more name-lookup api simplificationNathan Sidwell2020-08-141-1/+1
* c++: More simplification of name_lookup apiNathan Sidwell2020-08-141-2/+3
* [c++]: Unconfuse lookup_name_real API a bitNathan Sidwell2020-08-131-1/+1
* c++: Tweak function cloning namesNathan Sidwell2020-06-301-1/+1
* c++: Fix return type deduction with an abbreviated function templatePatrick Palka2020-02-101-4/+1
* init.c (build_new): Add location_t parameter and use it throughout.Paolo Carlini2020-01-071-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* decl2.c (delete_sanity): Add location_t parameter and use it throughout.Paolo Carlini2019-12-301-1/+2
* typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini2019-12-181-3/+5
* typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini2019-12-091-2/+3
* typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini2019-12-051-1/+1
* typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini2019-11-251-1/+2
* [C++ PATCH] Using declsNathan Sidwell2019-05-211-1/+1
* [C++ PATCH] Commonixe using directive finishingNathan Sidwell2019-05-201-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-16/+16
* PR c++/69560 - wrong alignof(double) on x86.Jason Merrill2018-04-231-1/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell2017-11-011-1/+1
* [C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell2017-10-311-25/+10
* [C++ PATCH] Move mangling alias out of ::Nathan Sidwell2017-10-041-6/+0
* Remove TYPE_METHODS.Nathan Sidwell2017-07-211-4/+4
* revert previous premature commitNathan Sidwell2017-07-131-4/+4
* libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell2017-07-131-4/+4
* libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell2017-07-121-2/+2
* Use SET_DECL_MODE in libcc1Richard Sandiford2017-07-051-1/+1
* config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell2017-06-301-2/+2
* cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.Nathan Sidwell2017-06-261-2/+0
* cp-tree.h (build_this_parm, [...]): Add FN parm.Nathan Sidwell2017-06-161-2/+2
* Inline and using namespace representation change.Nathan Sidwell2017-05-261-0/+1
* call.c (build_operator_new_call): Do namelookup and ADL here.Nathan Sidwell2017-05-261-1/+1