Geoffrey White
|
7087904637
|
C++: Solution.
|
2021-02-04 09:00:35 +00:00 |
|
Tamás Vajk
|
1fd244923b
|
Merge pull request #5052 from tamasvajk/feature/fnptr-df
C#: Add data flow 'getARuntimeTarget' predicate to 'FunctionPointerCall'
|
2021-02-04 08:51:03 +01:00 |
|
Tamas Vajk
|
543f5916c4
|
Fix expected test AST
|
2021-02-04 08:49:19 +01:00 |
|
Tamas Vajk
|
88d1539d43
|
Fix file read error log message
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
7068a265a6
|
Fix XML comment processing
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
d3244fe298
|
Add new .stats file
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
dbe656fe6a
|
Add DB upgrade folder for preprocessor directives
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
fd09883bfe
|
Add change notes for preprocessor directives
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
899e52a68a
|
Adjust getMappedLocation to not include line directives
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
a1d227dbbb
|
C#: Follow line directives when getting element location
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
967765342e
|
Assign preprocessor directives to compilation + make compilation cached
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
1ab4af275d
|
Rework if/elif/else/endif extraction
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
72547b89e6
|
Rework endregion extraction
|
2021-02-04 08:42:39 +01:00 |
|
Tamas Vajk
|
a5dec5b4aa
|
C#: Limit ancestor traversal for 'if' and 'elif' lookup
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
2b7cc15757
|
Introduce base class for branching and conditional directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
e450b61464
|
Fix code review findings in directives base class
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
60b23dc505
|
Fix code review findings in 'endregion' directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
6ef8e51bcf
|
Fix code review findings in 'line' directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
f7832adfb8
|
Fix code review findings in 'nullable' directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
567516471c
|
Fix code review findings in 'define' directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
bd64dda4c3
|
Fix code review findings in pragma warning directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
3900698b41
|
Add doc comments for preprocessor directive base class
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
a896e1522d
|
Extract active flag from directives, fix missing assembly location
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
41fbce0ad0
|
Extract #if directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
a5d18f9b68
|
Extract region directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
fe0a494bab
|
Extract line directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
4bb8b6c992
|
Extract nullable directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
15c611e22f
|
Extract warning and error directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
3740aba4a8
|
Extract undef directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
9b405144ff
|
Extract define directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
94bf3467b7
|
Extract pragma checksum directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
8b9c6712d1
|
Extract pragma warning directives
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
40186db768
|
Rename CommentPopulator
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
48d24b2264
|
Get line comments from trivia lines
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
046a37b834
|
Simplify element access extraction
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
c3ef6841d0
|
Add tests for trivia types
|
2021-02-04 08:42:38 +01:00 |
|
Tamas Vajk
|
3be229f097
|
C#: Separate visitors to dedicated files, rename and reorganize comment extraction related classes
|
2021-02-04 08:42:38 +01:00 |
|
Raul Garcia (MSFT)
|
53ab787efc
|
Fixed format
|
2021-02-03 15:54:47 -08:00 |
|
Raul Garcia (MSFT)
|
86a2aa97ec
|
Fixing incorrect file extension & adding suite
|
2021-02-03 15:48:16 -08:00 |
|
Raul Garcia (MSFT)
|
5e1e27c2b6
|
Adding queries related to the Solorigate campaign
|
2021-02-03 15:12:31 -08:00 |
|
Taus Brock-Nannestad
|
5974af661e
|
Python: Update test file
Makes the `a.b.c.d` test more sensible.
Also adds a test that shows a case where we're currently _not_ getting
the right flow.
|
2021-02-03 22:43:21 +01:00 |
|
Taus Brock-Nannestad
|
ba98b08001
|
Python: Further elaboration of use/3
|
2021-02-03 22:31:33 +01:00 |
|
Taus Brock-Nannestad
|
ebfb1faf77
|
Python: Autoformat
|
2021-02-03 22:26:46 +01:00 |
|
Rasmus Lerchedahl Petersen
|
a7ca065411
|
Python: Fix ForTarget
|
2021-02-03 22:14:15 +01:00 |
|
yoff
|
b5633625b3
|
Update python/ql/src/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2021-02-03 21:56:03 +01:00 |
|
Tamas Vajk
|
cccca879d9
|
C#: Add initial DB scheme
|
2021-02-03 21:52:00 +01:00 |
|
Taus
|
56515c5708
|
Python: Improve documentation for moduleImport
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2021-02-03 21:29:15 +01:00 |
|
Tom Hvitved
|
cf860f1dac
|
Merge pull request #5071 from hvitved/csharp/ssa/uncertain-reads
C#: Move uncertain-read logic into shared SSA implementation
|
2021-02-03 20:27:45 +01:00 |
|
Taus Brock-Nannestad
|
05f290f734
|
Python: Better explanation in use/3
|
2021-02-03 19:52:40 +01:00 |
|
Taus Brock-Nannestad
|
c5d6792c1e
|
Python: Make toString abstract
|
2021-02-03 19:52:40 +01:00 |
|