Fixed garbage code in checkinternal.cpp
This commit is contained in:
parent
baaf3213e4
commit
189a652c2e
|
@ -146,19 +146,19 @@ void CheckInternal::checkTokenSimpleMatchPatterns()
|
|||
|
||||
namespace {
|
||||
const std::set<std::string> magics = make_container< std::set<std::string> > ()
|
||||
"%any%"
|
||||
"%bool%"
|
||||
"%char%"
|
||||
"%comp%"
|
||||
"%num%"
|
||||
"%op%"
|
||||
"%cop%"
|
||||
"%or%"
|
||||
"%oror%"
|
||||
"%str%"
|
||||
"%type%"
|
||||
"%name%"
|
||||
"%varid%";
|
||||
<< "%any%"
|
||||
<< "%bool%"
|
||||
<< "%char%"
|
||||
<< "%comp%"
|
||||
<< "%num%"
|
||||
<< "%op%"
|
||||
<< "%cop%"
|
||||
<< "%or%"
|
||||
<< "%oror%"
|
||||
<< "%str%"
|
||||
<< "%type%"
|
||||
<< "%name%"
|
||||
<< "%varid%";
|
||||
}
|
||||
|
||||
void CheckInternal::checkMissingPercentCharacter()
|
||||
|
|
Loading…
Reference in New Issue