[ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bit
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 30 Jan 2019 15:41:20 +0000 (15:41 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 30 Jan 2019 15:41:20 +0000 (15:41 +0000)
commit4f9e3ce070c5ec7ee25c428478d1c55704a8da51
tree2dff5f539af54fc66c5c7690100deff4704a132b
parent1206f5a8455c498963548f360ce080ac74731265
[ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bit

Summary:
Was trying to understand how complicated it would be to write
a clang-tidy `openmp-exception-escape`-ish check once D57100 lands.

Just so it happens, all the data is already there,
it is just conveniently omitted from AST dump.

Reviewers: aaron.ballman, steveire, ABataev

Reviewed By: ABataev

Subscribers: ABataev, guansong, cfe-commits

Tags: #openmp, #clang

Differential Revision: https://reviews.llvm.org/D57452

llvm-svn: 352631
clang/lib/AST/ASTDumper.cpp
clang/test/AST/dump.cpp