SageBuilder::buildStaticAssertionDeclaration
DQ (7/25/2014): Adding support for C11 static assertions.
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgStaticAssertionDeclaration*
buildStaticAssertionDeclaration(
SgExpression* condition,
SgName const& string_literal);
Parameters
Name |
Description |
condition |
This class represents the notion of an expression. Expressions |
string_literal |
This class represents strings within the IR nodes. |
Created with MrDocs