[PATCH] D46328: [X86] Mark all x86 specific builtins as nothrow.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 1 11:55:23 PDT 2018


craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel, echristo.

I believe all of the x86 builtins should be considered nothrow.

I've left the incssp builtins alone because I think its current attributes are wrong and I'm following up with the contributor for that.

I plan to start adding const as well, but that requires more careful auditing.


Repository:
  rC Clang

https://reviews.llvm.org/D46328

Files:
  include/clang/Basic/BuiltinsX86.def
  include/clang/Basic/BuiltinsX86_64.def

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46328.144763.patch
Type: text/x-patch
Size: 266227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180501/3235be08/attachment-0001.bin>


More information about the cfe-commits mailing list