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 33fc684 commit 858d565Copy full SHA for 858d565
include/clang/Interpreter/CppInterOp.h
@@ -718,7 +718,7 @@ namespace Cpp {
718
unsigned complete_column = 1U);
719
720
/// Set libraries autoload.
721
- ///\param[in] autoload - true = libraries autoload is on.
+ ///\param[in] autoload - true to enable library autoload.
722
CPPINTEROP_API void SetLibrariesAutoload(bool autoload = true);
723
724
/// Get libraries autoload status.
0 commit comments