We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a2fd2 commit f0fbae5Copy full SHA for f0fbae5
flang/docs/PullRequestChecklist.md
@@ -36,7 +36,7 @@ even though I've read the style guide, they regularly trip me up.
36
clang-format will do this for most code. But you may need to break up long
37
strings.
38
* Review declarations for proper use of `constexpr` and `const`.
39
-* Follow the C++ [naming guidelines](C++style.html#naming)
+* Follow the C++ [naming guidelines](C++style.md#naming)
40
* Ensure that the names evoke their purpose and are consistent with existing code.
41
* Used braced initializers.
42
* Review pointer and reference types to make sure that you're using them
0 commit comments