diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-03-11 04:53:21 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-03-11 04:53:21 +0000 |
commit | 93a7067302d670ad771ba02ea3ff757dae43c853 (patch) | |
tree | 330630c52372b34a5f0c02802def7c030f58fe6b /lib/Parse/ParseDecl.cpp | |
parent | fc55a8290a3e81111c0a373e1a04b09dd7da0b98 (diff) |
Document the availability attribute
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDecl.cpp')
-rw-r--r-- | lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 296a3f5fac..2eb66d50d8 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/lib/Parse/ParseDecl.cpp @@ -536,7 +536,7 @@ VersionTuple Parser::ParseVersionTuple(SourceRange &Range) { /// version-arg: /// 'introduced' '=' version /// 'deprecated' '=' version -/// 'removed' = version +/// 'obsoleted' = version /// 'unavailable' /// opt-message: /// 'message' '=' <string> |