Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Parser
/
cxx0x-decl.cpp
b5f8171
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
by Richard Smith
· 7 years ago
e303e35
Add missing direct-init / parameter-declaration-clause disambiguation when
by Richard Smith
· 8 years ago
74639b1
When a type-id is unexpectedly given a name, assume that the name is unrelated
by Richard Smith
· 8 years ago
af3b325
Fix the location of "missing ';'" suggestions after annotation tokens.
by Richard Smith
· 8 years ago
6f1daa4
[c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.
by Richard Smith
· 9 years ago
83c2ecf
Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'.
by Richard Smith
· 10 years ago
c7ae3e0
Fix crash-on-invalid: don't look ahead past an unknown token, it might be EOF.
by Richard Smith
· 10 years ago
a9d1001
PR20991: ::decltype is not valid.
by Richard Smith
· 11 years ago
e2e8b0e
Revert r218925 - "Patch to warn if 'override' is missing"
by Alexander Potapenko
· 11 years ago
b91c5d6
Patch to warn if 'override' is missing
by Fariborz Jahanian
· 11 years ago
843f18f
PR20634: add some more cases that can legitimately come after a struct declaration to our list of special cases.
by Richard Smith
· 11 years ago
4b5a949
Allow virt-specifiers after GNU attributes in member-declarators. GCC doesn't
by Richard Smith
· 12 years ago
72553fc
Factor out repeated parsing of a member-declarator when parsing a
by Richard Smith
· 12 years ago
c0a5d5b
Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add a
by Richard Smith
· 12 years ago
37a45dd
Support GNU attributes in alias-declarations now that GCC has implemented them
by Richard Smith
· 12 years ago
f39720b
Don't get confused by a virt-specifier after a trailing-return-type - it's not
by Richard Smith
· 12 years ago
9ce302e
PR5066: If a declarator cannot have an identifier, and cannot possibly be
by Richard Smith
· 12 years ago
034185c
The 'constexpr implies const' rule for non-static member functions is gone in
by Richard Smith
· 12 years ago
6da24a2
Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot.
by Richard Smith
· 12 years ago
b4a9e86
Parsing support for thread_local and _Thread_local. We give them the same
by Richard Smith
· 12 years ago
1ac67d1
Fix five more cases of tokens which can legally follow a type specifier.
by Richard Smith
· 13 years ago
01141a9
*this is const in a trailing-return-type for a constexpr member function.
by Richard Smith
· 13 years ago
5f044ad
PR14855: don't silently swallow a nested-name-specifier after a type name.
by Richard Smith
· 13 years ago
2603b09
PR9903: Recover from a member functon declared with the 'typedef' specifier by
by Richard Smith
· 13 years ago
87e7951
DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.
by Richard Smith
· 13 years ago
7696571
Recover properly after a parse error in a static_assert declaration.
by Richard Smith
· 13 years ago
3731b33
Splitting the duplicated decl spec extension warning into two: one is an ExtWarn and the other a vanilla warning. This addresses PR13705, where const char const * wouldn't warn unless -pedantic was specified under the right conditions.
by Aaron Ballman
· 13 years ago
7ac3c6a
Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11
by Richard Smith
· 13 years ago
87f5dc5
Add diagnostics for comma at end of enum and for extra semicolon at namespace
by Richard Smith
· 13 years ago
bfdb108
Fix parsing of trailing-return-type. Types are syntactically prohibited from
by Richard Smith
· 14 years ago
09f76ee
Improve the diagnostic when a comma ends up at the end of a declarator group
by Richard Smith
· 14 years ago