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 ba7f52c commit 81e9a3cCopy full SHA for 81e9a3c
clang/test/Interpreter/pretty-print.c
@@ -3,6 +3,9 @@
3
// RUN: cat %s | clang-repl -Xcc -xc | FileCheck %s
4
// RUN: cat %s | clang-repl -Xcc -std=c++11 | FileCheck %s
5
6
+// Fails with `Symbols not found: [ __clang_Interpreter_SetValueNoAlloc ]`.
7
+// UNSUPPORTED: hwasan
8
+
9
const char* c_str = "Hello, world!"; c_str
10
11
// CHECK: Not implement yet.
0 commit comments