Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Sema
/
declspec.c
750db65
Warn on duplicate function specifier
by Serge Pavlov
· 12 years ago
b1402ae
Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations.
by Richard Smith
· 13 years ago
f19ac0e
Downgrade the "declaration does not declare anything" error to a
by Douglas Gregor
· 16 years ago
fd48afe
Implement PR6423 by using one token of lookahead to disambiguate
by Chris Lattner
· 16 years ago
afe6a84
the declspec of a declaration can have storage-class specifiers,
by Chris Lattner
· 16 years ago
cf25141
Implement PR6180, substantially improving the diagnostics we get from
by Chris Lattner
· 16 years ago
bb91767
Tighten up the "cannot return array or function type" diagnostic to
by Douglas Gregor
· 16 years ago
e9823fa
implement PR3962: diagnose more faulty cases of usage of the restrict qualifier. this also removes a FIXME
by Nuno Lopes
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
810d330
Fix a long standard problem with clang retaining "too much" sugar
by Chris Lattner
· 17 years ago
1e5665e
Change a whole lot of diagnostics to take QualType's directly
by Chris Lattner
· 17 years ago
6f6d226
improve error to be something end users will actually understand :)
by Chris Lattner
· 18 years ago
daaa8ba
1) Enforce C99 6.7.3p2: "Types other than pointer types derived from
by Chris Lattner
· 18 years ago
f631997
by Steve Naroff
· 18 years ago
ab468cb
by Steve Naroff
· 18 years ago
1aa1941
by Steve Naroff
· 18 years ago
ea72f44
Implement C99 6.7.5.3p1
by Chris Lattner
· 18 years ago