You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
todo_message="warning: missing username/bug in TODO [google-readability-todo]"
440
+
todo_message_decorated="warning: missing username/bug in TODO [[google-readability-todo](https://clang.llvm.org/extra/clang-tidy/checks/google/readability-todo.html)]"
naming_message="warning: invalid case style for constexpr variable 'foo' [readability-identifier-naming]"
444
+
naming_message_decorated="warning: invalid case style for constexpr variable 'foo' [[readability-identifier-naming](https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html)]"
clang_analyzer_message="warning: Array access (from variable 'foo') results in a null pointer dereference [clang-analyzer-core.NullDereference]"
448
+
clang_analyzer_message_decorated="warning: Array access (from variable 'foo') results in a null pointer dereference [[clang-analyzer-core.NullDereference](https://clang.llvm.org/extra/clang-tidy/checks/clang-analyzer/core.NullDereference.html)]"
449
+
assert (
450
+
ctr.decorate_comment_body(clang_analyzer_message)
451
+
==clang_analyzer_message_decorated
452
+
)
453
+
454
+
# Not sure it's necessary to link to prior version documentation especially since we have to map versions such as
455
+
# "17" to "17.0.1" and "18" to "18.1.0" because no other urls exist
456
+
# version_message_pre_15_version = "14.0.0"
457
+
# version_message_pre_15 = "warning: missing username/bug in TODO [google-readability-todo]"
458
+
# version_message_pre_15_decorated = "warning: missing username/bug in TODO [[google-readability-todo](https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/google-readability-todo.html)]"
# version_message_1500 = "warning: missing username/bug in TODO [google-readability-todo]"
463
+
# version_message_1500_decorated = "warning: missing username/bug in TODO [[google-readability-todo](https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/google/readability-todo.html)]"
0 commit comments