aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-11-30 09:26:25 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-11-30 09:26:25 +0000
commit77d433dafe9ffa34293f3c1d188fefc769d5ed4f (patch)
treea4a19b16488d19d98ad5a901f92ee2ff1ddda166 /clang/lib/Serialization/ModuleManager.cpp
parent71d759d392f03025bcc8b20f060bc5c22e580ea1 (diff)
downloadllvm-77d433dafe9ffa34293f3c1d188fefc769d5ed4f.zip
llvm-77d433dafe9ffa34293f3c1d188fefc769d5ed4f.tar.gz
llvm-77d433dafe9ffa34293f3c1d188fefc769d5ed4f.tar.bz2
Rearrange the comments, control flow, and variable names; no
functionality changed. Evan's commit r168970 moved the code that the primary comment in this function referred to to the other end of the function without moving the comment, and there has been a steady creep of "boolean" logic in it that is simpler if handled via early exit. That way each special case can have its own comments. I've also made the variable name a bit more explanatory than "AllFit". This is in preparation to fix the non-deterministic output of this function. llvm-svn: 168988
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions