diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-02-25 23:02:36 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-02-25 23:02:36 +0000 |
commit | 3965b7be250de002d8744331631b9901941666a0 (patch) | |
tree | bb44455ae531d916159cbd3bc5f40d513cdaa589 /lib/Analysis/GRExprEngine.cpp | |
parent | ce87b929703cac0b3f236b0b0d1c7b78d8af38f2 (diff) |
Cope with use of the token '>>' inside a template argument list, e.g.,
vector<vector<double>> Matrix;
In C++98/03, this token always means "right shift". However, if we're in
a context where we know that it can't mean "right shift", provide a
friendly reminder to put a space between the two >'s and then treat it
as two >'s as part of recovery.
In C++0x, this token is always broken into two '>' tokens.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRExprEngine.cpp')
0 files changed, 0 insertions, 0 deletions