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
/
test
/
CXX
/
class.access
/
p4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-7
/
+3
*
Revert "Fix implementation of [temp.local]p4."
Francis Visoiu Mistrih
2019-02-15
1
-3
/
+7
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-7
/
+3
*
Switch from using a DiagnosticTrap and a note for "while defining a special
Richard Smith
2017-05-25
1
-1
/
+1
*
Fix all tests under test/CXX (and test/Analysis) to pass if clang's default
Richard Smith
2016-08-31
1
-3
/
+79
*
When formatting a C++-only declaration name, enable C++ mode in the formatter's
Richard Smith
2014-01-22
1
-2
/
+2
*
Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're
Richard Smith
2013-06-13
1
-5
/
+5
*
Fix several problems with protected access control:
John McCall
2012-04-07
1
-1
/
+1
*
Diagnose tag and class template declarations with qualified
Douglas Gregor
2012-03-17
1
-1
/
+1
*
Update our diagnostics to properly account for move operations.
Alexis Hunt
2011-05-25
1
-2
/
+2
*
Undo enough of r131143 to make private copy ctor diags say "copy constructor"...
Matt Beaumont-Gay
2011-05-19
1
-2
/
+2
*
Re-do R131114 without breaking code.
Alexis Hunt
2011-05-10
1
-3
/
+3
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-1
/
+1
*
Change the context correctly when instantiating a static data member definition.
John McCall
2011-02-14
1
-0
/
+10
*
When building a user-defined conversion sequence, keep track of the
Douglas Gregor
2011-01-20
1
-0
/
+10
*
Access control polish: drop the note on the original declaration and
John McCall
2010-10-20
1
-1
/
+31
*
PR8325: don't do destructor checking when a pointer is thrown.
Eli Friedman
2010-10-12
1
-0
/
+8
*
Add a quick-and-dirty hack to give a better diagnostic for [class.protected]
John McCall
2010-09-03
1
-1
/
+1
*
Work around a crash when checking access to injected class names
John McCall
2010-08-13
1
-0
/
+14
*
Perform access control when template lookup finds a class template.
John McCall
2010-08-13
1
-0
/
+9
*
Reinstate the fix for PR7556. A silly use of isTrivial() was
Douglas Gregor
2010-07-08
1
-2
/
+3
*
Revert r107828 and r107827, the fix for PR7556, which seems to be
Douglas Gregor
2010-07-07
1
-3
/
+2
*
Do not use CXXZeroValueInitExpr for class types. Instead, use
Douglas Gregor
2010-07-07
1
-2
/
+3
*
Make sure to check the accessibility of and mark the destructor for the
Eli Friedman
2010-06-03
1
-0
/
+6
*
When we complain about a member being inaccessible due to a constraint
Douglas Gregor
2010-05-28
1
-2
/
+2
*
When we emit an error during the implicit definition of a special
Douglas Gregor
2010-05-12
1
-9
/
+11
*
Speculatively revert r103497, "Do not mark the virtual members of an
Daniel Dunbar
2010-05-11
1
-11
/
+9
*
Do not mark the virtual members of an implicitly-instantiated class as
Douglas Gregor
2010-05-11
1
-9
/
+11
*
An access is permitted if the current template instantiates to the appropriate
John McCall
2010-05-04
1
-0
/
+55
*
Complete reimplementation of the synthesis for implicitly-defined copy
Douglas Gregor
2010-05-01
1
-2
/
+2
*
When we create a temporary of class type that we don't immediately
Douglas Gregor
2010-04-24
1
-0
/
+13
*
Keep tack of whether a base in an InitializedEntity is an inherited virtual b...
Anders Carlsson
2010-04-21
1
-3
/
+2
*
Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to repo...
Anders Carlsson
2010-04-21
1
-1
/
+13
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
1
-1
/
+1
*
Check access for the implicit calls to destructors that occur when we
John McCall
2010-04-07
1
-0
/
+12
*
Propagate the "found declaration" (i.e. the using declaration instead of
John McCall
2010-03-30
1
-0
/
+18
*
Accumulate all functions and classes that the effective context is
John McCall
2010-03-27
1
-0
/
+14
*
Do not mark the destructor of a function parameter's type. Fixes PR6709.
Douglas Gregor
2010-03-26
1
-2
/
+2
*
When finishing a function definition, leave the function definition *after*
John McCall
2010-03-25
1
-0
/
+12
*
Walk out of enums when determining effective context.
John McCall
2010-03-24
1
-0
/
+21
*
When elevating access along an inheritance path, initialize the computed
John McCall
2010-03-18
1
-0
/
+12
*
from code inspection, we were treating placement news with one argument as
John McCall
2010-03-18
1
-0
/
+17
*
Redeclaration lookups for parameter names should be flagged as redeclaration ...
John McCall
2010-03-18
1
-0
/
+12
*
Perform access control for the implicit calls to base and member destructors
John McCall
2010-03-16
1
-8
/
+9
*
Access control for implicit calls to copy assignment operators and copy
John McCall
2010-03-16
1
-0
/
+37
*
Perform access control even for the implicit destructor calls from implicit
John McCall
2010-03-16
1
-2
/
+11
*
Perform access control for the implicit base and member destructor calls
John McCall
2010-03-16
1
-4
/
+22
*
Remember access paths for visible conversion decls.
John McCall
2010-03-15
1
-0
/
+44
*
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-10
1
-17
/
+17
[next]