diff options
Diffstat (limited to 'clang/lib/Sema/SemaDeclAttr.cpp')
-rw-r--r-- | clang/lib/Sema/SemaDeclAttr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp index fa831f8ddf7..97d273f6ddb 100644 --- a/clang/lib/Sema/SemaDeclAttr.cpp +++ b/clang/lib/Sema/SemaDeclAttr.cpp @@ -5083,7 +5083,7 @@ static void handleUuidAttr(Sema &S, Decl *D, const AttributeList &Attr) { // the only thing in the [] list, the [] too), and add an insertion of // __declspec(uuid(...)). But sadly, neither the SourceLocs of the commas // separating attributes nor of the [ and the ] are in the AST. - // Cf "SourceLocations of attribute list delimiters – [[ ... , ... ]] etc" + // Cf "SourceLocations of attribute list delimiters - [[ ... , ... ]] etc" // on cfe-dev. if (Attr.isMicrosoftAttribute()) // Check for [uuid(...)] spelling. S.Diag(Attr.getLoc(), diag::warn_atl_uuid_deprecated); |