This feature already exists but was limited to function
symbols.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Should F and G be lowercased? It looks like the surrounding code uses camelCase fairly uniformly.
clang-tidy: warning: 'auto *G' can be declared as 'const auto *G' [llvm-qualified-auto]
not useful
clang-tidy: warning: invalid case style for variable 'G' [readability-identifier-naming]
not useful