[all-commits] [llvm/llvm-project] e9475a: [Sema] Fix MSVC "attribute is not recognized" warn...
nullptr-cpp via All-commits
all-commits at lists.llvm.org
Fri Feb 26 01:29:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9475a276267f1bc74d9624fc797c7a754b5b90b
https://github.com/llvm/llvm-project/commit/e9475a276267f1bc74d9624fc797c7a754b5b90b
Author: Yang Fan <nullptr.cpp at gmail.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
Log Message:
-----------
[Sema] Fix MSVC "attribute is not recognized" warning (NFC)
MSVC warning:
```
\llvm-project\clang\lib\Sema\SemaChecking.cpp(10323): warning C5030: attribute 'clang::fallthrough' is not recognized
```
More information about the All-commits
mailing list