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
/
direct-initializer.cpp
Age
Commit message (
Expand
)
Author
2010-09-05
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-04-09
Turn access control on by default in -cc1.
John McCall
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-01-13
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-22
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-20
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-19
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-15
1) don't do overload resolution in selecting conversion
Fariborz Jahanian
2009-09-15
Issue good diagnostics when initialization failes due to
Fariborz Jahanian
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-17
Removed the warning
Douglas Gregor
2008-11-05
Implement C++ copy-initialization for declarations. There is now some
Douglas Gregor
2008-11-03
Implicit support for direct initialization of objects of class type, e.g.,
Douglas Gregor
2008-10-07
In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGr...
Argyrios Kyrtzidis
2008-10-06
Implement support for C++ direct initializers in declarations, e.g. "int x(1);".
Argyrios Kyrtzidis