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
*
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
*
Implement correct name lookup inside an initializer of a C++ class static dat...
Argyrios Kyrtzidis
2009-06-17
1
-0
/
+55
*
Removed deadcode related to addition of constructor
Fariborz Jahanian
2009-06-17
1
-5
/
+0
*
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-17
1
-1
/
+1
*
Handle temporaries in default arguments.
Anders Carlsson
2009-06-16
1
-1
/
+4
*
It's an error to use a function declared in a class definition as a default a...
Anders Carlsson
2009-06-12
1
-3
/
+12
*
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argume...
Anders Carlsson
2009-06-06
1
-1
/
+1
*
Remove VarDecl from CXXConstructExpr.
Anders Carlsson
2009-05-30
1
-1
/
+1
*
Pretty printing and improved representation for namespace alias declarations
Douglas Gregor
2009-05-30
1
-1
/
+3
*
Printing for using directives, e.g.,
Douglas Gregor
2009-05-30
1
-2
/
+6
*
Reimplement much of the way that we track nested classes in the
Douglas Gregor
2009-05-27
1
-0
/
+17
*
Reintroduce the home for exception specs, and make Sema fill it. However, kee...
Sebastian Redl
2009-05-27
1
-0
/
+3
*
When evaluating a VarDecl as a constant or determining whether it is
Douglas Gregor
2009-05-26
1
-1
/
+1
*
When assigning from an rvalue to a const reference, the implicit cast from T ...
Anders Carlsson
2009-05-19
1
-1
/
+1
*
Deal with an icky corner case where we were complaining that a catch
Douglas Gregor
2009-05-18
1
-1
/
+1
*
Template instantiation for C++ try/catch statements.
Douglas Gregor
2009-05-18
1
-18
/
+42
*
Rewrite PureVirtualMethodCollector to use the overridden methods. Fixes <rdar...
Anders Carlsson
2009-05-17
1
-22
/
+26
*
Reflow some comments.
Mike Stump
2009-05-16
1
-18
/
+16
*
Better diagnostics for covariance when checking overriding return types.
Anders Carlsson
2009-05-14
1
-6
/
+65
*
Add return type checking for overriding virtual functions. We currently don't...
Anders Carlsson
2009-05-14
1
-0
/
+22
[next]