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