• Caolán McNamara's avatar
    coverity#735399 Logically dead code · 6b709b27
    Caolán McNamara yazdı
    we can only enter the bAssumeExprLParenMode controlled block once
    because the block sets bAssumeExprLParenMode to false
    
    bAssumeExprLParenMode is only true if the first token read in the
    method is LPAREN
    
    so we can only enter this block if the current token is LPAREN and
    its the first token processed, so the token can't be BYVAL
    
    Change-Id: I6e668fca4d127d7dbfe447e2d9f2231e05278a7d
    6b709b27
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
qa Loading commit data...
source Loading commit data...
util Loading commit data...
AllLangResTarget_sb.mk Loading commit data...
CppunitTest_basic_coverage.mk Loading commit data...
CppunitTest_basic_enable.mk Loading commit data...
CppunitTest_basic_nested_struct.mk Loading commit data...
CppunitTest_basic_scanner.mk Loading commit data...
CppunitTest_basic_vba.mk Loading commit data...
Library_sb.mk Loading commit data...
Makefile Loading commit data...
Module_basic.mk Loading commit data...
README Loading commit data...