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
/
Sema
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More Sema check for constructor's member initializer along
Fariborz Jahanian
2009-07-24
1
-0
/
+9
*
Diagnose when base classes and members to be intialized
Fariborz Jahanian
2009-07-23
1
-7
/
+28
*
Add constructor used to initialize base/member in
Fariborz Jahanian
2009-07-23
1
-5
/
+20
*
Fix some memory allocation/deallocation issues
Douglas Gregor
2009-07-22
1
-2
/
+2
*
"This patch implements the restrictions on union members detailed in
Douglas Gregor
2009-07-22
1
-28
/
+29
*
Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes
Fariborz Jahanian
2009-07-22
1
-6
/
+6
*
Patch to accomodate Doug's comment on default
Fariborz Jahanian
2009-07-21
1
-5
/
+1
*
Misc fixes for -Wreorder:
Eli Friedman
2009-07-21
1
-23
/
+39
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-27
/
+27
*
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-17
1
-21
/
+21
*
Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>().
Ted Kremenek
2009-07-17
1
-3
/
+3
*
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
1
-3
/
+3
*
Added ASTs to destructor decl AST for default destruction of object's
Fariborz Jahanian
2009-07-15
1
-4
/
+7
*
Patch to build AST for ctor's initializer list according to
Fariborz Jahanian
2009-07-14
1
-0
/
+11
*
Patch to build list of inherited virtual base classes
Fariborz Jahanian
2009-07-10
1
-2
/
+12
*
Sema check on out of order object initialization of
Fariborz Jahanian
2009-07-09
1
-1
/
+68
*
Use getDeclName in DefineImplicitOverloadedAssign as well.
Anders Carlsson
2009-07-09
1
-4
/
+4
*
Pass the DeclName to the diagnostic builder so that member names will be quot...
Anders Carlsson
2009-07-09
1
-2
/
+2
*
Implement checking of exception spec compatibility for overriding virtual fun...
Sebastian Redl
2009-07-07
1
-1
/
+12
*
Catch function redeclarations with incompatible exception specifications.
Sebastian Redl
2009-07-04
1
-0
/
+6
*
Patch to allocate list of bases in CXXRecordDecl
Fariborz Jahanian
2009-07-02
1
-1
/
+1
*
Use Destroy for member initializer list clean up.
Fariborz Jahanian
2009-07-01
1
-1
/
+6
*
Patch to implement template types in ctor-initializer list.
Fariborz Jahanian
2009-07-01
1
-3
/
+5
*
Patch to support optional nested-name-specifier in in ctor-initializer
Fariborz Jahanian
2009-06-30
1
-15
/
+17
*
Diagnose multiple initialization of anonymous union
Fariborz Jahanian
2009-06-30
1
-1
/
+8
*
More diagnostics related to initialization of direct bases
Fariborz Jahanian
2009-06-30
1
-0
/
+9
*
Compute ending of iterator in for-loop once.
Fariborz Jahanian
2009-06-30
1
-16
/
+12
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-30
/
+29
*
Take care of Chris's comments.
Fariborz Jahanian
2009-06-30
1
-14
/
+15
*
A more detailed diagnosis of ill-formed ctor-initializer
Fariborz Jahanian
2009-06-30
1
-8
/
+15
*
Diagnose multiple initialzation of data-member/base
Fariborz Jahanian
2009-06-29
1
-0
/
+18
*
Renamed MarcDestructorReferenced -> MarkDestructorReferenced
Fariborz Jahanian
2009-06-27
1
-2
/
+2
*
Fix a bogus error overloading an operator where the only class
Eli Friedman
2009-06-27
1
-2
/
+3
*
Make it possible for using decls to point to operators. Fixes PR4441.
Anders Carlsson
2009-06-27
1
-3
/
+9
*
Patch to mark destructors when they are used.
Fariborz Jahanian
2009-06-26
1
-2
/
+65
*
Minor change per Doug's comments.
Fariborz Jahanian
2009-06-26
1
-2
/
+4
*
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-25
1
-1
/
+2
*
Patch to diagnose and Mark use of implicit default assignment operator.
Fariborz Jahanian
2009-06-25
1
-0
/
+88
*
Explicit braces to avoid ambiguous ‘else’.
Duncan Sands
2009-06-25
1
-1
/
+2
*
Some changes to accomodate Doug's comment for
Fariborz Jahanian
2009-06-23
1
-12
/
+7
*
patch to mark use of implicit copy constructors.
Fariborz Jahanian
2009-06-22
1
-3
/
+45
*
Robustify a bunch of C++-related declaration actions.
Douglas Gregor
2009-06-22
1
-2
/
+32
*
Implement implicit instantiation of the member functions of a class template
Douglas Gregor
2009-06-22
1
-0
/
+1
*
Changes made per Doug's comments.
Fariborz Jahanian
2009-06-22
1
-5
/
+5
*
Remove ImplicitMustBeDefined, use universal 'Used' flag
Fariborz Jahanian
2009-06-22
1
-7
/
+4
*
Made improvements in c++'s object model patch on Doug's review.
Fariborz Jahanian
2009-06-20
1
-9
/
+10
*
Parsing and AST support for using declarations, from John Thompson!
Douglas Gregor
2009-06-20
1
-0
/
+37
*
Keep track of when declarations are "used" according to C and
Douglas Gregor
2009-06-19
1
-2
/
+2
*
Patch for implementation of C++'s object model. This is
Fariborz Jahanian
2009-06-19
1
-1
/
+78
*
Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorC...
Argyrios Kyrtzidis
2009-06-17
1
-14
/
+2
[next]