diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/include/clang/Parse/Action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Parse/Action.h b/clang/include/clang/Parse/Action.h index d86b8ee1c84..06213ddf474 100644 --- a/clang/include/clang/Parse/Action.h +++ b/clang/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 |