Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-12-21 16:16:00 +00:00
parent e95cc25a22
commit fbadcd0826
4 changed files with 536 additions and 536 deletions

View File

@ -656,8 +656,8 @@ private:
class CheckComplexPatMatcher : public Matcher { class CheckComplexPatMatcher : public Matcher {
const ComplexPattern &Pattern; const ComplexPattern &Pattern;
/// MatchNumber - This is the recorded nodes slot that contains the node we want to /// MatchNumber - This is the recorded nodes slot that contains the node we
/// match against. /// want to match against.
unsigned MatchNumber; unsigned MatchNumber;
/// Name - The name of the node we're matching, for comment emission. /// Name - The name of the node we're matching, for comment emission.