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
/
SemaAccess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo correction usage of SemaAccess.cpp.
Eli Friedman
2013-10-01
1
-5
/
+3
*
Teach typo correction to look inside of classes like it does namespaces.
Kaelyn Uhrain
2013-09-26
1
-0
/
+2
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-1
/
+3
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+15
*
Test commit
Serge Pavlov
2013-05-07
1
-3
/
+1
*
Implement DR580: access checks for template parameters of a class template are
Richard Smith
2013-04-29
1
-9
/
+9
*
Don't crash when diagnosing path-constrained protected
John McCall
2013-02-27
1
-104
/
+153
*
Only suppress instance context if a member is actually
John McCall
2013-02-22
1
-2
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
When computing the effective context for access control,
John McCall
2012-08-24
1
-5
/
+10
*
Fix a few -Wdocumentation warnings.
Dmitri Gribenko
2012-08-24
1
-1
/
+1
*
Check access to friend declarations. There's a number of different
John McCall
2012-08-10
1
-19
/
+38
*
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-07-04
1
-2
/
+4
*
Diagnostics cleanup: Fixing \params to match the code.
James Dennett
2012-06-22
1
-3
/
+0
*
Change how we suppress access control in explicit instantiations
John McCall
2012-05-07
1
-3
/
+0
*
There is no reason for these methods to be out-of-line.
John McCall
2012-05-07
1
-12
/
+0
*
Fix a comment.
Francois Pichet
2012-04-19
1
-1
/
+1
*
As per John McCall comment:
Francois Pichet
2012-04-18
1
-4
/
+4
*
Emulate a MSVC bug where the creation of pointer-to-member to protected membe...
Francois Pichet
2012-04-17
1
-0
/
+7
*
Fix the access check performed as part of the determination of whether
John McCall
2012-04-09
1
-0
/
+23
*
Fix several problems with protected access control:
John McCall
2012-04-07
1
-48
/
+140
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-12
/
+12
*
Introduce a new initialization entity for lambda captures, and
Douglas Gregor
2012-02-15
1
-0
/
+7
*
Remove unused variables.
Benjamin Kramer
2012-01-20
1
-2
/
+0
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-4
/
+0
*
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-14
1
-4
/
+4
*
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-29
1
-1
/
+1
*
Replace all comparisons between ObjCInterfaceDecl pointers with calls
Douglas Gregor
2011-12-15
1
-1
/
+1
*
When we're checking access in a dependent context, don't try to look
Douglas Gregor
2011-11-14
1
-0
/
+3
*
Extend IsSimplyAccessible to check for Objective-C instance variable
Douglas Gregor
2011-11-03
1
-1
/
+41
*
Class can't be null in this context
Douglas Gregor
2011-11-03
1
-1
/
+1
*
Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather t...
Douglas Gregor
2011-11-03
1
-11
/
+16
*
Don't crash in Sema::IsSimplyAccessible if the declaration is not a C++ class...
Douglas Gregor
2011-10-10
1
-1
/
+1
*
The effective context of a friend function is its lexical
Douglas Gregor
2011-10-09
1
-1
/
+5
*
Added CXAvailability_NotAccessible to indicate that a declaration is availabl...
Erik Verbruggen
2011-10-06
1
-0
/
+21
*
Enforce access control for conversion operators used in contextual
John McCall
2011-09-21
1
-2
/
+1
*
Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...
Francois Pichet
2011-09-20
1
-1
/
+1
*
Removed an unused field and its accessors methods.
Erik Verbruggen
2011-09-19
1
-6
/
+3
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-8
/
+8
*
Implement caching of default constructors on the resolution table. This
Alexis Hunt
2011-06-10
1
-10
/
+28
*
Update our diagnostics to properly account for move operations.
Alexis Hunt
2011-05-25
1
-4
/
+2
*
Emulate a MSVC bug where if during an using declaration name lookup, the decl...
Francois Pichet
2011-05-23
1
-4
/
+48
*
Undo enough of r131143 to make private copy ctor diags say "copy constructor"...
Matt Beaumont-Gay
2011-05-19
1
-2
/
+6
*
Hrm
Alexis Hunt
2011-05-12
1
-3
/
+5
*
Re-do R131114 without breaking code.
Alexis Hunt
2011-05-10
1
-6
/
+4
*
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
1
-2
/
+2
[next]