MCPcopy Create free account
hub / github.com/PlatformLab/Arachne / CheckForNonStandardConstructs

Function CheckForNonStandardConstructs

scripts/cpplint.py:2643–2795  ·  view source on GitHub ↗

r"""Logs an error if we see certain non-ANSI constructs ignored by gcc-2. Complain about several constructs which gcc-2 accepts, but which are not standard C++. Warning about these in lint is one way to ease the transition to new compilers. - put storage class first (e.g. "static const" in

(filename, clean_lines, linenum,
                                  nesting_state, error)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ProcessLineFunction · 0.85

Calls 3

SearchFunction · 0.85
MatchFunction · 0.85
InnermostClassMethod · 0.80

Tested by

no test coverage detected