summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/RangeSelectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LibTooling] Add `before` and `after` selectors for selecting point-ranges re...Yitzhak Mandelbaum2019-05-291-3/+54
* Try to fix build with older gccs after r361152Nico Weber2019-05-211-2/+3
* Renamed `apply` to `select` to avoid ADL conflict with `std::apply`Dmitri Gribenko2019-05-201-37/+37
* [LibTooling] Fix build break in test after r361152.Yitzhak Mandelbaum2019-05-201-1/+2
* [LibTooling] Add RangeSelector library for defining source ranges based on bo...Yitzhak Mandelbaum2019-05-201-0/+496
OpenPOWER on IntegriCloud