| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e61f4ea commit 5203ffb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3299,7 +3299,7 @@ def CheckForFunctionLengths(filename, clean_lines, linenum, | |||
| 3299 | 3299 | """Reports for long function bodies. | |
| 3300 | 3300 | ||
| 3301 | 3301 | For an overview why this is done, see: | |
| 3302 | - https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Short_Functions | ||
| 3302 | + https://google.github.io/styleguide/cppguide.html#Write_Short_Functions | ||
| 3303 | 3303 | ||
| 3304 | 3304 | Uses a simplistic algorithm assuming other style guidelines | |
| 3305 | 3305 | (especially spacing) are followed. | |
@@ -5154,7 +5154,7 @@ def CheckLanguage(filename, clean_lines, linenum, file_extension, | |||
| 5154 | 5154 | and line[-1] != '\\'): | |
| 5155 | 5155 | error(filename, linenum, 'build/namespaces', 4, | |
| 5156 | 5156 | 'Do not use unnamed namespaces in header files. See ' | |
| 5157 | - 'https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Namespaces' | ||
| 5157 | + 'https://google.github.io/styleguide/cppguide.html#Namespaces' | ||
| 5158 | 5158 | ' for more information.') | |
| 5159 | 5159 | ||
| 5160 | 5160 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments