summaryrefslogtreecommitdiff
path: root/unittests/Tooling/RangeSelectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum2019-10-161-4/+4
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-101-1/+1
* [libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.Yitzhak Mandelbaum2019-09-201-0/+54
* [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