aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill1-0/+1
2016-08-09Adjust mangling of ABI tags on class template member functions.Jason Merrill1-0/+1
2016-08-09Implement C++17 constexpr lambda.Jason Merrill1-0/+3
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-5/+6
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-18/+20
2016-07-15PR c++/71711 - mangle C++1z fold-expressions.Jason Merrill1-5/+5
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-4/+0
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill1-0/+5
2016-07-08Rename lvalue_or_rvalue_with_address_p to glvalue_p.Jason Merrill1-1/+1
2016-06-15re PR c++/70202 (ICE on invalid code on x86_64-linux-gnu in build_simple_base...Paolo Carlini1-1/+1
2016-06-14P0145R2: Refining Expression Order for C++.Jason Merrill1-5/+22
2016-05-30re PR c++/71238 (Undeclared function message imprecisely points to error column)Paolo Carlini1-2/+3
2016-05-26Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)Patrick Palka1-5/+5
2016-05-25Fix comment.Jason Merrill1-1/+1
2016-05-25PR c++/71173 - wrong qualified lookupJason Merrill1-1/+2
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-1/+2
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-6/+20
2016-05-02c-common.h (enum c_omp_region_type): Define.Cesar Philippidis1-2/+1