Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
ba362f6478b8adef3f47c8cd05827c9e3ef5605e
/
test
/
SemaCXX
/
decl-expr-ambiguity.cpp
3eb1c54
Removed the warning
by Douglas Gregor
· 16 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 16 years ago
858bb6f
implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better.
by Chris Lattner
· 16 years ago
98cd599
Initial step toward supporting qualification conversions (C++ 4.4).
by Douglas Gregor
· 16 years ago
0fe7060
Tweak an expected-error to match the output. IMHO it is better to diagnose 'int (void)' because it has the same meaning in C and C++.
by Gabor Greif
· 16 years ago
259b0d9
Issue a warning when there's an ambiguous function declarator (that could be a direct initializer for a variable defition).
by Argyrios Kyrtzidis
· 16 years ago
d3dbbb6
Add some text from the C++ standard and additional ambiguity resolution tests.
by Argyrios Kyrtzidis
· 16 years ago
78c8d80
Handle ambiguities between expressions and type-ids that occur inside parentheses, e.g.:
by Argyrios Kyrtzidis
· 16 years ago
b9f3419
Found a subtle bug caused by an implicit enum-to-bool conversion (of the TentativeParsingResult enum).
by Argyrios Kyrtzidis
· 16 years ago
bbc70c0
Disambiguate between a declaration or an expression, in the 'for-init-statement' part of a 'for' statement.
by Argyrios Kyrtzidis
· 16 years ago
ca35baa
Fix Parser::isCXXConditionDeclaration to properly resolve declarations.
by Argyrios Kyrtzidis
· 16 years ago
a8a4598
Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement.
by Argyrios Kyrtzidis
· 16 years ago
1ee2c43
Consider GNU attributes when doing ambiguity resolution.
by Argyrios Kyrtzidis
· 16 years ago
5404a15
Resolve ambiguous C++ statements (C++ 6.8p1).
by Argyrios Kyrtzidis
· 16 years ago