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 858d755 commit 2c72b41Copy full SHA for 2c72b41
lldb/cmake/modules/LLDBFramework.cmake
@@ -44,6 +44,9 @@ else()
44
XCODE_ATTRIBUTE_MACOSX_DEPLOYMENT_TARGET "${MACOSX_DEPLOYMENT_TARGET}")
45
endif()
46
47
+# Add -Wdocumentation parameter
48
+set(CMAKE_XCODE_ATTRIBUTE_CLANG_WARN_DOCUMENTATION_COMMENTS "YES")
49
+
50
# Apart from this one, CMake creates all required symlinks in the framework bundle.
51
add_custom_command(TARGET liblldb POST_BUILD
52
COMMAND ${CMAKE_COMMAND} -E create_symlink
0 commit comments