commit | 93a7067302d670ad771ba02ea3ff757dae43c853 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Sun Mar 11 04:53:21 2012 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Sun Mar 11 04:53:21 2012 +0000 |
tree | 330630c52372b34a5f0c02802def7c030f58fe6b | |
parent | fc55a8290a3e81111c0a373e1a04b09dd7da0b98 [diff] [blame] |
Document the availability attribute git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152531 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 296a3f5..2eb66d5 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/lib/Parse/ParseDecl.cpp
@@ -536,7 +536,7 @@ /// version-arg: /// 'introduced' '=' version /// 'deprecated' '=' version -/// 'removed' = version +/// 'obsoleted' = version /// 'unavailable' /// opt-message: /// 'message' '=' <string>