hanchenye-llvm-project/clang-tools-extra/clang-tidy/openmp
Roman Lebedev ee1431072e [clang-tidy] openmp-exception-escape check: point to the structured-block
I'm not sure what i was thinking when i wrote it to point at the directive.
It's at the very least confusing, and in the `for` is very misleading.

We should point at the actual Stmt out of which the exception escapes,
to highlight where it should be fixed e.g. via adding try-catch block.

Yes, this breaks existing NOLINT, which is why this change needs to
happen now, not any later.

llvm-svn: 360002
2019-05-05 21:26:32 +00:00
..
CMakeLists.txt [clang-tidy] openmp-exception-escape - a new check 2019-03-22 19:46:25 +00:00
ExceptionEscapeCheck.cpp [clang-tidy] openmp-exception-escape check: point to the structured-block 2019-05-05 21:26:32 +00:00
ExceptionEscapeCheck.h [clang-tidy] openmp-exception-escape - a new check 2019-03-22 19:46:25 +00:00
OpenMPTidyModule.cpp [clang-tidy] openmp-exception-escape - a new check 2019-03-22 19:46:25 +00:00
UseDefaultNoneCheck.cpp
UseDefaultNoneCheck.h