Files
clang-p2996/clang/include
erichkeane 9189d84abb [NFC] Change the return type of getTraversalScope to ArrayRef
This is only used in 2 places, both just to search through the list, so
returning a copy was wasteful.  This patch changes it to return an
`ArrayRef` so that a copy isn't made.
2025-03-06 07:04:34 -08:00
..