Rasmus Wriedt Larsen
|
1159344972
|
Merge pull request #2320 from tausbn/python-add-walrus-support
Python: Add AST classes for walrus operator.
|
2019-11-14 13:48:05 +01:00 |
Geoffrey White
|
45cc6c445c
|
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:48:05 +00:00 |
Geoffrey White
|
0bb37c17f2
|
CPP: Delete parenthesized comment.
|
2019-11-14 12:46:43 +00:00 |
James Fletcher
|
f085b81e51
|
Merge pull request #2323 from shati-patel/docs/rename
Docs: Tidy up links in relevant topics
|
2019-11-14 12:44:54 +00:00 |
Geoffrey White
|
8b30baf656
|
CPP: Delete 'compiler-generated'.
|
2019-11-14 12:43:54 +00:00 |
Geoffrey White
|
f96cffa1f3
|
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:41:10 +00:00 |
Geoffrey White
|
82c6ff02b2
|
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:40:53 +00:00 |
Geoffrey White
|
6262cee27d
|
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:40:41 +00:00 |
Geoffrey White
|
fe5bd42203
|
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:40:29 +00:00 |
Geoffrey White
|
d8aeedfe01
|
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:40:11 +00:00 |
Geoffrey White
|
877e9ba6d8
|
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:39:54 +00:00 |
Geoffrey White
|
acefadda8c
|
Update cpp/ql/src/semmle/code/cpp/exprs/Assignment.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:35:15 +00:00 |
Geoffrey White
|
b1dfc60422
|
Update cpp/ql/src/semmle/code/cpp/exprs/Cast.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 12:34:13 +00:00 |
Shati Patel
|
557b95ccb1
|
Docs: Tidy up links in relevant topics
|
2019-11-14 12:32:21 +00:00 |
Anders Schack-Mulligen
|
106b8cfbca
|
Java/C++/C#: Fix bad magic and bad join-order.
|
2019-11-14 13:17:17 +01:00 |
Anders Schack-Mulligen
|
6a2edce040
|
Merge pull request #2205 from rneatherway/java/hamcrest-nullness
Java: Respect Hamcrest assertThat(X, notNullValue())
|
2019-11-14 13:09:56 +01:00 |
Jonas Jensen
|
c7176e50ca
|
C++: Tweak wording in docs
|
2019-11-14 13:03:34 +01:00 |
James Fletcher
|
2eaf91e1fb
|
Merge pull request #2322 from shati-patel/docs/typo
Docs: Typo fix
|
2019-11-14 11:56:39 +00:00 |
Shati Patel
|
3cdaef7211
|
Docs: Typo fix
|
2019-11-14 11:50:43 +00:00 |
Geoffrey White
|
79a000d88f
|
Update cpp/ql/src/semmle/code/cpp/exprs/Expr.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 11:31:27 +00:00 |
Geoffrey White
|
0f2a2cb956
|
Update cpp/ql/src/semmle/code/cpp/exprs/Expr.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 11:31:01 +00:00 |
Geoffrey White
|
25db90021b
|
Update cpp/ql/src/semmle/code/cpp/exprs/Expr.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 11:29:03 +00:00 |
Geoffrey White
|
01b25199d0
|
CPP: Lesser than -> Less than.
|
2019-11-14 11:27:15 +00:00 |
Geoffrey White
|
238918c394
|
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 11:24:54 +00:00 |
Geoffrey White
|
b3bda421bc
|
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 11:24:15 +00:00 |
Geoffrey White
|
90909d211c
|
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 11:24:00 +00:00 |
Geoffrey White
|
7d2babd9db
|
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 11:22:16 +00:00 |
Geoffrey White
|
97559857bf
|
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-14 11:22:07 +00:00 |
Taus Brock-Nannestad
|
dcffd1dbc3
|
Python: Add AST classes for walrus operator.
Happily, these were already present in the `dbscheme`.
|
2019-11-14 12:10:04 +01:00 |
Jonas Jensen
|
931b0f1445
|
Apply suggestions from code review
Co-Authored-By: Alistair <54933897+hubwriter@users.noreply.github.com>
|
2019-11-14 12:06:02 +01:00 |
Tom Hvitved
|
94583cde10
|
Merge pull request #2245 from calumgrant/cs/nullability-refactor
C#: Store nullability on the side
|
2019-11-14 11:44:39 +01:00 |
Calum Grant
|
7c406861a0
|
Merge pull request #2317 from dave-bartolomeo/dbartol/QLPack
Port QLPack changes to enable IntelliSense and Go to Definition
|
2019-11-14 10:25:14 +00:00 |
semmle-qlci
|
67963a5b9d
|
Merge pull request #2258 from asger-semmle/js-ignore-codesql-databases
Approved by esbena
|
2019-11-14 08:34:23 +00:00 |
Dave Bartolomeo
|
08620046ab
|
Merge pull request #2068 from rdmarsh2/rdmarsh/cpp/ir-constructor-side-effects
C++: side effect instrs for constructor qualifiers
|
2019-11-13 14:56:24 -07:00 |
Dave Bartolomeo
|
c2313cbe12
|
Add QL test directories to `.codeqlmanifest.json`
|
2019-11-13 13:31:46 -07:00 |
Max Schaefer
|
f93dab4864
|
Add `qlpack.yml` files for test folders.
|
2019-11-13 13:31:34 -07:00 |
Dave Bartolomeo
|
55010d030d
|
Merge pull request #2315 from geoffw0/errtest
CPP: Add a quick test of ErroneousType.
|
2019-11-13 13:24:39 -07:00 |
Henning Makholm
|
e1467a77e8
|
Merge pull request #2316 from dave-bartolomeo/dbartol/TestManifests
Add QL test directories to `.codeqlmanifest.json`
|
2019-11-13 20:58:59 +01:00 |
Dave Bartolomeo
|
dd0f04b949
|
Add QL test directories to `.codeqlmanifest.json`
|
2019-11-13 12:37:51 -07:00 |
Dave Bartolomeo
|
e89ecc19e3
|
Merge pull request #2302 from max-schaefer/test-qlpacks
Add `qlpack.yml` files for test folders.
|
2019-11-13 12:21:19 -07:00 |
Robert Marsh
|
0175c44a14
|
C#: update IR test expectations
|
2019-11-13 10:58:38 -08:00 |
Geoffrey White
|
32b5501177
|
CPP: Add a test of ErroneousType.
|
2019-11-13 18:53:43 +00:00 |
semmle-qlci
|
252e1c76a6
|
Merge pull request #2313 from erik-krogh/quickFixreflectiveCallNode
Approved by max-schaefer
|
2019-11-13 17:00:38 +00:00 |
Geoffrey White
|
44ffb600d6
|
CPP: Improve the UnknwonType example as suggested.
|
2019-11-13 16:55:32 +00:00 |
Geoffrey White
|
2b73af09e4
|
CPP: Consistency.
|
2019-11-13 16:39:51 +00:00 |
Geoffrey White
|
e72bf2d35e
|
CPP: *lvalue* -> _lvalue_ and similar.
|
2019-11-13 16:36:18 +00:00 |
Geoffrey White
|
e883220de3
|
CPP: Remove other comments about equivalence.
|
2019-11-13 16:28:50 +00:00 |
Jonas Jensen
|
81d06e2ce6
|
C++: Update annotation in test file
|
2019-11-13 16:58:25 +01:00 |
Geoffrey White
|
5e15265b50
|
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-13 15:53:34 +00:00 |
Geoffrey White
|
da6fa7adfc
|
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
|
2019-11-13 15:52:49 +00:00 |