llvm-project/llvm/lib/IRReader
Fangrui Song a5309438fe static const char *const foo => const char foo[]
By default, a non-template variable of non-volatile const-qualified type
having namespace-scope has internal linkage, so no need for `static`.
2020-12-01 10:33:18 -08:00
..
CMakeLists.txt
IRReader.cpp static const char *const foo => const char foo[] 2020-12-01 10:33:18 -08:00