commit | fce46ee68f779e239826e69e45d01d4c8e5323ca | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Feb 24 23:50:37 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Feb 24 23:50:37 2010 +0000 |
tree | 8198039f6b30754e0b3600feb1d4eed4e236aa3d | |
parent | 26d4ac97fb514bb60c2536eae6f203dc569159d9 [diff] [blame] |
Keep track of the location of the '~' in a pseudo-destructor expression. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97080 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 689ad49..abc775e 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h
@@ -2187,6 +2187,7 @@ const CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, + SourceLocation TildeLoc, TypeSourceInfo *DestroyedType, bool HasTrailingLParen);