Skip to content

Commit 3e53462

Browse files
committed
Mention why void* is used instead of ApplyDebugLocation*
1 parent 41735cb commit 3e53462

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/lib/CodeGen/CodeGenFunction.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,9 @@ class CodeGenFunction : public CodeGenTypeCache {
596596
/// RAII object to set/unset CodeGenFunction::IsSanitizerScope.
597597
class SanitizerScope {
598598
CodeGenFunction *CGF;
599+
600+
// ApplyDebugLocation is undeclared: CGDebugInfo.h is not #included in this
601+
// header due to overhead (b384d6d6ccc8f4452cd7086061c657ce76b41224)
599602
void *ApplyTrapDI;
600603

601604
public:

0 commit comments

Comments
 (0)