index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaExprMember.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[Sema] Actually map a variable template specialization from pattern to instan...
Erik Pilkington
2019-07-30
1
-8
/
+8
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-7
/
+7
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-3
/
+4
*
Factor out duplicated code building a MemberExpr and marking it
Richard Smith
2019-06-06
1
-28
/
+43
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
1
-43
/
+28
*
Factor out duplicated code building a MemberExpr and marking it
Richard Smith
2019-06-05
1
-28
/
+43
*
Factor out repeated code to build 'this' expressions and mark them
Richard Smith
2019-05-24
1
-4
/
+2
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-6
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Sema/Attribute] Check for noderef attribute
Leonard Chan
2018-12-06
1
-3
/
+25
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-18
/
+18
*
[Sema][ObjC] Do not DiagnoseUseOfDecl in LookupMemberExpr
Steven Wu
2018-05-24
1
-3
/
+0
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-16
/
+19
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-7
/
+7
*
Factor out common code for diagnosing missing template arguments.
Richard Smith
2018-04-26
1
-7
/
+3
*
[OPENMP] Code cleanup and code improvements.
Alexey Bataev
2018-04-18
1
-1
/
+1
*
[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...
Eric Fiselier
2018-04-08
1
-1
/
+1
*
Revert "[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with ...
Eric Fiselier
2018-04-08
1
-1
/
+1
*
[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...
Eric Fiselier
2018-04-08
1
-1
/
+1
*
[Sema] Remove dead code in BuildAnonymousStructUnionMemberReference. NFCI
Eric Fiselier
2018-04-08
1
-54
/
+20
*
[Sema] Avoid crash for category implementation without interface
Shoaib Meenai
2018-03-27
1
-0
/
+3
*
Avoid including ScopeInfo.h from Sema.h
Reid Kleckner
2018-03-07
1
-2
/
+3
*
Fif for an issue when Clang permits assignment to vector/extvector elements i...
Andrew V. Tischenko
2018-02-09
1
-0
/
+4
*
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...
Faisal Vali
2017-12-30
1
-1
/
+1
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+1
*
Fix -Wunused-private-field to fire regardless of which implicit special membe...
Richard Smith
2017-11-01
1
-1
/
+3
*
[OpenCL] Restrict swizzle length check to OpenCL mode
Bruno Cardoso Lopes
2017-10-17
1
-1
/
+3
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-2
/
+1
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-1
/
+2
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-2
/
+1
*
Fix the second half of PR34266: Don't implicitly capture '*this' if the memb...
Faisal Vali
2017-09-17
1
-47
/
+1
*
revert r311839 (ongoing cwg discussion)
Faisal Vali
2017-08-29
1
-1
/
+1
*
revert changes from r311851.
Faisal Vali
2017-08-27
1
-7
/
+7
*
Don't see through 'using member-declarations' when determining the relation o...
Faisal Vali
2017-08-27
1
-7
/
+7
*
Pass the correct object argument when a member call to an 'unrelated' class i...
Faisal Vali
2017-08-27
1
-1
/
+1
*
[OPENMP] Fix DSA processing for member declaration.
Alexey Bataev
2017-07-20
1
-2
/
+4
*
[OPENMP] Skip BuildMemberExpr() in BuildFieldReferenceExpr(), NFC, by Kai Noda
Alexey Bataev
2017-07-11
1
-5
/
+4
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-7
/
+7
*
[Objective-C] Fix "repeated use of weak" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-6
/
+4
*
[OpenCL] Added diagnostic for checking length of vector
Egor Churaev
2017-03-21
1
-0
/
+21
*
[coroutines] Build and pass coroutine_handle to await_suspend
Gor Nishanov
2017-03-09
1
-1
/
+1
*
PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...
Richard Smith
2017-01-07
1
-0
/
+1
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
1
-0
/
+9
*
Mass-rename the handful of error_* diagnostics to err_*.
Richard Smith
2016-12-02
1
-3
/
+3
*
Sema: correct typo correction for ivars in @implementation
Saleem Abdulrasool
2016-11-17
1
-3
/
+10
*
P0217R3: Perform semantic checks and initialization for the bindings in a
Richard Smith
2016-08-11
1
-30
/
+23
*
Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar
2016-07-22
1
-1
/
+29
[next]