CPreproc::IfDirectiveExtractor::checkLastCaseNotEndif
Asserts that we are not trying to add a case to a terminated '#if'.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/IfDirectiveExtractor.hh>
static
void
checkLastCaseNotEndif(If const* i);
Parameters
Name |
Description |
i |
Stores a preprocessor '#if' directive and nested directives. |
Created with MrDocs