commit | 92eca3e7583fc2eca996308a460a8a496efbf3bd | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Feb 27 18:35:46 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Feb 27 18:35:46 2009 +0000 |
tree | 03ac25ecf3bbdf30da0160735336db44af7e607b | |
parent | 44d1f40f4fbd4475b0b1ac4f1b2bc49c5f6b1d8f [diff] [blame] |
cleanup git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65645 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Parse/DeclSpec.cpp b/lib/Parse/DeclSpec.cpp index 28c8149..a498182 100644 --- a/lib/Parse/DeclSpec.cpp +++ b/lib/Parse/DeclSpec.cpp
@@ -65,6 +65,7 @@ } /// getParsedSpecifiers - Return a bitmask of which flavors of specifiers this +/// declaration specifier includes. /// unsigned DeclSpec::getParsedSpecifiers() const { unsigned Res = 0;