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
/
decl-invalid.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
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-03
Reorganize the parsing of decl groups / function definitions so that
John McCall
2009-05-12
improve the diagnostic for uses of the GCC "global variable in a register" ex...
Chris Lattner
2009-04-12
fix a valgrind problem I noticed while developing another patch,
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-28
Diagnose declarations that don't declare anything, and fix PR3020.
Sebastian Redl
2008-11-24
Rewrite FindDiagnostics to be more strict about the formatting of the
Chris Lattner
2008-04-13
This patch adds very basic support for parsing and type-checking class
Douglas Gregor
2008-04-02
Fix PR2017 and silence some bogus errors.
Chris Lattner
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-07-25
Fix a couple of bugs, add some new cool stuff.
Chris Lattner