mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-25 09:17:37 +08:00
Update release
This commit is contained in:
@@ -6736,6 +6736,9 @@ Bootstrap
|
||||
.\PARSING\PARSINGSTATE.CPP
|
||||
***********************************************************************/
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wnull-dereference"
|
||||
|
||||
namespace vl
|
||||
{
|
||||
namespace parsing
|
||||
@@ -7848,6 +7851,8 @@ ParsingTransitionCollector
|
||||
}
|
||||
}
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
.\PARSING\PARSINGTABLE.CPP
|
||||
@@ -8149,6 +8154,9 @@ ParsingTable::TransitionItem
|
||||
ParsingTable
|
||||
***********************************************************************/
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wnull-dereference"
|
||||
|
||||
ParsingTable::ParsingTable(vint _attributeInfoCount, vint _treeTypeInfoCount, vint _treeFieldInfoCount, vint _tokenCount, vint discardTokenCount, vint _stateCount, vint _ruleCount)
|
||||
:ambiguity(false)
|
||||
,tokenCount(_tokenCount+UserTokenStart)
|
||||
@@ -8382,6 +8390,8 @@ ParsingTable
|
||||
{
|
||||
return regexTokenIndex>=tokenCount-UserTokenStart?regexTokenIndex-(tokenCount-UserTokenStart):-1;
|
||||
}
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9293,6 +9303,8 @@ DescriptableObject
|
||||
{
|
||||
}
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wexceptions"
|
||||
DescriptableObject::~DescriptableObject()
|
||||
{
|
||||
#ifndef VCZH_DEBUG_NO_REFLECTION
|
||||
@@ -9324,6 +9336,7 @@ DescriptableObject
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#ifndef VCZH_DEBUG_NO_REFLECTION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user