aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove redundant check of is_soo() while prefetching heap blocks.Abseil Team2024-06-051-1/+1
| | | | | | | | | | PiperOrigin-RevId: 640620462 Change-Id: I72c0a7f0f549404ad8310b8cebd7dd491341390b
| * Demangle ti... and te... expressions (typeid).Chris Mihelich2024-06-052-0/+48
| | | | | | | | | | PiperOrigin-RevId: 640616282 Change-Id: I2aa94673283d89458886f0634adec87bbf0e57de
| * Demangle nx... syntax for noexcept(e) as an expression in a dependent signature.Chris Mihelich2024-06-052-0/+22
| | | | | | | | | | PiperOrigin-RevId: 640590102 Change-Id: I2641cddd35119062328a197162bb700d8309fc05
| * Demangle alignof expressions, at... and az....Chris Mihelich2024-06-052-0/+44
| | | | | | | | | | PiperOrigin-RevId: 640568425 Change-Id: Id63142ff2e94d7f7ee16367f34a2e4ae81c29b4e
| * Demangle C++17 structured bindings, DC...E.Chris Mihelich2024-06-052-0/+24
| | | | | | | | | | PiperOrigin-RevId: 640547784 Change-Id: Ib230993a358f89258367a1c10271c47be3b724e5
| * Demangle modern _ZGR..._ symbols.Chris Mihelich2024-06-052-3/+36
| | | | | | | | | | PiperOrigin-RevId: 640517212 Change-Id: Ideaaf45d2104a3c82cc9b6807894554335e5b904
| * Remove redundant check of is_soo() while prefetching heap blocks.Abseil Team2024-06-041-1/+1
| | | | | | | | | | PiperOrigin-RevId: 640359514 Change-Id: Ic321d23cad283425c686536ae7be04a490a950d5
| * Demangle sizeof...(pack captured from an alias template), sP ... E.Chris Mihelich2024-06-042-0/+26
| | | | | | | | | | PiperOrigin-RevId: 640314320 Change-Id: I1020879b354c75558d3dba064bb3ea13bd667227
| * Demangle types nested under vendor extended types.Chris Mihelich2024-06-042-1/+39
| | | | | | | | | | PiperOrigin-RevId: 640284003 Change-Id: I3ad2d971383513c7eeb5e3179e50c036cf7aa020
| * Demangle il ... E syntax (braced list other than direct-list-initialization).Chris Mihelich2024-06-042-0/+69
| | | | | | | | | | PiperOrigin-RevId: 640242497 Change-Id: I5574281110ddb27a6ee8d902dae90be6be6c0886
| * Avoid signed overflow for Ed <number> _ manglings with large <number>s.Chris Mihelich2024-06-042-0/+33
| | | | | | | | | | PiperOrigin-RevId: 640213246 Change-Id: Ib0dcf34d52566bfd0e3e9129c4438954aedab8ec
| * Remove redundant check of is_soo() while prefetching heap blocks.Abseil Team2024-06-041-1/+1
| | | | | | | | | | PiperOrigin-RevId: 640208455 Change-Id: I4c2b7d3f1adad2078e8a5f805574f71c4d7743d4
| * Remove obsolete TODOAbseil Team2024-06-041-1/+0
| | | | | | | | | | PiperOrigin-RevId: 640138527 Change-Id: I650dd91d76824cfd3a57b36eca282f41b3667125
| * Clarify function comment for `erase` by stating that this idiom only works ↵Abseil Team2024-06-031-1/+1
| | | | | | | | | | | | | | | | | | for "some" standard containers. If you use this idiom with `std::vector` or `absl::btree_map` you can end up either skipping elements or dereferencing an invalid iterator. PiperOrigin-RevId: 639892758 Change-Id: Ic5c213667b4b1e8c39813ee237aaffe320a8eb27
| * Move SOVERSION to global CMakeLists, apply SOVERSION to DLLAbseil Team2024-05-314-15/+20
| | | | | | | | | | | | | | So that multiple LTS builds can co-exist. PiperOrigin-RevId: 639154515 Change-Id: Id34d6fbef823151a4f3c73cf7b9b340257eadd63
| * Set ABSL_HAVE_THREAD_LOCAL to 1 on all platformsDerek Mauro2024-05-311-38/+3
| | | | | | | | | | | | | | | | | | | | thread_local is supported on all supported platforms https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md ABSL_HAVE_THREAD_LOCAL should be considered deprecated at this point. PiperOrigin-RevId: 639029951 Change-Id: I6525766c428f897fa50148e5c6b5a0f3fff0d9be
| * Demangle constrained auto types (Dk <type-constraint>).Chris Mihelich2024-05-302-3/+23
| | | | | | | | | | PiperOrigin-RevId: 638831461 Change-Id: Ie30ff381e7d74a40a689b52e66b2e8bb81e0fda6
| * Parse <discriminator> more accurately.Chris Mihelich2024-05-302-2/+59
| | | | | | | | | | PiperOrigin-RevId: 638778076 Change-Id: I97b9bab2d1b6f87d2f449777145f932949d61a38
| * Demangle lambdas in class member functions' default arguments.Chris Mihelich2024-05-302-5/+59
| | | | | | | | | | PiperOrigin-RevId: 638723132 Change-Id: I26ef4dbcb1b965a9d8c2f6092ccb51cf3575ba22
| * Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E.Chris Mihelich2024-05-292-2/+41
| | | | | | | | | | PiperOrigin-RevId: 638430573 Change-Id: Ifc4d93bc4ea30951404546436f5397c8fb1bda57
| * Do not make std::filesystem::path hash available for macOS <10.15Abseil Team2024-05-291-1/+3
| | | | | | | | | | | | | | | | C++17 <filesystem> is only available on macOS 10.15 and newer, so do not enable this feature on older versions. PiperOrigin-RevId: 638348906 Change-Id: I5e12db47513f7f8aeb9e55a3e253c866ec046d47
| * Include flags in DLL build (non-Windows only)Abseil Team2024-05-291-0/+57
| | | | | | | | | | | | | | On Windows flags will likely never be compatible due to the typeid issues. PiperOrigin-RevId: 638326696 Change-Id: If605d612af2efa4d60483ca4a03daf58511eda51
| * Enable building monolithic shared library on macOS and Linux.Abseil Team2024-05-296-58/+111
| | | | | | | | | | PiperOrigin-RevId: 638284938 Change-Id: I4189215d85862a8eeaff5c477ff2e47252fa52d3
| * Demangle Clang's last-resort notation _SUBSTPACK_.Chris Mihelich2024-05-292-1/+39
| | | | | | | | | | PiperOrigin-RevId: 638283381 Change-Id: Icdd46801f530bd4e8083777c14c78593fd6e111d
| * Demangle C++ requires-expressions with parameters (rQ ... E).Chris Mihelich2024-05-292-0/+19
| | | | | | | | | | PiperOrigin-RevId: 638266358 Change-Id: I8a750a53d5e98bc3ad3b6d36661789d97d6efb0a
| * Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))).Chris Mihelich2024-05-292-2/+62
| | | | | | | | | | PiperOrigin-RevId: 638244694 Change-Id: I80393c6c00f1554057a915e0d71f88b7d899818c
| * Demangle static_cast and friends.Chris Mihelich2024-05-292-0/+83
| | | | | | | | | | PiperOrigin-RevId: 638232699 Change-Id: I134905927ba72eaa5eaf821bb5535942746a3672
| * Demangle decltype(expr)::nested_type (NDT...E).Chris Mihelich2024-05-282-1/+18
| | | | | | | | | | PiperOrigin-RevId: 638094845 Change-Id: I189ce357ccecbe6f341a311e405f9189bf6c0fee
| * Optimize GrowIntoSingleGroupShuffleControlBytes.Connal de Souza2024-05-281-50/+100
| | | | | | | | | | | | | | This implementation is designed to avoid needing to copy to an intermediate buffer and then read from it again, which is an expensive Read-after-Write hazard. PiperOrigin-RevId: 638071429 Change-Id: I390b4d38b8c1bd7fffba3d403baba6f1511555b0
| * Demangle C++17 fold-expressions.Chris Mihelich2024-05-282-0/+84
| | | | | | | | | | PiperOrigin-RevId: 638068943 Change-Id: I7ffe7df900ec4854d8712885d212854b31e79fea
| * Demangle thread_local helper functions.Chris Mihelich2024-05-282-4/+33
| | | | | | | | | | PiperOrigin-RevId: 638039514 Change-Id: I623d87e91ebe0a1166fee175151179b61ef54249
| * Demangle lambdas with explicit template arguments (UlTy and similar forms).Chris Mihelich2024-05-282-1/+48
| | | | | | | | | | PiperOrigin-RevId: 638019038 Change-Id: I96a87e4736677df9d44520e4510e089a27372765
| * Demangle &-qualified function types.Chris Mihelich2024-05-282-8/+39
| | | | | | | | | | PiperOrigin-RevId: 637972935 Change-Id: Ia684f7761b2a98a0d9d5ae096daba34e9140aa22
| * Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo").Chris Mihelich2024-05-282-4/+49
| | | | | | | | | | PiperOrigin-RevId: 637958502 Change-Id: If81eba9729c16b5d5ac7187cf74738d8aaace367
| * Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y).Chris Mihelich2024-05-282-1/+11
| | | | | | | | | | PiperOrigin-RevId: 637934582 Change-Id: Ie89b4317b11adba058dd999800e514eff49d4d69
| * Add missing targets to ABSL_INTERNAL_DLL_TARGETSAbseil Team2024-05-261-0/+3
| | | | | | | | | | | | | | Include targets that are already included in ABSL_INTERNAL_DLL_FILES. PiperOrigin-RevId: 637498166 Change-Id: I7c5714a962b515a96b6e9e55bb8854b9f303180c
| * Build abseil_test_dll with ABSL_BUILD_TESTINGAbseil Team2024-05-262-3/+2
| | | | | | | | | | | | | | | | | | ... even if ABSL_BUILD_TEST_HELPERS is not specified. When not using ABSL_BUILD_DLL, tests builds even if ABSL_BUILD_TEST_HELPERS is not specified. Make this work for ABSL_BUILD_DLL, by ensuring that (BUILD_TESTING AND ABSL_BUILD_TESTING) triggers abseil_test_dll build. PiperOrigin-RevId: 637493023 Change-Id: Icd5868c547365f4788caac47e002fbfc32a03e94
| * Demangle C++ requires-expressions without parameters (rq ... E).Chris Mihelich2024-05-242-0/+135
| | | | | | | | | | PiperOrigin-RevId: 637052089 Change-Id: I8e22c2479749c05d8ca5f9e8eeba480a93da2d18
| * overload: make the constructor constexprAbseil Team2024-05-242-1/+15
| | | | | | | | | | PiperOrigin-RevId: 637029703 Change-Id: I58b4c3a3f1aab3062b51d15c5b9fecfd3ca3193a
| * Update Abseil CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3Derek Mauro2024-05-241-2/+2
| | | | | | | | | | PiperOrigin-RevId: 637008207 Change-Id: I6df357c4b2257b0ee834b2a48a04331b5f677c92
| * Workaround symbol resolution bug in Clang 19Derek Mauro2024-05-242-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang 19 seems to see the old usage of absl::string_internal::HasAbslStringify in GoogleTest 1.14.0 and incorrectly resolves absl::HasAbslStringify sometimes. This issue is fixed when a version of GoogleTest that removes absl::string_internal::HasAbslStringify is used. This workaround is ugly but will be removed after the next GoogleTest release. PiperOrigin-RevId: 636993564 Change-Id: Ic166edbd4ddc2c716afbedec34be629cfc988e00
| * Workaround bogus GCC14 -Wmaybe-uninitialized warningDerek Mauro2024-05-241-8/+8
| | | | | | | | | | PiperOrigin-RevId: 636992927 Change-Id: I4da3be41a5961d0828eec7ac5c67b299a2e0f237
| * Silence a bogus GCC14 -Warray-bounds warningDerek Mauro2024-05-241-0/+10
| | | | | | | | | | PiperOrigin-RevId: 636990118 Change-Id: Ib90ed852b899a976679a8eb6352a9161c27e17ce
| * Forbid absl::Uniform<absl::int128>(gen)Justin Bassett2024-05-244-16/+64
| | | | | | | | | | | | std::is_signed can't be specialized, so this actually lets through non-unsigned types where the types are not language primitives (i.e. it lets absl::int128 through). However, std::numeric_limits can be specialized, and is indeed specialized, so we can use that instead. PiperOrigin-RevId: 636983590 Change-Id: Ic993518e9cac7c453b08deaf3784b6fba49f15d0
| * Use IN_LIST to replace list(FIND) + > -1Abseil Team2024-05-241-12/+2
| | | | | | | | | | PiperOrigin-RevId: 636945786 Change-Id: I2ea027baab08c05c213648b24a1a59ecdacfcf32
| * Recognize C++ vendor extended expressions (e.g., u9__is_same...E).Chris Mihelich2024-05-242-0/+20
| | | | | | | | | | PiperOrigin-RevId: 636911360 Change-Id: I525e25b90b91712b95ab7499425de85610ff9115
| * `overload_test`: Remove a few unnecessary trailing return typesDino Radakovic2024-05-231-6/+4
| | | | | | | | | | | | | | | | | | | | `absl::StrCat` always returns a `std::string`. Specifying it using a trailing return type does not help. Tests are documentation, and they should be consistent with [the google style guide](https://google.github.io/styleguide/cppguide.html#trailing_return). For example, this is different than `-> absl::string_view` and returning string literals, where it is actually a load-bearing change. PiperOrigin-RevId: 636705683 Change-Id: I0d84a562a59bc0c16be01dd2ae5538adb401432e
| * Demangle the C++ this pointer (fpT).Chris Mihelich2024-05-232-3/+27
| | | | | | | | | | PiperOrigin-RevId: 636695970 Change-Id: I22d6f13271ab965563f1f575d9d7ba0ed1af466d
| * Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals.Chris Mihelich2024-05-232-4/+12
| | | | | | | | | | PiperOrigin-RevId: 636682763 Change-Id: I9e5fd6827cb780c288ff5af54643ee4fbbaca6d5
| * Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER ↵Abseil Team2024-05-231-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | attributes to Abseil. This will enable diagnoses similar to those enabled by ABSL_ATTRIBUTE_LIFETIME_BOUND. See the following links for details: https://reviews.llvm.org/D64448 https://lists.llvm.org/pipermail/cfe-dev/2018-November/060355.html PiperOrigin-RevId: 636650605 Change-Id: Iab3a768d57775863addcf0a7c773551ee8f424c6