[PATCH] D37529: [codeview] omit debug locations for nested exprs unless column info enabled

David Majnemer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 13:41:25 PDT 2017


majnemer added inline comments.


================
Comment at: clang/lib/CodeGen/CodeGenModule.h:32
 #include "clang/Basic/XRayLists.h"
+#include "clang/Frontend/CodeGenOptions.h"
 #include "llvm/ADT/DenseMap.h"
----------------
Any reason to do this? I'd just keep getNestedExpressionLocationsEnabled in the .cpp file.


https://reviews.llvm.org/D37529





More information about the cfe-commits mailing list