[clang] [HLSL] Add RasterizerOrderedStructuredBuffer definition to HLSLExternalSemaSource (PR #113648)

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 5 11:12:34 PST 2024


================
@@ -559,7 +559,7 @@ class CompilerInstance : public ModuleLoader {
   bool hasSema() const { return (bool)TheSema; }
 
   Sema &getSema() const {
-    assert(TheSema && "Compiler instance has no Sema object!");
----------------
hekota wrote:

Oops, this should not be there! :)

https://github.com/llvm/llvm-project/pull/113648


More information about the cfe-commits mailing list