index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
DeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix this for real.
Anders Carlsson
2009-08-28
1
-2
/
+2
*
Omnibus friend decl refactoring. Instead of cloning AST classes for friend
John McCall
2009-08-28
1
-13
/
+13
*
Check in UnresolvedUsingDecl.
Anders Carlsson
2009-08-28
1
-0
/
+11
*
Skip over bases/fields with dependent types.
Fariborz Jahanian
2009-08-25
1
-0
/
+4
*
BuildCXXConstructExpr now returns an OwningExprResult.
Anders Carlsson
2009-08-25
1
-1
/
+1
*
Fixes pr4763.
Fariborz Jahanian
2009-08-24
1
-4
/
+7
*
Implement conversion function templates, along with the ability to use
Douglas Gregor
2009-08-21
1
-0
/
+8
*
Introduce support for constructor templates, which can now be declared
Douglas Gregor
2009-08-21
1
-0
/
+12
*
We now support overriding base functions in vtables. WIP.
Mike Stump
2009-08-21
1
-0
/
+2
*
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-19
1
-7
/
+12
*
Fix test failure due to uninitialized member.
Eli Friedman
2009-08-15
1
-4
/
+4
*
More toward synthesizing copy assignments. SWIP.
Fariborz Jahanian
2009-08-12
1
-2
/
+3
*
Add a FriendClassDecl type for holding declarations of friend types in
John McCall
2009-08-11
1
-2
/
+8
*
ir-gen support for anonymous union data member
Fariborz Jahanian
2009-08-11
1
-0
/
+5
*
Argument-dependent lookup for friend declarations. Add a new decl type,
John McCall
2009-08-11
1
-0
/
+9
*
Fix an indentation.
Fariborz Jahanian
2009-08-10
1
-2
/
+1
*
Support for anonymous union in ctor's initializer and
Fariborz Jahanian
2009-08-10
1
-2
/
+18
*
Fix some const_cast issues. This is the beginning of the rabbit hole.
Mike Stump
2009-08-07
1
-6
/
+3
*
Introduce the canonical type smart pointers, and use them in a few places to
Douglas Gregor
2009-08-05
1
-1
/
+2
*
Compute end_overridden_methods in a way that keeps ENABLE_EXPENSIVE_CHECKS
Daniel Dunbar
2009-08-02
1
-1
/
+1
*
Avoid accessing invalid std::vector element; this makes clang
Daniel Dunbar
2009-08-01
1
-2
/
+3
*
Add code to setup the vtable pointer in the constructor. Work in progress.
Mike Stump
2009-07-31
1
-1
/
+3
*
Make tag declarations redeclarable. This change has three purposes:
Douglas Gregor
2009-07-29
1
-2
/
+6
*
Change uses of:
Ted Kremenek
2009-07-29
1
-14
/
+14
*
Some code refactoring per Daniel's feedback.
Fariborz Jahanian
2009-07-25
1
-16
/
+12
*
More work toward initialization of objects
Fariborz Jahanian
2009-07-24
1
-2
/
+3
*
This patch fixes the implementations of the __has_trivial_destructor
Douglas Gregor
2009-07-23
1
-16
/
+9
*
Diagnose when base classes and members to be intialized
Fariborz Jahanian
2009-07-23
1
-6
/
+13
*
Add constructor used to initialize base/member in
Fariborz Jahanian
2009-07-23
1
-3
/
+24
*
Fix some memory allocation/deallocation issues
Douglas Gregor
2009-07-22
1
-4
/
+3
*
Improved on performance of the algorithm for proper ordering of
Fariborz Jahanian
2009-07-22
1
-44
/
+39
*
"This patch implements the restrictions on union members detailed in
Douglas Gregor
2009-07-22
1
-3
/
+16
*
Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes
Fariborz Jahanian
2009-07-22
1
-4
/
+7
*
Minor mod. per Doug's comment.
Fariborz Jahanian
2009-07-22
1
-2
/
+2
*
Patch to accomodate Doug's comment on default
Fariborz Jahanian
2009-07-21
1
-10
/
+32
*
Add the location of the tag keyword into TagDecl. From Enea
Douglas Gregor
2009-07-21
1
-3
/
+5
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-11
/
+11
*
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-17
1
-11
/
+11
*
Added ASTs to destructor decl AST for default destruction of object's
Fariborz Jahanian
2009-07-15
1
-0
/
+44
*
Fixed a bug in building ctor-initializer AST.
Fariborz Jahanian
2009-07-14
1
-2
/
+3
*
Support data members of array type in default
Fariborz Jahanian
2009-07-14
1
-1
/
+3
*
Moved a FIXME to where it was meant to be.
Fariborz Jahanian
2009-07-14
1
-1
/
+1
*
Patch to build AST for ctor's initializer list according to
Fariborz Jahanian
2009-07-14
1
-1
/
+70
*
Fix breakage on Windows, cannot redeclare loop variable i in the immediate sc...
Alisdair Meredith
2009-07-11
1
-4
/
+4
*
Fix type of 'this' and add a decltype test.
Anders Carlsson
2009-07-10
1
-1
/
+1
*
Patch to build list of inherited virtual base classes
Fariborz Jahanian
2009-07-10
1
-3
/
+69
*
Fix a corner case with argument-dependent lookup and overloaded function sets.
Douglas Gregor
2009-07-08
1
-0
/
+33
*
A few change per Doug's feedback.
Fariborz Jahanian
2009-07-07
1
-3
/
+2
*
Patch to allocate list of bases in CXXRecordDecl
Fariborz Jahanian
2009-07-02
1
-5
/
+9
*
Use Destroy for member initializer list clean up.
Fariborz Jahanian
2009-07-01
1
-1
/
+9
[next]