aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-21re PR c++/79535 (ICE in verify_ctor_sanity, at cp/constexpr.c:2636)Marek Polacek1-0/+1
2017-02-11PR c++/77659 - ICE with new and C++14 aggregate NSDMIJason Merrill1-1/+1
2017-02-11PR c++/77790 - ICE with auto function in C++11 modeJason Merrill1-1/+1
2017-02-09PR c++/79316 - default argument in deduction guideJason Merrill1-2/+4
2017-01-31cp-tree.h (instantiate_decl): Make defer_ok bool.Nathan Sidwell1-1/+1
2017-01-31Introduce C++ support in libcc1Alexandre Oliva1-6/+34
2017-01-27re PR c++/64382 (ICE due to use of `this` inside a lambda that captures every...Adam Butcher1-0/+1
2017-01-26re PR c++/68727 (invalid offsetof expressions accepted)Jakub Jelinek1-1/+1
2017-01-24PR c++/78469 - defaulted ctor and inaccessible dtorNathan Sidwell1-0/+2
2017-01-20C++: fix fix-it hints for misspellings within explicit namespacesDavid Malcolm1-1/+2
2017-01-19US 20 - forwarding references and class template argument deductionJason Merrill1-0/+6
2017-01-18PR c++/68666 - member variable template-idJason Merrill1-0/+1
2017-01-18cp-tree.h: Clarify exception spec node comment.Nathan Sidwell1-1/+2
2017-01-17re PR c++/61636 (generic lambda: segfault / "cannot call member function with...Nathan Sidwell1-0/+1
2017-01-08PR c++/78948 - instantiation from discarded statementJason Merrill1-0/+6
2017-01-04re PR c++/66735 ([C++14] lambda init-capture fails for const references)Nathan Sidwell1-1/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill1-0/+5
2016-12-14re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell1-6/+6
2016-12-13re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell1-15/+22
2016-12-07cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER & CPTI_DECLTYPE_AUTO...Nathan Sidwell1-0/+5
2016-11-18PR c++/67631 - list-init and explicit conversionsJason Merrill1-1/+1
2016-11-17PR c++/78124 - list-initialization and inherited ctorJason Merrill1-1/+0
2016-11-16Fix tuple decomposition decltype.Jason Merrill1-0/+1
2016-11-15decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl, set DECL_ASSEMBLE...Jakub Jelinek1-0/+1
2016-11-15PR c++/78358 - tuple decomposition decltypeJason Merrill1-2/+2
2016-11-15Various C++17 decomposition fixes.Jason Merrill1-0/+1
2016-11-14Implement P0217R3 - C++17 structured bindingsJakub Jelinek1-6/+21
2016-11-13DR 374 - specialization in outer namespaceJason Merrill1-0/+1
2016-11-10PR c++/77337 - auto return and lambdaJason Merrill1-1/+3
2016-11-09Implement P0127R2, Declaring non-type parameters with auto.Jason Merrill1-1/+3
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-2/+10
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-5/+16
2016-11-01* class.c (declared_access): Split out from handle_using_decl.Jason Merrill1-0/+1
2016-10-25internal-fn.def (LAUNDER): New internal function.Jakub Jelinek1-0/+2
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill1-2/+21
2016-10-12PR c++/77742 - -Waligned-new and placement new.Jason Merrill1-0/+1
2016-10-08Further P0135 refinement.Jason Merrill1-1/+0
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek1-0/+2
2016-10-06C++17 copy elision improvements.Jason Merrill1-0/+1
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek1-1/+15
2016-10-05Implement P0305R1, Selection statements with initializer.Marek Polacek1-1/+1
2016-10-04Implement P0091R2, Template argument deduction for class templates.Jason Merrill1-0/+9
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-44/+5
2016-09-23Implement P0138R2, C++17 construction rules for enum class valuesJakub Jelinek1-0/+1
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek1-1/+1
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-2/+9
2016-08-29PR c++/77379 - ABI tag on thunkJason Merrill1-1/+1
2016-08-26Avoid calling a trivial default constructor.Jason Merrill1-0/+1
2016-08-10Implement C++17 constexpr if.Jason Merrill1-1/+3