Expand description
The C++ answers behind CppAdapter.
LanguageAdapter is analysis-owned, so the trait impl itself stays in
analyzer/cpp/adapter.rs; every answer it gives comes from here or from
crate::test_detection and crate::queries.
Constants§
- CPP_
FILE_ EXTENSION - The file extension
CppAdapterreports.Language::Cppalso covers.c,.cc,.cxxand the header spellings; this is only the canonical one.
Statics§
- CPP_
COGNITIVE_ CONFIG - Tree-sitter node-kind mapping used by the cognitive-complexity scorer for C++. Node names are from the tree-sitter-cpp grammar.