[PATCH] D91979: [Clang][Attr] Introduce the `assume` function attribute

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 08:52:34 PST 2020


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM (found one very minor late nit in a cmake file though). Thank you for the discussion on this!



================
Comment at: clang/lib/Sema/CMakeLists.txt:3
   FrontendOpenMP
+  Core
   Support
----------------
Might as well keep this list alphabetized.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91979/new/

https://reviews.llvm.org/D91979



More information about the llvm-commits mailing list