[PATCH] D14011: [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.
Manuel Klimek via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 23 01:32:06 PDT 2015
klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
lg; let's see whether it sticks this time :)
================
Comment at: include/clang/AST/ASTContext.h:456
@@ -455,1 +455,3 @@
+ /// pointer identity only, which are more common and we can save space by
+ /// only storing an unique pointer to them.
typedef llvm::DenseMap<const void *,
----------------
s/an/a/ (like user, unique begins with a 'y' sound)
http://reviews.llvm.org/D14011
More information about the cfe-commits
mailing list