MCPcopy Create free account
hub / github.com/csmith-project/csmith / fix_options_for_cpp

Method fix_options_for_cpp

src/CGOptions.cpp:319–325  ·  view source on GitHub ↗

Add options necessary for cpp

Source from the content-addressed store, hash-verified

317
318// Add options necessary for cpp
319void
320CGOptions::fix_options_for_cpp(void)
321{
322 match_exact_qualifiers(true);
323 vol_struct_union_fields(false); // makes implementation of volatile structs easier
324 const_struct_union_fields(false); // restriction of current implementation; TODO
325}
326
327/*
328 looking for the platform info file in the working directory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected