[PATCH] D58189: [clang][Index] Fix usage of IndexImplicitInstantiation
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 13 10:36:21 PST 2019
ilya-biryukov added inline comments.
================
Comment at: unittests/Index/IndexTests.cpp:30
+struct Position {
+ size_t Line;
----------------
NIT: put all of the decls of a file into an anonymous namespace
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58189/new/
https://reviews.llvm.org/D58189
More information about the cfe-commits
mailing list