Redecl chains of classes and class templates are not handled well
currently. We want to handle them similarly to functions, i.e. try to
keep the structure of the original AST as much as possible. The aim is
to not squash a prototype with a definition, rather we create both and
put them in a redecl chain.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Gabor,
I don't see any problems with the patch. Thanks! I think it will be good to get Shafik's approval as well.
Comment Actions
@shafik, Could you please take a look?
I have run the LLDB tests on our macOS and I could not discover any regression.