From ba26c2d7020b41e0d348c7235f86a4232982ab9e Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 15 Oct 2024 14:21:21 -0700 Subject: Add stdlib documentation for attributes and interfaces. (#5297) * Add stdlib documentation for attributes and interfaces. * Fix name mangling to avoid collision of functions in different extensions. * Fix doc. --- source/slang/slang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/slang.cpp') diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp index 586a38b54..313e94439 100644 --- a/source/slang/slang.cpp +++ b/source/slang/slang.cpp @@ -5858,7 +5858,7 @@ void Session::addBuiltinSource( SLANG_UNEXPECTED("error in Slang standard library"); } - + // Compiling stdlib should not yield any warnings. SLANG_ASSERT(sink.outputBuffer.getLength() == 0); -- cgit v1.2.3