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 1bd9148 + 9527f93 commit cb79f5bCopy full SHA for cb79f5b
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