Skip to content

Commit

Permalink
Bump cppfront from 9b6b9eb to 2452cf1 (#151)
Browse files Browse the repository at this point in the history
Bumps [cppfront](https://github.com/hsutter/cppfront) from `9b6b9eb` to `2452cf1`.
- [Release notes](https://github.com/hsutter/cppfront/releases)
- [Commits](hsutter/cppfront@9b6b9eb...2452cf1)

---
updated-dependencies:
- dependency-name: cppfront
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 193e2e9 commit 036f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppfront
Submodule cppfront updated 31 files
+6 −0 .github/workflows/build-cppfront.yaml
+3 −3 docs/cpp2/contracts.md
+3 −1 docs/cpp2/functions.md
+21 −1 include/cpp2util.h
+14 −0 regression-tests/pure2-initialization-loop-2-error.cpp2
+8 −0 regression-tests/pure2-initialization-loop-error.cpp2
+15 −0 regression-tests/pure2-initialization-safety-with-else-if.cpp2
+35 −35 regression-tests/test-results/clang-12-c++20/mixed-bugfix-for-ufcs-non-local.cpp.output
+2 −2 regression-tests/test-results/clang-12-c++20/pure2-bugfix-for-ufcs-noexcept.cpp.output
+4 −4 regression-tests/test-results/clang-12-c++20/pure2-bugfix-for-ufcs-sfinae.cpp.output
+4 −4 regression-tests/test-results/gcc-10-c++20/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output
+2 −2 regression-tests/test-results/gcc-10-c++20/pure2-print.cpp.output
+20 −20 regression-tests/test-results/gcc-14-c++2b/mixed-bugfix-for-ufcs-non-local.cpp.output
+7 −7 regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp
+1 −1 regression-tests/test-results/mixed-fixed-type-aliases.cpp
+1 −1 regression-tests/test-results/pure2-bugfix-for-max-munch.cpp
+1 −1 regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp
+2 −2 regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp
+1 −1 regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp
+13 −13 regression-tests/test-results/pure2-enum.cpp
+4 −0 regression-tests/test-results/pure2-initialization-loop-2-error.cpp2.output
+4 −0 regression-tests/test-results/pure2-initialization-loop-error.cpp2.output
+18 −0 regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp
+1 −1 regression-tests/test-results/pure2-last-use.cpp
+3 −3 regression-tests/test-results/pure2-print.cpp
+2 −2 regression-tests/test-results/pure2-type-and-namespace-aliases.cpp
+4 −0 source/cppfront.cpp
+5 −3 source/lex.h
+59 −3 source/parse.h
+68 −14 source/sema.h
+19 −3 source/to_cpp1.h

0 comments on commit 036f4b1

Please sign in to comment.