Sylvestre Ledru
|
f3477c13ee
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766
|
13 жил өмнө |
Sylvestre Ledru
|
94ff8e1f57
Fix a typo 'iff' => 'if'
|
13 жил өмнө |
John McCall
|
8bddeb57d1
When computing the effective context for access control,
|
13 жил өмнө |
Dmitri Gribenko
|
1ddbd89bb3
Fix a few -Wdocumentation warnings.
|
13 жил өмнө |
John McCall
|
1f2e1a96be
Check access to friend declarations. There's a number of different
|
13 жил өмнө |
Benjamin Kramer
|
478851c3ed
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
|
13 жил өмнө |
James Dennett
|
40ae6666dd
Diagnostics cleanup: Fixing \params to match the code.
|
13 жил өмнө |
John McCall
|
13489673b8
Change how we suppress access control in explicit instantiations
|
13 жил өмнө |
John McCall
|
3f152e6507
There is no reason for these methods to be out-of-line.
|
13 жил өмнө |
Francois Pichet
|
b4143472c7
Fix a comment.
|
13 жил өмнө |
Francois Pichet
|
2d01f2c414
As per John McCall comment:
|
13 жил өмнө |
Francois Pichet
|
b2d899e9ae
Emulate a MSVC bug where the creation of pointer-to-member to protected member of base class is allowed but only from a static function.
|
13 жил өмнө |
John McCall
|
12d8d80fb0
Fix the access check performed as part of the determination of whether
|
13 жил өмнө |
John McCall
|
b9abd87283
Fix several problems with protected access control:
|
13 жил өмнө |
David Blaikie
|
4e4d08403c
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
13 жил өмнө |
Douglas Gregor
|
4773654f27
Introduce a new initialization entity for lambda captures, and
|
13 жил өмнө |
Benjamin Kramer
|
dc370c1e70
Remove unused variables.
|
13 жил өмнө |
David Blaikie
|
7530c034c0
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
|
13 жил өмнө |
Douglas Gregor
|
ef96ee0be5
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
|
13 жил өмнө |
Richard Smith
|
d7c56e1114
Change the diagnostics which said 'accepted as an extension' to instead say
|
13 жил өмнө |
Douglas Gregor
|
60ef308e51
Replace all comparisons between ObjCInterfaceDecl pointers with calls
|
13 жил өмнө |
Douglas Gregor
|
7432b90e88
When we're checking access in a dependent context, don't try to look
|
13 жил өмнө |
Douglas Gregor
|
f3c02869a7
Extend IsSimplyAccessible to check for Objective-C instance variable
|
14 жил өмнө |
Douglas Gregor
|
a885dce496
Class can't be null in this context
|
14 жил өмнө |
Douglas Gregor
|
17015eff2b
Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather than a class
|
14 жил өмнө |
Douglas Gregor
|
b008012426
Don't crash in Sema::IsSimplyAccessible if the declaration is not a C++ class member. Fixes PR11108.
|
14 жил өмнө |
Douglas Gregor
|
ac57f0b909
The effective context of a friend function is its lexical
|
14 жил өмнө |
Erik Verbruggen
|
d12059673d
Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context.
|
14 жил өмнө |
John McCall
|
ca82a82082
Enforce access control for conversion operators used in contextual
|
14 жил өмнө |
Francois Pichet
|
cc6306e967
Move Microsoft access specifier bug emulation from -fms-extensions to -fm-compatibility.
|
14 жил өмнө |