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 ba0183e commit c7d88c0Copy full SHA for c7d88c0
include/clang/Interpreter/CppInterOp.h
@@ -731,7 +731,7 @@ namespace Cpp {
731
unsigned complete_column = 1U);
732
733
/// Set libraries autoload.
734
- ///\param[in] autoload - true = libraries autoload is on.
+ ///\param[in] autoload - true to enable library autoload.
735
CPPINTEROP_API void SetLibrariesAutoload(bool autoload = true);
736
737
/// Get libraries autoload status.
0 commit comments