cppSpec top-level property

FigSpec cppSpec
final

Completion spec for c++ CLI

Implementation

final FigSpec cppSpec = FigSpec(
  name: 'c++',
  description: 'C++ compiler',
  args: clangppSpec.args,
  parserDirectives: clangppSpec.parserDirectives,
  options: clangppSpec.options,
);