Jonas Jensen
83e0a65c71
C++: improved wording
2019-08-24 17:09:58 +02:00
Jonas Jensen
e379a60142
C++: Change note for flow through fields
2019-08-24 16:53:46 +02:00
Jonas Jensen
1900734484
C++: Reorganize the data flow change note
...
This groups the change notes that concern the `DataFlow` library and
clarifies the change notes that concern the two different
`TaintTracking` libraries.
2019-08-24 16:49:39 +02:00
Geoffrey White
c164d9390c
Add a note about QLDoc comments
...
The changes aren't finished in this release, but there widespread enough we should acknowledge them.
Originally https://github.com/Semmle/ql/pull/1812 .
2019-08-24 11:48:07 +01:00
Felicity Chapman
88a6cc0914
Update change-notes/1.22/analysis-cpp.md
...
Co-Authored-By: Nick Rolfe <nickrolfe@gmail.com >
2019-08-24 11:40:38 +01:00
Felicity Chapman
22833251db
Minor tidying up
2019-08-24 10:55:50 +01:00
Felicity Chapman
7a6f33890f
Fix sort order for table
2019-08-24 10:48:42 +01:00
Anders Schack-Mulligen
66ea66582e
Java/C#/C++: Add change notes for in/out barriers and barrierguards.
2019-08-23 11:42:07 +02:00
Jonas Jensen
846e3734ce
C++: Change note for recursion prevention
2019-08-21 13:12:48 +02:00
Jonas Jensen
bc702debf9
C++/Java: Change notes for Configuration2 rename
2019-08-20 13:46:04 +02:00
Matthew Gretton-Dann
a733625646
C++: Add Variable.isThreadLocal()
2019-08-06 11:22:26 +01:00
Robert Marsh
05cad96086
Merge pull request #1605 from geoffw0/bitwiseneg
...
CPP: Make BitwiseSignCheck.ql more accurate
2019-07-24 12:33:40 -07:00
Robert Marsh
fa43ae241d
Merge pull request #1615 from geoffw0/exprowninit
...
CPP: Test + workaround for UseInOwnInitializer.ql
2019-07-24 12:13:24 -07:00
Geoffrey White
85707cfe3e
CPP: Change note.
2019-07-22 11:55:29 +01:00
Geoffrey White
72d01789a3
CPP: Change note.
2019-07-17 13:23:59 +01:00
Geoffrey White
0a49a68001
CPP: Change note.
2019-07-15 15:01:50 +01:00
Robert Marsh
41e46f6686
Merge pull request #1584 from geoffw0/swap
...
CPP: Model std::swap
2019-07-12 10:41:14 -07:00
Geoffrey White
cd449e1336
CPP: Change note.
2019-07-12 18:00:39 +01:00
Geoffrey White
bfe570399a
CPP: Update change note.
2019-07-11 20:06:29 +01:00
Geoffrey White
83b0906f67
CPP: Change note.
2019-07-11 20:00:50 +01:00
Jonas Jensen
2f8787379a
Merge pull request #1535 from geoffw0/nospacezero
...
CPP: Fix false positives from NoSpaceForZeroTerminator.ql
2019-07-04 22:36:04 +02:00
Geoffrey White
1fd08f4e47
CPP: Change note.
2019-07-04 17:27:40 +01:00
Ziemowit Laski
1118601273
[CPP-370] Rework release note per Jonas' suggestions.
2019-07-02 17:37:17 -07:00
Ziemowit Laski
ef7e051b50
[CPP-370] Add change note for the 1.22 release.
2019-07-01 13:47:53 -07:00
Jonas Jensen
d2f8029625
Merge pull request #1492 from geoffw0/exprnoeffectweak
...
CPP: Fix for 'Expression has no effect' on calls to weak functions
2019-06-25 10:58:28 +02:00
Geoffrey White
6800abdf23
CPP: Change note.
2019-06-24 22:07:55 +01:00
Jonas Jensen
ad337de6ce
Merge branch 'master' into taintedallocfp
2019-06-19 15:35:09 +02:00
Geoffrey White
659fa477df
CPP: Change note.
2019-06-18 16:12:08 +01:00
Geoffrey White
6a95ca9743
CPP: Change note.
2019-06-10 15:38:32 +01:00
Geoffrey White
1f036c3d82
CPP: Change note.
2019-06-10 12:09:44 +01:00
Jonas Jensen
cf96035d8c
C++: Suspicious pointer scaling: @precision medium
...
This query is not producing good enough results to justify `@precision
high`. It's fundamentally looking for a pattern that should correlate
with memory management errors, but it doesn't look for the errors
themselves.
2019-06-06 21:08:20 -07:00
Jonas Jensen
9830c69892
C++: Put tostring-performance note in 1.22 file
2019-06-04 20:47:29 -07:00