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
*
Make SemaAccess smarter about determining when a dependent class might
Richard Smith
2016-03-23
1
-10
/
+5
*
Fix crash in access check for aggregate initialization of base classes. It's
Richard Smith
2016-03-08
1
-1
/
+5
*
-Wdeprecated: SavedInstanceContext is returned by value but isn't really copy...
David Blaikie
2015-08-12
1
-3
/
+8
*
[SemaAccess] Provide meaningful message when we hit llvm_unreachable().
Davide Italiano
2015-07-29
1
-1
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
[Sema] Improve llvm_unreachable() message.
Davide Italiano
2015-05-17
1
-1
/
+1
*
Don't assume friended C++ method decls have qualifiers
Reid Kleckner
2014-12-17
1
-2
/
+2
*
Consolidate some note diagnostics
Alp Toker
2014-05-28
1
-1
/
+2
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-12
/
+13
*
[C++11] Replacing CXXRecordDecl iterators friend_begin() and friend_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-9
/
+5
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-5
/
+3
*
Move the -fms-compatibility using decl check after real access checking
Reid Kleckner
2014-02-08
1
-4
/
+3
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-3
/
+2
*
Change a dyn_cast from r199794 to a straight cast
Alp Toker
2014-01-22
1
-1
/
+1
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-14
/
+8
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-5
/
+4
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-2
/
+2
*
When performing a delayed access check, use the surrounding lexical context for
Richard Smith
2013-12-11
1
-5
/
+4
*
Fix init-captures for generic lambdas.
Faisal Vali
2013-12-05
1
-2
/
+2
*
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
[next]