Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-format -dump-config "hangs" #80621

Closed
owenca opened this issue Feb 4, 2024 · 0 comments · Fixed by #80628
Closed

clang-format -dump-config "hangs" #80621

owenca opened this issue Feb 4, 2024 · 0 comments · Fixed by #80628
Assignees
Labels
clang-format hang Compiler hang (infinite loop) regression

Comments

@owenca
Copy link
Contributor

owenca commented Feb 4, 2024

Bisected to d813af7.

@owenca owenca self-assigned this Feb 4, 2024
@EugeneZelenko EugeneZelenko added the hang Compiler hang (infinite loop) label Feb 5, 2024
owenca added a commit to owenca/llvm-project that referenced this issue Feb 5, 2024
Commit d813af7 addressed a regression introduced by commit 3791b3f
but caused `clang-format -dump-config` to "hang".

This patch reverts changes to ClangFormat.cpp by both 3791b3f and
d813af7 and reworks the cleanup.

Fixes llvm#80621.
owenca added a commit that referenced this issue Feb 8, 2024
Commit d813af7 addressed a regression introduced by commit
3791b3f
but caused `clang-format -dump-config` to "hang".

This patch reverts changes to ClangFormat.cpp by both commits and
reworks the cleanup.

Fixes #80621.
llvmbot pushed a commit to llvmbot/llvm-project that referenced this issue Feb 8, 2024
Commit d813af7 addressed a regression introduced by commit
3791b3f
but caused `clang-format -dump-config` to "hang".

This patch reverts changes to ClangFormat.cpp by both commits and
reworks the cleanup.

Fixes llvm#80621.

(cherry picked from commit 8f6e13e)
llvmbot pushed a commit to llvmbot/llvm-project that referenced this issue Feb 9, 2024
Commit d813af7 addressed a regression introduced by commit
3791b3f
but caused `clang-format -dump-config` to "hang".

This patch reverts changes to ClangFormat.cpp by both commits and
reworks the cleanup.

Fixes llvm#80621.

(cherry picked from commit 8f6e13e)
tstellar pushed a commit to tstellar/llvm-project that referenced this issue Feb 14, 2024
Commit d813af7 addressed a regression introduced by commit
3791b3f
but caused `clang-format -dump-config` to "hang".

This patch reverts changes to ClangFormat.cpp by both commits and
reworks the cleanup.

Fixes llvm#80621.

(cherry picked from commit 8f6e13e)
tstellar pushed a commit to tstellar/llvm-project that referenced this issue Feb 14, 2024
Commit d813af7 addressed a regression introduced by commit
3791b3f
but caused `clang-format -dump-config` to "hang".

This patch reverts changes to ClangFormat.cpp by both commits and
reworks the cleanup.

Fixes llvm#80621.

(cherry picked from commit 8f6e13e)
tstellar pushed a commit to tstellar/llvm-project that referenced this issue Feb 14, 2024
Commit d813af7 addressed a regression introduced by commit
3791b3f
but caused `clang-format -dump-config` to "hang".

This patch reverts changes to ClangFormat.cpp by both commits and
reworks the cleanup.

Fixes llvm#80621.

(cherry picked from commit 8f6e13e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang-format hang Compiler hang (infinite loop) regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants