[clang][dataflow] Use namespace qualifiers when defining functions.
authorMartin Braenne <mboehme@google.com>
Tue, 27 Jun 2023 04:41:17 +0000 (04:41 +0000)
committerMartin Braenne <mboehme@google.com>
Tue, 27 Jun 2023 08:56:21 +0000 (08:56 +0000)
commit9a4097e9cd891e1445ba07ac6a333321fe117fce
tree0c9057b9ad6898fc6371095c1e1bd58172d97778
parentdc6f5c9b588adfe62449a898ebd06a5a09c05439
[clang][dataflow] Use namespace qualifiers when defining functions.

See

https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions

Thank you to MaskRay for pointing this out on

https://reviews.llvm.org/D153006

Reviewed By: xazax.hun

Differential Revision: https://reviews.llvm.org/D153833
clang/lib/Analysis/FlowSensitive/RecordOps.cpp