We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b19c92 commit cf22f1cCopy full SHA for cf22f1c
compiler-rt/test/asan/TestCases/inline.cpp
@@ -3,8 +3,9 @@
3
// Test that no_sanitize_address attribute applies even when the function would
4
// be normally inlined.
5
//
6
+// MSVC doesn't apply __declspec(no_sanitize_address) to inlined functions
7
+// (i.e. it contains this bug)
8
// XFAIL: msvc
-// ^ MSVC has this bug
9
10
#include "defines.h"
11
#include <stdlib.h>
0 commit comments