diff options
author | Richard Smith <richard@metafoo.co.uk> | 2021-10-06 15:11:12 -0700 |
---|---|---|
committer | Richard Smith <richard@metafoo.co.uk> | 2021-10-06 15:13:06 -0700 |
commit | 141df744564822b8d8250fe1bcec15cdbd5f213e (patch) | |
tree | 9fe45024df73c87d9eaf8afaa6804055de65451a /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 7063b76b02484f93104f1c79496ad216b9bf5b87 (diff) | |
download | llvm-141df744564822b8d8250fe1bcec15cdbd5f213e.zip llvm-141df744564822b8d8250fe1bcec15cdbd5f213e.tar.gz llvm-141df744564822b8d8250fe1bcec15cdbd5f213e.tar.bz2 |
Add missing diagnostic for use of _reserved name in extern "C"
declaration.
Names starting with an underscore are reserved at the global scope, so
cannot be used as the name of an extern "C" symbol in any scope because
such usages conflict with a name at global scope.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions