Histórico de Commits

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