diff options
| author | PeterChou1 <peter.chou@mail.utoronto.ca> | 2025-03-12 07:59:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 07:59:28 -0400 |
| commit | 6bf0c4648eeac4f4fda57b6be76e2741c2506478 (patch) | |
| tree | e1cbab41b263791004439cb382926e6b89a79fd8 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
| parent | cf68c9378b0c935a1fe0ba2b3b3276d16cf2b09a (diff) | |
| download | llvm-6bf0c4648eeac4f4fda57b6be76e2741c2506478.zip llvm-6bf0c4648eeac4f4fda57b6be76e2741c2506478.tar.gz llvm-6bf0c4648eeac4f4fda57b6be76e2741c2506478.tar.bz2 | |
reapply [llvm] add support for mustache templating language (#130876)
Reapply https://github.com/llvm/llvm-project/pull/130732
Fixes errors which broke build bot that uses GCC as a compiler
https://lab.llvm.org/buildbot/#/builders/66/builds/11049
GCC threw an warning due to an issue std::move with a temporary object
which prevents copy elision. Fixes the issue by removing the std::move
Adds Support for the Mustache Templating Language. See specs here:
https://mustache.github.io/mustache.5.html
This patch implements support+tests for majority of the features of the
language including:
- Variables
- Comments
- Lambdas
- Sections
This meant as a library to support places where we have to generate
HTML, such as in clang-doc.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions
