aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1712/+0
2022-01-03c++: Support &typeid(x) == &typeid(y) and typeid(x) == typeid(y) in constant ...Jakub Jelinek1-0/+9
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-09-15c++: don't predeclare std::type_info [PR48396]Jason Merrill1-43/+52
2021-06-24cp: add support for per-location warning groups.Martin Sebor1-2/+2
2021-05-18c++: ICE with bad definition of decimal32 [PR100261]Jason Merrill1-1/+1
2021-03-02PR c++/99251 - inconsistent -Wnonnull warning behaviour with dynamic_castMartin Sebor1-9/+15
2021-02-08c++: cross-module __cxa_atexit use [PR 98531]Nathan Sidwell1-18/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-09c++: Decl module-specific semantic processingNathan Sidwell1-6/+10
2020-12-02c++: RTTI accessors for modulesNathan Sidwell1-2/+32
2020-11-03c++: rtti cleanupsNathan Sidwell1-40/+48
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell1-8/+3
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell1-1/+1
2020-07-14c++: Comments & formattingNathan Sidwell1-1/+2
2020-02-14c++: Emit DFP typeinfos even when DFP is disabled [PR92906]Jakub Jelinek1-0/+14
2020-01-14 PR c++/92009 - ICE with punning of typeid.Jason Merrill1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-29PR c++/88337 - Implement P1327R1: Allow dynamic_cast in constexpr.Marek Polacek1-0/+1
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