Skip to content

Commit 9527f93

Browse files
authored
[lldb] Add a blurb about not including private headers (#162404)
Add a blurb about not including private headers in the API tests.
1 parent 02572c6 commit 9527f93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/unittests/API/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ add_lldb_unittest(APITests
1010
)
1111

1212
# Build with -Wdocumentation. This relies on the tests including all the API
13-
# headers through API/LLDB.h.
13+
# headers through API/LLDB.h. It also means that the API tests cannot include
14+
# private headers.
1415
check_cxx_compiler_flag("-Wdocumentation"
1516
CXX_SUPPORTS_DOCUMENTATION)
1617
if (CXX_SUPPORTS_DOCUMENTATION)

0 commit comments

Comments
 (0)