[all-commits] [llvm/llvm-project] 0e8736: TextNodeDumper.cpp - remove empty switch to fix MS...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 8 06:32:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e8736694f752898ed7957a11a11c42f8f6a98d1
https://github.com/llvm/llvm-project/commit/0e8736694f752898ed7957a11a11c42f8f6a98d1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M clang/lib/AST/TextNodeDumper.cpp
Log Message:
-----------
TextNodeDumper.cpp - remove empty switch to fix MSVC "switch statement contains 'default' but no 'case' labels" warning. NFC.
Commit: f139387fb6e76a5249e8d7c2d124565e6b566ef4
https://github.com/llvm/llvm-project/commit/f139387fb6e76a5249e8d7c2d124565e6b566ef4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M clang/lib/InstallAPI/DiagnosticBuilderWrappers.cpp
Log Message:
-----------
Fix MSVC "not all control paths return a value" warning. NFC.
Compare: https://github.com/llvm/llvm-project/compare/2bc637b1ce93...f139387fb6e7
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list