diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-21 20:52:01 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-21 20:52:01 +0000 |
commit | cfd2f625318ddce258e4c243b54492235ecf0e02 (patch) | |
tree | 46d202827e52aebee9a2155f40ea2c3bb55ce2bc | |
parent | 791215b7a24666912c0b71175d2ca5ba082f666e (diff) |
Another code-completion TODO
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82482 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Parse/Action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index d86b8ee1c8..06213ddf47 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -2197,6 +2197,7 @@ public: /// \todo Code completion for call arguments after a function template-id /// \todo Code completion within a call expression, object construction, etc. /// \todo Code completion within a template argument list. + /// \todo Code completion for attributes. //@{ /// \brief Code completion for an ordinary name that occurs within the given |