Skip to content

Commit 05bda18

Browse files
Update clang/lib/3C/DeclRewriter.cpp
Co-authored-by: Matt McCutchen (Correct Computation) <[email protected]>
1 parent 65816d7 commit 05bda18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/3C/DeclRewriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ FunctionDeclBuilder::buildDeclVar(PVConstraint *IntCV, PVConstraint *ExtCV,
708708
}
709709
// Otherwise, reconstruct the name and type, and reuse the code below for
710710
// the itype and bounds.
711+
// TODO: Do we care about `register` or anything else this doesn't handle?
711712
Type = qtyToStr(PVD->getOriginalType(), PVD->getNameAsString());
712713
} else {
713714
Type = ExtCV->getOriginalTy() + " ";

0 commit comments

Comments
 (0)