summaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* * mangle.c (write_type): Mangle decltype(auto).Jason Merrill2013-04-221-1/+4
* cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill2013-04-031-2/+10
* re PR c++/56821 (Unable to overload with references to 'this'.)Jason Merrill2013-04-021-4/+33
* call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini2013-03-291-2/+2
* cp-tree.h (AUTO_IS_DECLTYPE): New.Jason Merrill2013-03-291-0/+2
* tree.h (VAR_P): New.Gabriel Dos Reis2013-03-291-2/+2
* call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis2013-03-271-1/+1
* cp-tree.h (identifier_p): New.Gabriel Dos Reis2013-03-221-3/+3
* re PR c++/55223 ([C++11] Default lambda expression of a templated class member)Jason Merrill2013-02-141-1/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-14/+14
* Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill2012-11-091-8/+60
* Allow dynamic initialization of thread_locals.Jason Merrill2012-10-081-6/+53
* cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek2012-10-051-1/+7
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-241-4/+3
* typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini2012-09-131-3/+3
* re PR c++/53752 (ice in write_array_type)Richard Guenther2012-06-261-0/+3
* re PR c++/53605 (Compiler ICEs in size_binop_loc)Richard Guenther2012-06-111-2/+4
* generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini2012-05-121-1/+1
* re PR c++/52706 ([C++11] Demangling of templates with std::nullptr_t as non-t...Jason Merrill2012-04-151-0/+2
* mangle.c (write_type): Handle 'auto'.Jason Merrill2012-03-211-0/+7
* re PR c++/52521 ([C++11] user defined literals and order of declaration)Jason Merrill2012-03-071-6/+4
* mangle.c (write_nested_name): Use decl_mangling_context.Jason Merrill2012-03-031-3/+3
* re PR c++/36797 (ICE mangling __is_empty)Jason Merrill2012-03-031-1/+11
* re PR c++/51854 (ICE in mangle.c with literal of complex floating type)Jakub Jelinek2012-01-161-0/+19
* re PR c++/51827 (Error: 'FOO' conflicts with a previous declaration, with PCH...Jason Merrill2012-01-161-1/+15
* re PR c++/48051 (sorry, unimplemented: mangling overload)Jason Merrill2012-01-121-4/+16
* re PR c++/51818 ([C++0x] Name mangling error using lambda expressions in GCC47)Jason Merrill2012-01-111-2/+2
* re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill2012-01-061-7/+134
* mangle.c (mangle_decl): Don't generate mangling aliases for maybe-in-charge [...Jason Merrill2012-01-061-1/+4
* typeck.c (build_indirect_ref): Use ATTRIBUTE_UNUSED.Paolo Carlini2011-11-041-1/+1
* re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill2011-11-041-0/+5
* mangle.c (get_mangled_id): Factor from ...Diego Novillo2011-10-311-2/+10
* Implement C++11 user-defined literals.Ed Smith-Rowland2011-10-261-0/+20
* re PR c++/44473 (iterators already defined for std::vector when using std::de...Janis Johnson2011-09-301-5/+6
* Core DR 342 PR c++/48582Jason Merrill2011-08-281-20/+26
* Core 975Jason Merrill2011-08-231-1/+1
* Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773)Rainer Orth2011-08-181-1/+6
* re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill2011-08-011-0/+7
* re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill2011-07-111-2/+2
* DR 1207 PR c++/49589Jason Merrill2011-07-041-0/+5
* re PR c++/49276 ([C++0x] Segmentation fault with default lambda parameter in ...Jakub Jelinek2011-06-031-3/+3
* mangle.c (mangle_decl_string): Make sure we don't try to mangle templates.Jason Merrill2011-05-271-0/+3
* re PR c++/47132 ([C++0x] decltype can't deduce some operator return types whe...Jason Merrill2011-05-271-0/+9
* mark EXPR_PACK_EXPANSION as typed onlyNathan Froyd2011-05-101-17/+1
* introduce {class,type}_of_this_parm functionsNathan Froyd2011-05-061-1/+1
* c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini2011-04-251-0/+4
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-1/+1
* re PR c++/47488 (sorry, unimplemented: string literal in function template si...Jason Merrill2011-03-081-0/+4
* re PR c++/48008 (libstdc++-v3/testsuite/20_util/function/43397.cc fails to as...Jason Merrill2011-03-071-13/+16