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
/
SemaCXX
/
typedef-redecl.cpp
Age
Commit message (
Expand
)
Author
2011-12-26
Delay checking of typedefs of dependent types. Fixes PR11630.
Rafael Espindola
2011-11-29
PR10101: Recover better from a common copy-paste error: if a function
Richard Smith
2010-07-13
Diagnose typedef of an operator name. Fixes PR7462
Douglas Gregor
2010-04-27
When checking the redeclaration context of a typedef that refers to a
Douglas Gregor
2010-04-23
Recommit my change to how C++ does elaborated type lookups, now with
John McCall
2010-04-23
Revert "C++ doesn't really use "namespaces" for different kinds of names the ...
Daniel Dunbar
2010-04-23
C++ doesn't really use "namespaces" for different kinds of names the same
John McCall
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-30
Typedefs can be redeclared. That seems like something we should record in
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-29
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...
Daniel Dunbar
2009-10-27
Disabling some MS extensions which cause this test to fail
John Thompson
2009-05-03
One can use "class" and "struct" interchangeably to refer to a class
Douglas Gregor
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
2009-01-28
Complete semantic checking for typedef redeclarations in C++. The
Douglas Gregor
2008-11-23
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-21
Allow redeclaration of typedefs in C++
Douglas Gregor