Taus
|
7a510f5d1b
|
Merge pull request #1609 from markshannon/python-better-points-to-extensions
Python points-to: Remove negative recursion when using legacy points-to extensions
v1.21.1
|
2019-07-18 16:28:39 +01:00 |
|
Mark Shannon
|
3343f6bd2f
|
Fix typo.
|
2019-07-18 15:44:29 +01:00 |
|
Mark Shannon
|
c6ae06f1df
|
Python: modernize regex library to use new points-to.
|
2019-07-18 14:16:57 +01:00 |
|
Mark Shannon
|
54a8c64b23
|
Python points-to: Remove negative recursion when using legacy points-to in legacy points-to extensions.
|
2019-07-18 14:16:52 +01:00 |
|
semmle-qlci
|
3f464926a2
|
Merge pull request #1579 from adityasharad/merge/1.20-1.21
Approved by asger-semmle
|
2019-07-11 17:35:10 +01:00 |
|
Aditya Sharad
|
e8bacd2816
|
Merge rc/1.20 into rc/1.21.
|
2019-07-11 12:10:21 +01:00 |
|
yh-semmle
|
bed1b747e7
|
Merge pull request #1576 from rneatherway/java/is-not-empty-null-guards-1.21
Java: Add `isNotEmpty` to NullGuards
|
2019-07-10 13:32:19 -04:00 |
|
Robin Neatherway
|
5c19e00084
|
Java: Add isNotEmpty to NullGuards
|
2019-07-10 16:04:45 +01:00 |
|
semmle-qlci
|
02bded38da
|
Merge pull request #1528 from asger-semmle/jsdoc-source-location-fix
Approved by xiemaisi
|
2019-07-03 08:25:19 +01:00 |
|
Asger F
|
70cbecaf1b
|
JS: Update more test outputs
|
2019-07-02 21:08:13 +01:00 |
|
Asger F
|
0c04580b5e
|
JS: fix typo in doc
|
2019-07-01 13:25:55 +01:00 |
|
Asger F
|
2ab72c4eef
|
JS: Support line breaks in types
|
2019-07-01 11:46:30 +01:00 |
|
Asger F
|
625cdb8765
|
JS: Update test output
|
2019-07-01 11:29:55 +01:00 |
|
Asger F
|
4f05eab3fd
|
JS: Make docs match reality
|
2019-07-01 11:29:55 +01:00 |
|
Asger F
|
2822e493ae
|
JS: Switch to absolute offsets
|
2019-07-01 11:29:55 +01:00 |
|
Asger F
|
d6ba1ffa8a
|
JS: Some loc() fixes
|
2019-07-01 11:29:55 +01:00 |
|
Asger F
|
fd0791bd8c
|
JS: Parse types from original source string
|
2019-07-01 11:29:55 +01:00 |
|
Asger F
|
a3c7b631f4
|
JS: Extract type source text with substring
|
2019-07-01 11:29:55 +01:00 |
|
Asger F
|
edd96b056e
|
JS: Remove redundant source field
|
2019-07-01 11:29:55 +01:00 |
|
Asger F
|
9403834af5
|
JS: Include leading star in parsed source
|
2019-07-01 11:29:55 +01:00 |
|
Asger F
|
9b4bdaecce
|
JS: Remove unneeded replace call
|
2019-07-01 11:29:55 +01:00 |
|
semmle-qlci
|
74ad6e87c1
|
Merge pull request #1509 from hvitved/csharp/rename-queries
Approved by aibaars, felicity-semmle
v1.21.0
|
2019-06-27 13:37:05 +01:00 |
|
Tom Hvitved
|
ccc30ea650
|
C#: Update change note
|
2019-06-27 11:55:31 +02:00 |
|
Tom Hvitved
|
b6cf13510c
|
C#: Update @name for two queries
|
2019-06-27 10:22:56 +02:00 |
|
Calum Grant
|
c7983a0d9d
|
Merge pull request #1501 from felicity-semmle/1.21/new-c#-queries
Update C# change notes for 1.21 to mention two new queries
|
2019-06-26 14:40:14 +01:00 |
|
Felicity Chapman
|
dcbe765e58
|
Merge pull request #1502 from markshannon/python-pythag-change-note
Python: Add change note for pythagorean query.
|
2019-06-26 13:49:50 +01:00 |
|
Felicity Chapman
|
637608cae0
|
Add information on LGTM visibility and fix typo
|
2019-06-26 13:45:37 +01:00 |
|
Mark Shannon
|
1bb003b1dc
|
Python: Add change note for pythagorean query.
|
2019-06-26 12:03:19 +01:00 |
|
Felicity Chapman
|
9645e48c98
|
Update C# change notes to mention two new queries
|
2019-06-26 11:33:37 +01:00 |
|
Taus
|
a254a84cca
|
Merge pull request #1489 from markshannon/python-fix-nested-import-stars
Python: fix nested import stars
|
2019-06-24 17:37:20 +02:00 |
|
Mark Shannon
|
9bf67e19c2
|
Python points-to: Fix up some oddities with nested from ... import *.
|
2019-06-24 15:20:15 +01:00 |
|
Mark Shannon
|
a917019915
|
Python: Add failing tests for undefined variable as value and nested 'from import *'.
|
2019-06-24 14:54:25 +01:00 |
|
Taus
|
1c91b926a8
|
Merge pull request #1482 from markshannon/python-fix-odasa-7104
Backport #1407 to rc/1.21
|
2019-06-21 15:05:32 +02:00 |
|
Mark Shannon
|
bbf25f3a23
|
Python points-to. If __all__ is overly complex, treat all 'public' symbols as exported.
|
2019-06-21 09:47:50 +01:00 |
|
Arthur Baars
|
8b58b80e5f
|
Merge pull request #1453 from markshannon/python-remove-redundant-override
Python: Remove redundant override.
|
2019-06-19 19:00:52 +02:00 |
|
Arthur Baars
|
d4bbb0f21f
|
Merge pull request #1474 from yh-semmle/java-dbscheme-diagnostics-rc
Java: add compilation/diagnostic relations to dbscheme (rc/1.21)
|
2019-06-19 18:59:58 +02:00 |
|
Mark Shannon
|
217214c9e5
|
Merge pull request #1476 from aeyerstaylor/more-python-performance
Python: Further performance improvements on large databases.
|
2019-06-19 17:43:51 +01:00 |
|
alexet
|
78bf75544e
|
Python: Improve performance of implicit_submodule_points_to
|
2019-06-19 16:01:13 +01:00 |
|
alexet
|
6472588569
|
Python: Remove pointless charpred.
|
2019-06-19 16:01:13 +01:00 |
|
alexet
|
4d1e4e0261
|
Python: Add no-inline to force correct join-order.
|
2019-06-19 16:01:12 +01:00 |
|
yh-semmle
|
f8f217be31
|
Java: add db stats for compilation/diagnostic relations
|
2019-06-19 10:44:30 +02:00 |
|
yh-semmle
|
b31b8b2403
|
Java: add compilation/diagnostic relations to dbscheme
|
2019-06-19 10:44:30 +02:00 |
|
Taus
|
bc7e6af979
|
Merge pull request #1463 from markshannon/python-no-duplicate-modules
Python: Avoid duplicate modules in points-to and resulting blow-up.
|
2019-06-19 10:35:26 +02:00 |
|
Taus
|
7ea4b6a52f
|
Merge pull request #1465 from markshannon/python-performance-tweaks
Python: Minor performance enhancements.
|
2019-06-19 10:28:10 +02:00 |
|
Mark Shannon
|
62591e469e
|
Python: Avoid duplicate modules in points-to and resulting blow-up.
|
2019-06-17 17:53:17 +01:00 |
|
Mark Shannon
|
a5fbbdeaf1
|
Python: Minor performance enhancements.
|
2019-06-14 16:16:06 +01:00 |
|
yh-semmle
|
87ebc178cc
|
Merge pull request #1457 from felicity-semmle/1.21/java-ecj-support
Java 1.21: clarify ECJ support
|
2019-06-14 07:38:39 -04:00 |
|
Taus
|
584b0a36ad
|
Merge pull request #1458 from markshannon/fix-typo
Python: Fix 2 typos.
|
2019-06-14 13:33:39 +02:00 |
|
Taus
|
51e06376a3
|
Merge pull request #1456 from markshannon/python-remove-value-get-source
Python: Remove Value.getSource(). It has no use.
|
2019-06-14 13:33:08 +02:00 |
|
Mark Shannon
|
91efce92bd
|
Python: Fix 2 typos.
|
2019-06-14 11:49:15 +01:00 |
|