index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
DeclCXX.cpp
Age
Commit message (
Expand
)
Author
2010-04-12
Have the CXXBaseOrMemberInitializer keep track of whether an initializer init...
Anders Carlsson
2010-03-31
Regularize support for naming conversion functions in using decls.
John McCall
2010-03-29
When collecting virtual bases it's very important to use the canonical type o...
Anders Carlsson
2010-03-29
Fix a nasty bug in the virtual base computation which would lead to us initia...
Anders Carlsson
2010-03-15
Remember declaration scope qualifiers in the AST. Imposes no memory overhead
John McCall
2010-03-15
Remember access paths for visible conversion decls.
John McCall
2010-03-12
Implement basic support for friend types and functions in non-dependent
John McCall
2010-03-11
Split C++ friend declarations into their own header/implementation file.
John McCall
2010-03-10
Create a new InjectedClassNameType to represent bare-word references to the
John McCall
2010-03-02
Eliminate the static map of overridden C++ methods, which was going to
Douglas Gregor
2010-02-27
Skip dependent virtual base classes; fixes PR6413.
Douglas Gregor
2010-02-26
Implement semantic analysis for C++ [expr.new]p18-20, which describe
Douglas Gregor
2010-02-23
Perform two more constructor/destructor code-size optimizations:
John McCall
2010-02-11
Remove another redundant ASTContext parameter
Douglas Gregor
2010-02-08
Ensure that a operator delete overload is rocognized regardless of cv-quals.
Chandler Carruth
2010-02-04
Extract a common structure for holding information about the definition
John McCall
2010-01-31
Rework base and member initialization in constructors, with several
Douglas Gregor
2010-01-30
Add an assert to make sure that we don't try to mess with overridden methods ...
Anders Carlsson
2010-01-20
Give UnresolvedSet the ability to store access specifiers for each declaration.
John McCall
2010-01-14
When qualified lookup into the current instantiation fails (because it
Douglas Gregor
2010-01-05
Improve key-function computation for templates. In particular:
Douglas Gregor
2009-12-22
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...
Douglas Gregor
2009-12-17
Patch over yet more problems with friend declarations which were provoking
John McCall
2009-12-07
getTemplateSpecializationKind should be const.
Anders Carlsson
2009-12-07
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-06
Move helper onto CXXMethodDecl.
Eli Friedman
2009-12-04
Make sure that overridden method decls are always canonical.
Anders Carlsson
2009-12-03
A new helper function to set various bits in the class when
Fariborz Jahanian
2009-12-02
Improve source location information for C++ member initializers in a
Douglas Gregor
2009-12-02
In Sema, whenever we think that a function is going to cause a vtable to be g...
Anders Carlsson
2009-12-02
r90313, in which OverloadedFunctionDecl is removed and never spoken of again.
John McCall
2009-11-23
Let using directives refer to namespace aliases. Fixes PR5479.
Sebastian Redl
2009-11-21
"Incremental" progress on using expressions, by which I mean totally ripping
John McCall
2009-11-18
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-17
Instead of hanging a using declaration's target decls directly off the using
John McCall
2009-11-17
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-14
If we attempt to add a constructor template specialization that looks
Douglas Gregor
2009-11-13
Revert r88718, which does NOT solve the constructor-template-as-copy-construc...
Douglas Gregor
2009-11-13
A constructor template cannot be instantiated to a copy
Douglas Gregor
2009-11-07
Make sure isCopyAssignment is only true for actual copy assignment operators,
Eli Friedman
2009-10-30
When looking for a copy-assignment operator to determine the cv-qualifiers on...
Douglas Gregor
2009-10-25
Audit the code for places where it is assumed that every base specifier refer...
Sebastian Redl
2009-10-13
Member function templates (and instantiations/specializations thereof)
Douglas Gregor
2009-10-12
Diagnose the declaration of explicit specializations after an implicit
Douglas Gregor
2009-10-12
Use CanQualType (instead of QualType) to store collection of visible
Fariborz Jahanian
2009-10-08
Refactoring to further simplify collection of visible conversion
Fariborz Jahanian
2009-10-08
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-07
Fixes problem in finding visible convertion functions of a class
Fariborz Jahanian
2009-09-29
Handle C++ delete expressions when the overloaded delete operator is a
Douglas Gregor
[next]