summaryrefslogtreecommitdiff
path: root/clang/unittests/StaticAnalyzer/RangeSetTest.cpp
AgeCommit message (Expand)Author
2025-10-17[clang] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163914)Kazu Hirata
2024-09-14[clang] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE1994
2023-01-24Fix C++11 warnings in RangeSetTest.cppPhilipp Tomsich
2022-07-05[Clang][unittests] Silence trucation warning with MSVC 2022Alexandre Ganea
2022-04-19[analyzer] Implemented RangeSet::Factory::castTo function to perform promotio...Denys Petrov
2021-12-10[analyzer] Implemented RangeSet::Factory::unite function to handle intersecti...Denys Petrov
2021-06-11[ADT] Remove APInt/APSInt toString() std::string variantsSimon Pilgrim
2021-05-17Put back the trailing commas on TYPED_TEST_SUITEBenjamin Kramer
2021-05-14Bump googletest to 1.10.0Benjamin Kramer
2021-03-22[analyzer] Don't include private gtest headersDmitri Gribenko
2021-03-22[analyzer][solver] Redesign constraint ranges data structureValeriy Savchenko
2020-05-25[analyzer] Improved RangeSet::Negate support of unsigned rangesDenys Petrov