This revision was automatically updated to reflect the committed changes.
Closed by commit rL292477: [docs] Tell Doxygen to expand LLVM_ALIGNAS to
nothing (authored by malcolm.parsons).
Changed prior to commit:
https://reviews.llvm.org/D28850?vs=84812&id=84950#toc
Repository:
rL LLVM
https:
malcolm.parsons added a comment.
In https://reviews.llvm.org/D28850#649462, @aaron.ballman wrote:
> LGTM, though I freely admit that I am no doxygen expert (from reading the
> docs, this looks like the sensible approach though).
I couldn't find a code owner for docs to ask for review.
There a
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, though I freely admit that I am no doxygen expert (from reading the docs,
this looks like the sensible approach though).
https://reviews.llvm.org/D28850
___
malcolm.parsons created this revision.
Docs for clang::Decl and clang::TemplateSpecializationType have
not been generated since LLVM_ALIGNAS was added to them.
Tell Doxygen to expand LLVM_ALIGNAS to nothing as described at
https://www.stack.nl/~dimitri/doxygen/manual/preprocessing.html
https://