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 47820b1 commit f130351Copy full SHA for f130351
lldb/unittests/API/CMakeLists.txt
@@ -8,7 +8,8 @@ add_lldb_unittest(APITests
8
)
9
10
# Build with -Wdocumentation. This relies on the tests including all the API
11
-# headers through API/LLDB.h.
+# headers through API/LLDB.h. It also means that the API tests cannot include
12
+# private headers, including anything from from TestingSupport.
13
check_cxx_compiler_flag("-Wdocumentation"
14
CXX_SUPPORTS_DOCUMENTATION)
15
if (CXX_SUPPORTS_DOCUMENTATION)
0 commit comments