Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: include/clang/Basic/Builtins.def

Issue 887223008: Rebased localmods in clang to 223109. (Closed)
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « codereview.settings ('k') | lib/Basic/Targets.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/clang/Basic/Builtins.def
diff --git a/include/clang/Basic/Builtins.def b/include/clang/Basic/Builtins.def
index dc668a161cb11d98c4725eea80909662dc34da9f..62fd52056d4a999cb7c580edf5d39821472c0ee1 100644
--- a/include/clang/Basic/Builtins.def
+++ b/include/clang/Basic/Builtins.def
@@ -1228,6 +1228,11 @@ BUILTIN(__builtin_addressof, "v*v&", "nct")
BUILTIN(__builtin_operator_new, "v*z", "c")
BUILTIN(__builtin_operator_delete, "vv*", "n")
+// @LOCALMOD-BEGIN
+// NaCl builtins.
+BUILTIN(__nacl_atomic_is_lock_free, "bzvCD*", "n")
+// @LOCALMOD-END
+
#undef BUILTIN
#undef LIBBUILTIN
#undef LANGBUILTIN
« no previous file with comments | « codereview.settings ('k') | lib/Basic/Targets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698