[PATCH] D53514: os_log: make buffer size an integer constant expression.

Tim Northover via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 1 09:40:16 PDT 2018


t.p.northover reopened this revision.
t.p.northover added a comment.
This revision is now accepted and ready to land.

Turns out I neglected the layering between libclangAST and libclangAnalysis so I've reverted for now. For this to work I think we need to move the OSLog helpers into libclangAST. I'll put together a new patch and upload it.


Repository:
  rC Clang

https://reviews.llvm.org/D53514





More information about the cfe-commits mailing list