[PATCH] D23167: emit_DW_AT_noreturn flag

Victor via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 13:45:56 PDT 2016


vleschuk added a comment.

In https://reviews.llvm.org/D23167#510379, @aprantl wrote:

> Found one more.


Done


================
Comment at: include/llvm/IR/DebugInfoMetadata.h:1424
@@ +1423,3 @@
+  ///
+  /// Return true if this subprogram is C++11 noreturn or C11 _Noreturn
+  unsigned isNoReturn() const {
----------------
Just following the pattern in file. Added dot.


https://reviews.llvm.org/D23167





More information about the llvm-commits mailing list