[all-commits] [llvm/llvm-project] 4c5818: [clang-tidy] Fix potential assert in use-noexcept ...
Nathan James via All-commits
all-commits at lists.llvm.org
Sun May 24 06:41:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c5818dd8cd9336136a80a02b262b501b23f6492
https://github.com/llvm/llvm-project/commit/4c5818dd8cd9336136a80a02b262b501b23f6492
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.h
A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-error.cpp
Log Message:
-----------
[clang-tidy] Fix potential assert in use-noexcept check
Summary: Fix a potential assert in use-noexcept check if there is an issue getting the `TypeSourceInfo` as well as a small clean up.
Reviewers: aaron.ballman, alexfh, gribozavr2
Reviewed By: aaron.ballman
Subscribers: xazax.hun, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D80371
More information about the All-commits
mailing list