diff options
author | Salman Javed <mail@salmanjaved.org> | 2021-11-30 12:43:35 +1300 |
---|---|---|
committer | Salman Javed <mail@salmanjaved.org> | 2021-11-30 12:43:35 +1300 |
commit | c7aa358798e6330593fd5cc2ff4caf6bc15ba3c9 (patch) | |
tree | 30c344f5e41b5b3f165ac2e9e068825f779ca13b /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | 0eee844539e406dfa8010a129ea3655d2298ac10 (diff) | |
download | llvm-c7aa358798e6330593fd5cc2ff4caf6bc15ba3c9.zip llvm-c7aa358798e6330593fd5cc2ff4caf6bc15ba3c9.tar.gz llvm-c7aa358798e6330593fd5cc2ff4caf6bc15ba3c9.tar.bz2 |
[clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier"
Fixes https://bugs.llvm.org/show_bug.cgi?id=48613.
llvm-header-guard is suggesting header guards with leading underscores
if the header file path begins with a '/' or similar special character.
Only reserved identifiers should begin with an underscore.
Differential Revision: https://reviews.llvm.org/D114149
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions