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

Unified Diff: third_party/WebKit/Source/wtf/AddressSanitizer.h

Issue 2386843002: reflow comments in wtf (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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 | « third_party/WebKit/Source/wtf/ASCIICType.h ('k') | third_party/WebKit/Source/wtf/Allocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/AddressSanitizer.h
diff --git a/third_party/WebKit/Source/wtf/AddressSanitizer.h b/third_party/WebKit/Source/wtf/AddressSanitizer.h
index 2b81bc03aaed66e3f1fcc01fc6168d58d5946281..74b244708c91c5df4b1f53e0817bfa5c5e3d2d47 100644
--- a/third_party/WebKit/Source/wtf/AddressSanitizer.h
+++ b/third_party/WebKit/Source/wtf/AddressSanitizer.h
@@ -29,9 +29,9 @@
#endif
// TODO(sof): Have to handle (ADDRESS_SANITIZER && _WIN32) differently as it
-// uses both Clang (which supports the __attribute__ syntax) and CL (which doesn't)
-// as long as we use "clang-cl /fallback". This shouldn't be needed when Clang
-// handles all the code without falling back to CL.
+// uses both Clang (which supports the __attribute__ syntax) and CL (which
+// doesn't) as long as we use "clang-cl /fallback". This shouldn't be needed
+// when Clang handles all the code without falling back to CL.
#if defined(ADDRESS_SANITIZER) && (!OS(WIN) || COMPILER(CLANG))
#define NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
#define NO_LAZY_SWEEP_SANITIZE_ADDRESS NO_SANITIZE_ADDRESS
« no previous file with comments | « third_party/WebKit/Source/wtf/ASCIICType.h ('k') | third_party/WebKit/Source/wtf/Allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698