Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Issue 199743006: Fix C++ compilation issue (Closed)

Created:
6 years, 9 months ago by rossberg
Modified:
6 years, 9 months ago
Reviewers:
tfarina, marja
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/preparser.h View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
6 years, 9 months ago (2014-03-17 10:28:30 UTC) #1
rossberg
Committed patchset #1 manually as r19977.
6 years, 9 months ago (2014-03-17 10:28:58 UTC) #2
tfarina
https://codereview.chromium.org/199743006/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/199743006/diff/1/src/preparser.h#newcode1629 src/preparser.h:1629: if (!this->IsValidLeftHandSide(expression)) { what was the error? Usually it ...
6 years, 9 months ago (2014-03-19 17:33:01 UTC) #3
rossberg
6 years, 9 months ago (2014-03-19 18:13:15 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/199743006/diff/1/src/preparser.h
File src/preparser.h (right):

https://codereview.chromium.org/199743006/diff/1/src/preparser.h#newcode1629
src/preparser.h:1629: if (!this->IsValidLeftHandSide(expression)) {
On 2014/03/19 17:33:01, tfarina wrote:
> what was the error? Usually it is good to paste it in the CL description. Was
> this clang only?

The usual C++ idiocy about template parameter dependent name resolution, that
only some compilers bother to diagnose. Why?

Powered by Google App Engine
This is Rietveld 408576698