Commit cc1e9962 by Nicolas Capens

Fix Clang compilation.

Change-Id: I127217b26f95598ae6debd8b8b898c200d310135 Reviewed-on: https://swiftshader-review.googlesource.com/2500Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 18d5ef97
...@@ -424,7 +424,7 @@ public: ...@@ -424,7 +424,7 @@ public:
insertBuiltIn(level, EOpNull, rvalue, name, ptype1, ptype2, ptype3, ptype4); insertBuiltIn(level, EOpNull, rvalue, name, ptype1, ptype2, ptype3, ptype4);
} }
TSymbol *find(const TString &name, int shaderVersion, bool *builtIn = false, bool *sameScope = false) const; TSymbol *find(const TString &name, int shaderVersion, bool *builtIn = nullptr, bool *sameScope = nullptr) const;
TSymbol *findBuiltIn(const TString &name, int shaderVersion) const; TSymbol *findBuiltIn(const TString &name, int shaderVersion) const;
TSymbolTableLevel *getOuterLevel() const TSymbolTableLevel *getOuterLevel() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment