diff options
author | Michael Kruse <llvm-project@meinersbur.de> | 2022-02-16 11:56:25 -0600 |
---|---|---|
committer | Michael Kruse <llvm-project@meinersbur.de> | 2022-02-16 12:52:17 -0600 |
commit | ad84c6f657894d98bfb9f71a69574e4b24df6174 (patch) | |
tree | 3e03f9f6e144a2bd7b22a29abc85869fb4488976 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | e027c00821dda48d06cf73c6c16176fcb7b8adcb (diff) | |
download | llvm-ad84c6f657894d98bfb9f71a69574e4b24df6174.zip llvm-ad84c6f657894d98bfb9f71a69574e4b24df6174.tar.gz llvm-ad84c6f657894d98bfb9f71a69574e4b24df6174.tar.bz2 |
[polly] Match function definitions and header declarations. NFC.
Ensure that function definitions match their declrations in header
files, even if they have no effect on linking. This includes
1. Both have the same __isl_* annotations
2. Both use the same type alias
3. Remove unused declarations that have no definition
4. Use explicit polly namespace qualifier for definitions; generally,
the .cpp file should use at most an anon namespace region since
only symbols declared in the header file can be accessed from other
translation units anyway. For defintions that have been declared in
the header file, the explicit namespace qualifier ensures that both
match.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions