aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/DeclSpec.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-27 18:35:46 +0000
committerChris Lattner <sabre@nondot.org>2009-02-27 18:35:46 +0000
commit2a327d11a07dfbdf20910cebbae38910eda111fd (patch)
tree03ac25ecf3bbdf30da0160735336db44af7e607b /lib/Parse/DeclSpec.cpp
parent5e301007e31e14c8ff647288e1b8bd8dbf8a5fe4 (diff)
cleanup
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/DeclSpec.cpp')
-rw-r--r--lib/Parse/DeclSpec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Parse/DeclSpec.cpp b/lib/Parse/DeclSpec.cpp
index 28c8149639..a498182df7 100644
--- a/lib/Parse/DeclSpec.cpp
+++ b/lib/Parse/DeclSpec.cpp
@@ -65,6 +65,7 @@ DeclaratorChunk DeclaratorChunk::getFunction(bool hasProto, bool isVariadic,
}
/// getParsedSpecifiers - Return a bitmask of which flavors of specifiers this
+/// declaration specifier includes.
///
unsigned DeclSpec::getParsedSpecifiers() const {
unsigned Res = 0;