Commit Graph

1518 Commits

Author SHA1 Message Date
Bjarne Stroustrup
9620ea8d43 I.30: Encapsulate rule violations
Fiexed #893 by moving the bad example from ES.28 to a new rule: I.30:
Encapsulate rule violations.

I may inadvertenly have invented a new suppression syntax
2017-05-16 14:59:55 -04:00
Bjarne Stroustrup
17ccab5836 Fix C.139 2017-05-16 13:28:23 -04:00
Sergey Zubkov
7237499ecc hunspell update for travis CI 2017-05-13 16:49:56 -04:00
hsutter
b10ffdf55f Reversed order of Lifetime.1 and .2 2017-05-11 19:09:56 -07:00
hsutter
ff9bce8035 Add Lifetime.1-3 rules so tools can refer to them 2017-05-11 17:56:25 -07:00
Zachary Henkel
f1b348e0db Additional guidance around casts:
- Warn on unnecessary casts
- Avoid casts on arithmetic types
- Add specializations of the rules for Pro-type-reinterpretcast
2017-05-09 16:17:45 -07:00
Sergey Zubkov
17715010a2 travis CI fixes and grammar fix from #920 2017-05-08 22:34:18 -04:00
Andrew Pardoe
b09b9ad8b9 Updating date & typos 2017-05-08 12:05:23 -07:00
Andrew Pardoe
bec67d690a Merge pull request #914 from AndrewPardoe/issue911
Clarify I.11 with regards to recommending smart pointers/owner<T>.
2017-05-08 11:09:19 -07:00
Andrew Pardoe
52eca9a174 Merge pull request #917 from scraimer/master
C.148 adding Reason and Example
2017-05-08 11:08:12 -07:00
Andrew Pardoe
2e1d9c34d4 Merge pull request #920 from cubbimew/issue899
CP.111 more precise motivation and examples
2017-05-08 11:05:28 -07:00
Andrew Pardoe
d5ea1fcc4f Merge pull request #922 from AndrewPardoe/issue-918
Fix anchors in C.147/148
2017-05-08 11:04:21 -07:00
Gabriel Dos Reis
52aa9ba997 Fix #903. 2017-05-08 10:50:03 -07:00
Andrew Pardoe
e354279e0e Fix anchors in C.147/148 2017-05-08 10:21:01 -07:00
Bjarne Stroustrup
ad6f863152 Added not about notation to Con.2
in response to #902
2017-05-07 15:59:55 -04:00
Sergey Zubkov
f41d36ff25 CP.111 more precise motivation and examples 2017-05-07 14:17:21 -04:00
Andrew Pardoe
0a4844ecad Merge pull request #919 from Bledson/patch-1
Intended heading level?
2017-05-07 11:10:45 -07:00
Bledson Kivy
7c90bdba50 Intended heading level?
Following the heading levels throughout the doc, it seems these are typos.
2017-05-05 16:47:41 -03:00
Shalom Craimer
12f0954f66 Fixed the errors detected by Travis CI and @jwakely 2017-05-05 01:20:16 +03:00
Shalom Craimer
cdf2e7e5ea Fixed the errors detected by Travis CI and @jwakely 2017-05-05 00:56:29 +03:00
Jonathan Wakely
bdb5d27a10 Remove spaces before ptr-declarators in examples 2017-05-04 09:48:19 +01:00
Shalom Craimer
1c53b29a3a C.148 - Fixing Travis-reported errors discovered so far in the code example 2017-05-04 11:19:31 +03:00
Shalom Craimer
b6132db539 C.148 adding Reason and Example 2017-05-04 10:13:22 +03:00
Andrew Pardoe
343f40792a Clarify I.11 with regards to recommending smart pointers/owner<T>. 2017-05-01 15:32:28 -07:00
Sergey Zubkov
f0239407ad travis fixes 2017-05-01 15:51:44 -04:00
Andrew Pardoe
03c2b4699d Updating date 2017-05-01 12:03:31 -07:00
Jonathan Wakely
32d6313607 Improve example for ES.45
Fixes #895
2017-05-01 19:57:39 +01:00
Andrew Pardoe
a96fed9c99 Merge pull request #896 from tlanc007/master
ES.45/ES.46 renamed and reordered to match anchors found later in file
2017-05-01 11:10:57 -07:00
Andrew Pardoe
96305c387d Merge pull request #897 from tsekityam/patch-1
Fix markdown syntax error
2017-05-01 11:08:25 -07:00
Gabriel Dos Reis
0ff5518dca Merge pull request #905 from ewoudvc/es24_toc_rule_correction
ES.24: have TOC rule match body rule
2017-05-01 11:07:32 -07:00
Andrew Pardoe
b41bea68c1 Merge pull request #909 from tvaneerd/patch-2
Note -> Not, are -> is
2017-05-01 11:07:16 -07:00
Gabriel Dos Reis
f9f3422ac5 Fix C.183. 2017-05-01 11:05:32 -07:00
Gabriel Dos Reis
918a5695c7 Address C.128: say 'avoid'. 2017-05-01 10:45:36 -07:00
Tony Van Eerd
481996c849 Note -> Not, are -> is 2017-04-30 22:32:46 -04:00
Bjarne Stroustrup
e0de4df83b added clarifying note for C.139 2017-04-30 13:33:35 -04:00
Bjarne Stroustrup
b3584cfa5f added reference to C.137 2017-04-30 12:18:42 -04:00
Bjarne Stroustrup
a6a087dfc5 regular added to glossary 2017-04-30 12:06:28 -04:00
Bjarne Stroustrup
64622d5cca testing
and fixing one "thinko"
2017-04-30 10:57:58 -04:00
ewoudvc
caa86ae38b GSL.assert: replace is by are (#908) 2017-04-28 16:34:25 +01:00
Jonathan Wakely
e3fe0c5b5e Fix indentation of NR.1 example 2017-04-28 13:31:20 +01:00
Ewoud Van Craeynest
10805fb7a1 ES.24: have TOC rule match body rule 2017-04-27 21:44:51 +02:00
Sergey Zubkov
94a7a3fd46 travis CI fixes, one more time 2017-04-26 22:08:13 -04:00
Bjarne Stroustrup
046d62c51e minor improvements to SL.io 2017-04-25 15:07:41 -04:00
Sergey Zubkov
c99a366bba travis CI fixes 2017-04-24 22:49:02 -04:00
Bjarne Stroustrup
4f9a6c89be banning exception specifications
a bit more abut exceptions; the beginnings of I/O
2017-04-24 17:41:18 -04:00
Bjarne Stroustrup
1e38eb8ae7 ban longjmp 2017-04-22 18:10:58 -04:00
Bjarne Stroustrup
5397c9c5fe very minor typo
testing
2017-04-21 15:18:21 -04:00
Tse Kit Yam
b8ace610c6 Replace space with %20 in URL
Spaces are not allowed in the URL, so the link is broken. Spaces in the URL should be encoded as `%20` to make the link be rendered correctly.
See also: github/markup#1030
2017-04-21 17:49:22 +08:00
Bjarne Stroustrup
1b7d217cd1 nothing 2017-04-20 20:46:17 -04:00
Tal Lancaster
5306795214 ES.45/ES.46: renamed and reordered to match jump tags
The anchors later in the file were using 46 for narrowing and 45 for
magic.  Renamed and reordered the tags in the TOC to match.
2017-04-20 11:35:25 -06:00