]> granicus.if.org Git - clang/commit
[Serialization][NFC] Remove pointless "+ 0" in ASTReader
authorBruno Ricci <riccibrun@gmail.com>
Mon, 3 Dec 2018 16:17:45 +0000 (16:17 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Mon, 3 Dec 2018 16:17:45 +0000 (16:17 +0000)
commit0d7b90ff181be6c0ecc41433bf48f05cb1ad8ef5
tree620af4c81f457927c9b7e7f11c4c58e161306434
parent67a4e110d5e6f802a0ae7644ddead2aa904b0e49
[Serialization][NFC] Remove pointless "+ 0" in ASTReader

Remove the pointless "+ 0" which I added for some reason when
modifying these statement/expression classes since it looks
like this is a typo. Following the suggestion of aaron.ballman
in D54902. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348150 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderStmt.cpp