index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
declspec.c
Age
Commit message (
Expand
)
Author
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2010-04-08
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-02-28
Implement PR6423 by using one token of lookahead to disambiguate
Chris Lattner
2010-02-02
the declspec of a declaration can have storage-class specifiers,
Chris Lattner
2010-02-02
Implement PR6180, substantially improving the diagnostics we get from
Chris Lattner
2010-01-11
Tighten up the "cannot return array or function type" diagnostic to
Douglas Gregor
2009-12-17
implement PR3962: diagnose more faulty cases of usage of the restrict qualifi...
Nuno Lopes
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-19
Fix a long standard problem with clang retaining "too much" sugar
Chris Lattner
2008-11-24
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-04-02
improve error to be something end users will actually understand :)
Chris Lattner
2008-04-02
1) Enforce C99 6.7.3p2: "Types other than pointer types derived from
Chris Lattner
2008-02-14
A much better fix for http://llvm.org/bugs/show_bug.cgi?id=1987.
Steve Naroff
2008-02-12
Allow the parser to detect invalid DeclSpec's. This fixes http://llvm.org/bug...
Steve Naroff
2008-01-17
Declarator::clear(): Null out variable after it's been deleted.
Steve Naroff
2007-12-19
Implement C99 6.7.5.3p1
Chris Lattner