aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-08re PR c++/59614 (Explostion in compile time of heavily templated code)Jason Merrill1-0/+2
2014-01-07re PR c++/58965 ([c++11] ICE with member initializer in static union)Jason Merrill1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-29/+14
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-5/+5
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+30
2013-07-29mangle.c (write_name): Check for null context.Jason Merrill1-6/+8
2013-07-21class.c: Fix typos.Ondřej Bílka1-1/+1
2013-04-22* mangle.c (write_type): Mangle decltype(auto).Jason Merrill1-1/+4
2013-04-03cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill1-2/+10
2013-04-02re PR c++/56821 (Unable to overload with references to 'this'.)Jason Merrill1-4/+33
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-2/+2
2013-03-29cp-tree.h (AUTO_IS_DECLTYPE): New.Jason Merrill1-0/+2
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-2/+2
2013-03-27call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis1-1/+1
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-3/+3
2013-02-14re PR c++/55223 ([C++11] Default lambda expression of a templated class member)Jason Merrill1-1/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-14/+14
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill1-8/+60
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill1-6/+53
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-1/+7
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-4/+3
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-3/+3
2012-06-26re PR c++/53752 (ice in write_array_type)Richard Guenther1-0/+3
2012-06-11re PR c++/53605 (Compiler ICEs in size_binop_loc)Richard Guenther1-2/+4
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-1/+1
2012-04-15re PR c++/52706 ([C++11] Demangling of templates with std::nullptr_t as non-t...Jason Merrill1-0/+2
2012-03-21mangle.c (write_type): Handle 'auto'.Jason Merrill1-0/+7
2012-03-07re PR c++/52521 ([C++11] user defined literals and order of declaration)Jason Merrill1-6/+4
2012-03-03mangle.c (write_nested_name): Use decl_mangling_context.Jason Merrill1-3/+3
2012-03-03re PR c++/36797 (ICE mangling __is_empty)Jason Merrill1-1/+11
2012-01-16re PR c++/51854 (ICE in mangle.c with literal of complex floating type)Jakub Jelinek1-0/+19
2012-01-16re PR c++/51827 (Error: 'FOO' conflicts with a previous declaration, with PCH...Jason Merrill1-1/+15
2012-01-12re PR c++/48051 (sorry, unimplemented: mangling overload)Jason Merrill1-4/+16
2012-01-11re PR c++/51818 ([C++0x] Name mangling error using lambda expressions in GCC47)Jason Merrill1-2/+2
2012-01-06re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill1-7/+134
2012-01-06mangle.c (mangle_decl): Don't generate mangling aliases for maybe-in-charge [...Jason Merrill1-1/+4
2011-11-04typeck.c (build_indirect_ref): Use ATTRIBUTE_UNUSED.Paolo Carlini1-1/+1
2011-11-04re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill1-0/+5
2011-10-31mangle.c (get_mangled_id): Factor from ...Diego Novillo1-2/+10
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+20
2011-09-30re PR c++/44473 (iterators already defined for std::vector when using std::de...Janis Johnson1-5/+6
2011-08-28Core DR 342 PR c++/48582Jason Merrill1-20/+26
2011-08-23Core 975Jason Merrill1-1/+1
2011-08-18Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773)Rainer Orth1-1/+6
2011-08-01re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill1-0/+7
2011-07-11re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill1-2/+2
2011-07-04DR 1207 PR c++/49589Jason Merrill1-0/+5