Skip to content

Commit

Permalink
whitespace and capitalization for TODO's
Browse files Browse the repository at this point in the history
  • Loading branch information
rogergzou committed Dec 3, 2015
1 parent 9575bfa commit fbbc25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Serialization/Deserialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3643,7 +3643,7 @@ Type ModuleFile::getType(TypeID TID) {
bool noreturn = false;
bool throws = false;

//todo add noreturn serialization.
// TODO: add noreturn serialization.
decls_block::PolymorphicFunctionTypeLayout::readRecord(scratch,
inputID,
resultID,
Expand Down Expand Up @@ -3679,7 +3679,7 @@ Type ModuleFile::getType(TypeID TID) {
bool throws = false;
ArrayRef<uint64_t> genericParamIDs;

//todo add noreturn serialization.
// TODO: add noreturn serialization.
decls_block::GenericFunctionTypeLayout::readRecord(scratch,
inputID,
resultID,
Expand Down

0 comments on commit fbbc25a

Please sign in to comment.