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