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
/
references.cpp
Age
Commit message (
Expand
)
Author
2012-08-20
Better wording for reference self-initialization warning.
Hans Wennborg
2012-08-17
Warn about self-initialization of references.
Hans Wennborg
2011-08-22
Fix a crash-on-valid that has been here for a very long time:
Chandler Carruth
2010-11-16
Add another case to the whitelist of cast kinds that can convert to bool.
John McCall
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-05-17
Teach ASTContext::getUnqualifiedArrayType() how to look through
Douglas Gregor
2010-04-15
Warn about non-aggregate classes with no user-declared constructors
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-01-31
Diagnose binding a non-const reference to a vector element.
Anders Carlsson
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-09
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-09-23
Make C++ temporary-related expressions provide proper source-range information.
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-16
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2008-12-17
Removed the warning
Douglas Gregor
2008-11-23
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-03
Implement C++ DR 106 and C++ DR 540, both of which deal with
Douglas Gregor
2008-10-29
Temporary disable the const-object-declaration-without-initializer check, bec...
Douglas Gregor
2008-10-29
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-08-16
Move the C++ Sema tests into a separate SemaCXX directory.
Argyrios Kyrtzidis