aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini1-14/+24
2019-11-22PR c++/88337 - P1327R1: Allow polymorphic typeid in constexpr.Marek Polacek1-2/+0
2019-11-15typeck.c (cp_truthvalue_conversion): Add tsubst_flags_t parameter and use it ...Paolo Carlini1-1/+1
2019-11-05Various small C++ changes.Jason Merrill1-1/+1
2019-10-24[C++ PATCH] 'std' identifier not neededNathan Sidwell1-2/+2
2019-10-21PR c++/83434 - typeinfo for noexcept function lacks noexcept informationKamlesh Kumar1-4/+4
2019-06-27Remove quite obvious dead assignments.Martin Liska1-2/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-6/+6
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini1-2/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-2/+2
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-11re PR c++/87547 (G++ reports bad type names for bit-field members)Jakub Jelinek1-1/+1
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-1/+1
2018-05-23Fix cast to rvalue reference from prvalue.Jason Merrill1-5/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-13Defer folding of *&.Jason Merrill1-5/+4
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-3/+3
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-4/+4
2017-07-14c/c++: Add fix-it hints for suggested missing #includesDavid Malcolm1-1/+7
2017-06-27cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...Nathan Sidwell1-1/+1
2017-06-16Fix keyboard flub.Nathan Sidwell1-1/+1
2017-06-16Make rtti lazierNathan Sidwell1-231/+238
2017-05-11Revert pushdecl_top_level_and_finish name change.Nathan Sidwell1-2/+2
2017-05-11cp-tree.h (pushdecl, [...]): Move declarations to ...Nathan Sidwell1-2/+2
2017-05-05cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value.Nathan Sidwell1-11/+19
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-0/+8
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-29rtti.c (involves_incomplete_p): Add fall through comment.Marek Polacek1-1/+1
2016-08-09re PR c++/72809 (ICE on x86_64-linux-gnu (Segmentation fault, tree_check))Jakub Jelinek1-1/+2
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-02-19re PR c++/69850 (unnecessary -Wnonnull-compare warning)Jakub Jelinek1-6/+7
2016-02-10re PR c++/68926 (decltype and sfinae to check for template instance availabil...Jason Merrill1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17re PR c++/67576 (expression of typeid( expression ) is evaluated twice)Jason Merrill1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+4
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+5
2015-08-19remove more useless typedefsTrevor Saunders1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-16call.c (build_op_delete_call, [...]): Check mark_used return value.Paolo Carlini1-2/+4
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-6/+3
2014-11-18re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse1-0/+2
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-1/+6