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
/
SemaExprMember.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP 4.5] Codegen for data members in 'reduction' clause.
Alexey Bataev
2016-03-02
1
-1
/
+1
*
Twek fix for PR24473 (r261506) - Preserve the template arguments as written
Faisal Vali
2016-02-25
1
-1
/
+4
*
Fix PR24473 : Teach clang to remember to substitute into member variable temp...
Faisal Vali
2016-02-22
1
-2
/
+48
*
[OPENMP 4.5] Ccapture/codegen of private non-static data members.
Alexey Bataev
2016-02-08
1
-3
/
+13
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-3
/
+7
*
Look through using decls when classifying implicit member access
Reid Kleckner
2015-10-20
1
-4
/
+4
*
Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in st...
Reid Kleckner
2015-10-20
1
-11
/
+14
*
Diagnose UnresolvedLookupExprs that resolve to instance members in static met...
Reid Kleckner
2015-10-17
1
-14
/
+11
*
Remove the only use of LookupResult's implicit copy ctor
David Blaikie
2015-09-28
1
-0
/
+11
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-8
/
+35
*
[AST] Turn the callbacks of lookupInBases and forallBases into a function_ref
Benjamin Kramer
2015-07-25
1
-7
/
+4
*
[Sema] Diagnose use of declaration correctly.
Davide Italiano
2015-07-22
1
-9
/
+1
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-1
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition.
Benjamin Kramer
2015-04-10
1
-3
/
+2
*
[Objective-C patch] Patch to fix a crash in IRGen because
Fariborz Jahanian
2015-04-06
1
-1
/
+9
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
1
-32
/
+31
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-22
/
+3
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Fix diagnostic for static methods referencing fields from using decls
Reid Kleckner
2014-12-18
1
-2
/
+4
*
Perform correct lookup when '__super' is used in class with dependent base.
Nikola Smiljanic
2014-12-01
1
-1
/
+1
*
Have LookupMemberExprInRecord only call CorrectTypoDelayed, dropping the
Kaelyn Takata
2014-11-11
1
-68
/
+34
*
Replace MemberTypoDiags and MemberExprTypoRecovery with lambdas.
Kaelyn Takata
2014-11-11
1
-83
/
+39
*
Explicitly exclude keywords from the member validator.
Kaelyn Takata
2014-11-11
1
-10
/
+9
*
Fix some formatting prior to refactoring the code.
Kaelyn Takata
2014-11-11
1
-21
/
+23
*
Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
2014-10-27
1
-9
/
+105
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-8
/
+7
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-3
/
+1
*
Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExpr
Richard Smith
2014-05-31
1
-152
/
+142
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-57
/
+39
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-18
/
+18
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-33
/
+31
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-2
/
+4
*
vector [Sema]. Check for proper use of 's' char prefix
Fariborz Jahanian
2014-04-03
1
-1
/
+1
*
Cleanup dead assignments reported by scan-build
Arnaud A. de Grandmaison
2014-03-23
1
-2
/
+0
*
[C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...
Aaron Ballman
2014-03-17
1
-8
/
+5
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
PR12788: Remove unnecessary and incorrect special case for indirect fields.
Richard Smith
2014-01-17
1
-8
/
+1
*
It turns out the problem was a bit more wide-spread. Removing a lot of unneed...
Aaron Ballman
2014-01-03
1
-2
/
+1
*
This patch implements capturing of variables within generic lambdas.
Faisal Vali
2013-11-07
1
-1
/
+49
*
Fix a C struct diagnostic regression introduced by r187504 (PR17762).
Kaelyn Uhrain
2013-10-31
1
-0
/
+5
*
Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.
Kaelyn Uhrain
2013-10-19
1
-3
/
+32
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-25
/
+12
*
Improve the diagnostic experience, including adding recovery, for
Kaelyn Uhrain
2013-07-31
1
-4
/
+2
*
Fix member refs with using decl + anonymous union.
Eli Friedman
2013-07-16
1
-10
/
+14
*
Allow typo correction to try removing nested name specifiers.
Kaelyn Uhrain
2013-07-02
1
-1
/
+3
*
address some comments on r183474:
Adrian Prantl
2013-06-07
1
-4
/
+6
[next]