Files
codeql/cpp/ql/src
Dave Bartolomeo 972f0d97d3 C++: Stop generating NoOp instructions for declarations of externs
Previously, where we had a function-scoped `DeclarationEntry` for an extern variable or function, we would generate a `NoOp` instruction for it. There's nothing wrong with this by itself, although it was unnecessary. However, I've hit an extractor issue (Jira ticket already opened) that commonly causes multiple `DeclStmt`s to share a single `DeclarationEntry` child on extern declarations, so removing the `NoOp` instructions is an easy way to work around the extractor issue.
2019-07-30 16:49:24 -07:00
..
2019-05-01 10:36:15 +01:00
2019-01-24 11:15:21 +00:00
2018-11-28 18:18:28 +00:00
2019-06-18 13:26:54 +01:00
2019-07-04 17:27:40 +01:00
2018-09-23 16:24:31 -07:00
2019-01-30 09:44:07 +00:00
2019-05-02 13:36:39 +01:00