diff options
| author | Daniel Grumberg <dgrumberg@apple.com> | 2023-10-26 17:32:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 17:32:36 +0100 |
| commit | b67d3702577d4a1848bce9be9887e554178a421a (patch) | |
| tree | dcab6085e9626532c060b408b65fe9feb887ec14 /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | |
| parent | 45ccc1666c723e11d7b0148b2ef5c37c7a36e916 (diff) | |
[clang] Prioritze decl comments from macro expansion site (#65481)
For declarations declared inside a macro, e.g.:
```
`#define MAKE_FUNC(suffix) \
/// Not selected doc comment \
void func_##suffix(void) { }
/// Doc comment foo
MAKE_FUNC(foo)
/// Doc comment bar
MAKE_FUNC(bar)
````
Prefer the doc comment at the expansion site instead of the one defined
in the macro.
rdar://113995729
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions
