Update release

This commit is contained in:
Zihan Chen
2018-04-30 03:52:59 -07:00
parent 928a2497fd
commit 70f0f8660f
172 changed files with 54267 additions and 38925 deletions
+13
View File
@@ -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