diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2015-10-02 12:52:54 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2015-10-02 12:52:54 +0100 |
commit | 42c219f1964e26eb606d2b0ebf62faf2c4be02a8 (patch) | |
tree | d89420c18cd197b6fb3d8a6f1dbf71fc5208cc81 /HACKING | |
parent | 674507861602db79fe34039ba339b7796475cdc1 (diff) |
docs: Add a background reading section to HACKING
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -55,3 +55,9 @@ positives is highly preferred over avoiding false negatives, on the principle that nobody will use the plugin if it produces more than a couple of false positives. As long as the plugin finds some true positives, the number of false negatives is of low importance — we’re not losing anything by them. + + +Background reading +------------------ + +http://lists.llvm.org/pipermail/cfe-dev/2015-August/044825.html |