diff options
-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 |