Robert Marsh
|
9f476e585a
|
C++: Simplify some code
|
2018-09-10 12:22:44 -07:00 |
|
Robert Marsh
|
fa9eeea302
|
C++: remove implicit this handling in HashCons
|
2018-09-10 12:22:44 -07:00 |
|
Robert Marsh
|
246ae2d7e8
|
C++: fix performance of argument hash-consing
|
2018-09-10 12:22:44 -07:00 |
|
Robert Marsh
|
06a3e8fc76
|
C++: Hashcons for ?:, ExprCall, and weird stuff
|
2018-09-10 12:22:44 -07:00 |
|
Robert Marsh
|
cfeed30a89
|
C++: Hashcons tests for ArrayExpr
|
2018-09-10 12:22:44 -07:00 |
|
Robert Marsh
|
8189798f43
|
C++: HashCons for throw
|
2018-09-10 12:22:43 -07:00 |
|
Robert Marsh
|
85cfb0202f
|
C++: add HashCons for delete expressions
|
2018-09-10 12:22:43 -07:00 |
|
Robert Marsh
|
752f39b537
|
C++: initial support for aggregate initializers
|
2018-09-10 12:22:43 -07:00 |
|
Robert Marsh
|
8f446aa9cc
|
C++: fix handling of aligned allocators
|
2018-09-10 12:22:43 -07:00 |
|
Robert Marsh
|
5549b6fcab
|
C++: HashCons for new, new[], sizeof, alignof
|
2018-09-10 12:22:43 -07:00 |
|
Robert Marsh
|
fede8d63d4
|
C++: respond to PR comments
|
2018-09-10 12:22:43 -07:00 |
|
Robert Marsh
|
e6314c5f35
|
C++: add support for enums in HashCons
|
2018-09-10 12:22:43 -07:00 |
|
Robert Marsh
|
91da02bacf
|
C++: uniqueness fixes for HashCons
|
2018-09-10 12:22:42 -07:00 |
|
Robert Marsh
|
3a5eb03055
|
C++: change floating point value in test
|
2018-09-10 12:22:42 -07:00 |
|
Robert Marsh
|
e0af30a789
|
C++: clean up commented-out code
|
2018-09-10 12:22:42 -07:00 |
|
Robert Marsh
|
77c5a8e7bf
|
C++: support impure binary operations in HashCons
|
2018-09-10 12:22:42 -07:00 |
|
Robert Marsh
|
b8bd285d64
|
C++: support functions in HashCons
|
2018-09-10 12:22:42 -07:00 |
|
Robert Marsh
|
a8895f4bed
|
C++: Support crement ops in HashCons
|
2018-09-10 12:22:42 -07:00 |
|
Robert Marsh
|
cf222c51ac
|
C++: treat constant-valued exprs structurally
|
2018-09-10 12:22:42 -07:00 |
|
Robert Marsh
|
d8dc75abf4
|
C++: rename HashCons test
|
2018-09-10 12:22:41 -07:00 |
|
Robert Marsh
|
8b8ec7c5aa
|
C++: add literal tests
|
2018-09-10 12:22:41 -07:00 |
|
Robert Marsh
|
3c6a9c08a2
|
C++: first tests for HashCons
|
2018-09-10 12:22:41 -07:00 |
|
Kevin Backhouse
|
2d7109b8f5
|
C++: initial implementation of a HashCons library.
|
2018-09-10 12:22:41 -07:00 |
|
Behrang Fouladi Azarnaminy
|
02047ea260
|
Edit .expected file
|
2018-09-10 10:27:29 -07:00 |
|
Tom Hvitved
|
621d845722
|
Merge pull request #11 from calumgrant/cs/standalone-cfg-fixes
C#: Fix CFG for unknown expressions
|
2018-09-10 16:41:11 +02:00 |
|
semmle-qlci
|
35a83bf0cb
|
Merge pull request #173 from aschackmull/java/mockito-verify2
Approved by yh-semmle
|
2018-09-10 14:31:43 +01:00 |
|
ian-semmle
|
953537e856
|
Merge pull request #174 from nickrolfe/vec_fill
C++: support for clang `__builtin_addressof` and GNU vector fill operations
|
2018-09-10 14:31:11 +01:00 |
|
Anders Schack-Mulligen
|
4473ccdd5e
|
Java: Add Mockito.verify to MockitoMockMethod.
|
2018-09-10 11:20:27 +02:00 |
|
Nick Rolfe
|
ab05be7b13
|
C++: update stats for builtin_addressof and vec_fill
|
2018-09-10 10:19:20 +01:00 |
|
semmle-qlci
|
b6b3581e7c
|
Merge pull request #168 from esben-semmle/js/fix-test-case-typo
Approved by asger-semmle
|
2018-09-09 22:11:15 +01:00 |
|
Esben Sparre Andreasen
|
aaf1ac770d
|
JS: reduce declared precision of js/request-forgery
|
2018-09-09 21:30:43 +02:00 |
|
Jonas Jensen
|
4051e348eb
|
Merge pull request #169 from felicity-semmle/1.18/cpp-finalize-change-notes
LGTM 1.18: finalize change notes for C/C++
|
2018-09-09 15:39:40 +02:00 |
|
Felicity Chapman
|
a08177f16b
|
Address initial feebback
|
2018-09-09 11:52:35 +01:00 |
|
Jonas Jensen
|
6bfbd21390
|
Merge pull request #159 from ian-semmle/EnumConstant
C++: Fix spurious extra qualified names for enum constants within a class
|
2018-09-08 14:55:33 +02:00 |
|
Behrang Fouladi
|
43a9d511c2
|
Update EnablingNodeIntegration.qhelp
|
2018-09-07 14:58:24 -07:00 |
|
calum
|
ecb3efba34
|
C#: Fix merge conflicts.
|
2018-09-07 18:12:28 +01:00 |
|
calum
|
9ec2172dca
|
C#: Fix CFG for unknown expressions, and add a test that also covers object initializer lists fixed by the extractor.
|
2018-09-07 17:56:44 +01:00 |
|
Behrang Fouladi
|
302e271a79
|
Update EnablingNodeIntegration.expected
Change EOL to unix format
|
2018-09-07 09:52:52 -07:00 |
|
Behrang Fouladi Azarnaminy
|
bd92cd14c5
|
Changing EOL in all files to unix format
|
2018-09-07 09:47:15 -07:00 |
|
Behrang Fouladi Azarnaminy
|
ebbd3b3111
|
Adding html encoding to EnablingNodeIntegration.qhelp
|
2018-09-07 08:47:35 -07:00 |
|
Tom Hvitved
|
f3eed4aec7
|
Merge pull request #163 from calumgrant/cs/extractor-fixes
C#: Add tests for extractor fixes, and improve CFG for ConstCases
|
2018-09-07 17:37:40 +02:00 |
|
Felicity Chapman
|
3eab1de2f5
|
Remove non-LGTM queries from notes (will move to 'studio-cpp.md')
|
2018-09-07 13:56:55 +01:00 |
|
Felicity Chapman
|
2e0818d8e6
|
Text changes for consistency and clarity
|
2018-09-07 13:55:24 +01:00 |
|
Felicity Chapman
|
e7116f57a0
|
Add query identifiers
|
2018-09-07 13:24:41 +01:00 |
|
Nick Rolfe
|
2abf91b6ab
|
C++: class and test for clang's __builtin_addressof
|
2018-09-07 12:35:12 +01:00 |
|
Nick Rolfe
|
93103e1042
|
C++: add class and test for a GNU vector fill operation
|
2018-09-07 12:07:28 +01:00 |
|
Nick Rolfe
|
8e3f63954c
|
C++: add dbscheme expr kinds for __builtin_addressof and vector fill
|
2018-09-07 12:06:44 +01:00 |
|
Felicity Chapman
|
6aa6b64b81
|
Remove placeholders and sort table
|
2018-09-07 12:05:40 +01:00 |
|
calum
|
58cf95b155
|
C#: Rewrite not using if.
|
2018-09-07 11:37:05 +01:00 |
|
calum
|
0cd4340ac3
|
C#: Address review comment: refactor last() predicate for ConstCase and TypeCase.
|
2018-09-07 10:15:16 +01:00 |
|