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.
2 parents 6a6343e + 9527f93 commit 72295b7Copy full SHA for 72295b7
lldb/unittests/API/CMakeLists.txt
@@ -10,7 +10,8 @@ add_lldb_unittest(APITests
10
)
11
12
# Build with -Wdocumentation. This relies on the tests including all the API
13
-# headers through API/LLDB.h.
+# headers through API/LLDB.h. It also means that the API tests cannot include
14
+# private headers.
15
check_cxx_compiler_flag("-Wdocumentation"
16
CXX_SUPPORTS_DOCUMENTATION)
17
if (CXX_SUPPORTS_DOCUMENTATION)
0 commit comments