Files
codeql/cpp/ql/lib/semmle/code/cpp
idrissrio 6c09325838 C/C++ Overlay: Preserve entities that have at least one location in an unchanged file
Previously, an entity would be discarded if it had any location in a changed
file. This caused issues for entities with multiple declaration entries, such
as extern variables declared in one file and defined in another.

For example, given:
  // a.c (changed)       // b.c (unchanged)
  extern int x;          int x;

The variable `x` should be preserved because it has a location in the
unchanged file b.c, even though it also has a location in the changed file a.c.
2025-11-27 09:22:31 +01:00
..
2025-09-03 08:19:18 +02:00
2025-11-07 17:38:18 +00:00
2025-11-25 12:06:58 +00:00
2025-11-14 12:59:41 +01:00
2025-09-03 08:19:18 +02:00
2025-09-02 12:29:15 +02:00
2025-09-03 08:19:18 +02:00
2023-10-25 14:05:38 +02:00
2025-06-30 15:28:45 +02:00
2025-06-27 14:42:08 +02:00
2024-10-16 11:33:18 +02:00
2024-01-22 09:11:35 +01:00
2025-06-27 14:42:08 +02:00
2025-01-24 16:12:16 +01:00