summaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* * config-lang.in (gtfiles): Add cp/lex.c.nathan2017-06-301-69/+0
* Kill IDENTIFIER_TEMPLATE.nathan2017-06-271-5/+0
* Reorder IDENTIFIER flagsnathan2017-06-221-13/+14
* PR c++/80614 - Wrong mangling for C++17 noexcept typejason2017-06-171-0/+5
* * tree.h (id_equal): New.jason2017-06-111-1/+1
* * cp-tree.h (OVL_FIRST, OVL_NAME): New.nathan2017-05-161-7/+3
* PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cmsebor2017-05-041-6/+8
* * c.opt (Wnoexcept-type): New.jason2017-03-041-1/+1
* PR c++/79464 - ICE in IPA with omitted constructor parmsjason2017-02-151-0/+4
* * init.c (warn_placement_new_too_small): Add missing space injakub2017-02-131-2/+3
* PR c++/77489 -- Reorganize abi warning checktrippels2017-01-181-2/+3
* PR c++/79091nathan2017-01-181-8/+6
* Fix PR70182 -- missing "on" in mangling of unresolved operatorstrippels2017-01-181-0/+6
* Fix PR77489 -- mangling of discriminator >= 1trippels2017-01-181-1/+10
* Update copyright years.jakub2017-01-011-1/+1
* PR c++/77285jakub2016-11-181-0/+2
* * decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl,jakub2016-11-151-0/+47
* * mangle.c (mangle_decl): Only emit -Wc++1z-compat warnings forjakub2016-11-101-1/+2
* PR c++/78283jakub2016-11-091-0/+1
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-071-3/+68
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-021-3/+10
* PR c++/77656jason2016-10-211-4/+3
* * doc/extend.texi (Java Exceptions): Remove.jakub2016-10-041-60/+4
* gcc/c-family/ChangeLog:msebor2016-09-011-1/+3
* PR c++/77379 - ABI tag on thunkjason2016-08-291-5/+13
* PR c/7652mpolacek2016-08-121-1/+1
* PR c++/71712 - ABI tags on conversion ops.jason2016-08-091-0/+9
* Adjust mangling of ABI tags on class template member functions.jason2016-08-091-15/+107
* Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.jason2016-08-041-5/+5
* Warn about mangled name change even if DECL_REALLY_EXTERN.jason2016-08-011-29/+31
* * mangle.c (get_abi_tags): New.jason2016-08-011-17/+30
* * mangle.c (mangle_decl): Fix mangled name change warning.jason2016-08-011-3/+4
* PR c++/71711 - mangle C++1z fold-expressions.jason2016-07-151-0/+23
* PR c++/71814 - mangling sizeof... (sP and sZ)jason2016-07-151-10/+61
* * mangle.c (decl_is_template_id): The template itself counts as ajason2016-04-111-4/+5
* * mangle.c (maybe_check_abi_tags): Add for_decl parm. Calljason2016-02-191-16/+27
* PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arraymsebor2016-02-041-21/+25
* Fix abi-tag16.C.jason2016-01-311-1/+34
* PR c++/69317 - [6 regression] wrong ABI version in -Wabi warningsmsebor2016-01-271-3/+3
* Update copyright years.jakub2016-01-041-1/+1
* Fix c++/67337 (segfault in mangle.c)trippels2015-12-021-1/+1
* adaamacleod2015-11-111-4/+0
* ENABLE_CHECKING refactoring: C family front endsmiyuki2015-11-041-11/+10
* adaamacleod2015-10-291-11/+7
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-041-1/+11
* Disconnect -Wabi=<n> from -fabi-compat-version=<n>.jason2015-09-221-21/+35
* PR c++/44282jason2015-09-141-21/+24
* remove more useless typedefstbsaunde2015-08-191-2/+2
* PR c++/67130jason2015-08-061-1/+3
* Fix PR 66521ctice2015-08-021-0/+8