This revision was automatically updated to reflect the committed changes.
Closed by commit rL371041: [libclang] Refactored SharedParsedRegionsStorage
(authored by gribozavr, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://r
jkorous accepted this revision.
jkorous added a comment.
This revision is now accepted and ready to land.
Thanks for polishing this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67077/new/
https://reviews.llvm.org/D67077
___
gribozavr created this revision.
Herald added subscribers: cfe-commits, arphaman.
Herald added a project: clang.
gribozavr added a reviewer: jkorous.
Herald added a subscriber: dexonsmith.
Removed the `PPRegionSetTy` typedef because it is only used 3 times, and
obscures code more than it helps.
R