summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/37276jason2012-11-151-2/+0
* 2012-11-13 Sriraman Tallam <tmsriram@google.com>tmsriram2012-11-131-2/+5
* Implement a flag -fext-numeric-literals that allows control of whether GNUemsr2012-11-101-2/+2
* Add C++ attribute abi_tag and -Wabi-tag option.jason2012-11-091-0/+4
* Function Multiversioningtmsriram2012-11-061-1/+45
* /cppaolo2012-10-181-0/+5
* /cppaolo2012-10-121-1/+1
* * cp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual functions.jason2012-10-111-1/+1
* * decl.c (grokdeclarator): Set DECL_GNU_TLS_P for static datajason2012-10-111-1/+5
* Allow dynamic initialization of thread_locals.jason2012-10-081-10/+5
* Support C++11 thread_local destructors.jason2012-10-081-44/+73
* Partial implementation of C++11 thread_local.jason2012-10-081-24/+66
* PR c++/53528 C++11 attribute supportdodji2012-10-081-6/+79
* 2012-10-07 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-10-071-1/+1
* cp/jakub2012-10-051-29/+73
* * decl.c (check_initializer): Set DECL_NONTRIVIALLY_INITIALIZED_Pjason2012-10-011-2/+6
* * cp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at the name.jason2012-10-011-1/+0
* PR c++/29028 - Missed unused warning on using declarationdodji2012-09-281-20/+26
* PR c++/53551 - -Wunused-local-typedefs misses usesdodji2012-09-281-1/+3
* Finish conversion of uses of double_int to the new API.crowl2012-09-241-8/+4
* * decl.c (get_atexit_node): Remove dead code.jason2012-09-241-1/+0
* 2012-09-14 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-141-2/+4
* 2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-131-1/+1
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-9/+7
* PR c++/54506jason2012-09-101-6/+19
* * decl.c (reshape_init_class): Avoid dereferencing agerald2012-09-091-1/+1
* /cppaolo2012-09-051-1/+1
* PR c++/54441jason2012-09-051-0/+10
* PR c++/54198jason2012-09-041-0/+2
* PR c++/18747jason2012-08-311-33/+1
* * friend.c (make_friend_class): Handle template template parameters.jason2012-08-311-3/+9
* * decl.c (cp_finish_decl): Check for invalid multiple initializersjason2012-08-311-2/+9
* * decl.c (compute_array_index_type): Use type_dependent_expression_p.jason2012-08-231-5/+4
* /cppaolo2012-08-201-5/+5
* Fix -ftime-report for C++ lookup.dnovillo2012-08-201-2/+2
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-5/+5
* 2012-07-31 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-07-311-1/+2
* 2012-07-25 Sandra Loosemore <sandra@codesourcery.com>sandra2012-07-251-1/+2
* PR c++/54086jason2012-07-251-2/+0
* * cp-tree.h (tsubst_flags): Remove tf_no_access_control.jason2012-07-251-13/+2
* DR 1170jason2012-07-191-6/+8
* PR c++/53995jason2012-07-181-1/+1
* * decl.c (xref_basetypes): Complain about incomplete template base.jason2012-07-171-1/+8
* gcc/steven2012-07-081-1/+1
* PR c++/53848jason2012-07-041-8/+1
* PR c++/53524jason2012-07-021-1/+1
* * parser.c (cp_parser_check_for_invalid_template_id): tag_type parm.jason2012-06-271-0/+1
* gcc/steven2012-06-181-9/+2
* gcc/testsuite/ChangeLogfabien2012-06-071-0/+6
* /cppaolo2012-06-061-8/+10