Skip to content

Commit 359eb53

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

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
@@ -746,6 +746,7 @@ FunctionDeclBuilder::buildDeclVar(PVConstraint *IntCV, PVConstraint *ExtCV,
746746
}
747747
// Otherwise, reconstruct the name and type, and reuse the code below for
748748
// the itype and bounds.
749+
// TODO: Do we care about `register` or anything else this doesn't handle?
749750
Type = qtyToStr(PVD->getOriginalType(), PVD->getNameAsString());
750751
} else {
751752
Type = ExtCV->getOriginalTy() + " ";

0 commit comments

Comments
 (0)