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
/
SemaLookup.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Have TypoCorrectionConsumer remember the TypoCorrections it returned.
Kaelyn Takata
2014-10-27
1
-4
/
+12
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-11
/
+16
*
Move TypoCorrectionConsumer into a header.
Kaelyn Takata
2014-10-27
1
-151
/
+2
*
Factor code into CXXRecordDecl::getTemplateInstantiationPattern() helper
Reid Kleckner
2014-10-14
1
-15
/
+2
*
-ms-extensions: Allow __super in return stements.
Nikola Smiljanic
2014-10-04
1
-2
/
+11
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+21
*
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...
Craig Topper
2014-08-30
1
-2
/
+2
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-2
/
+1
*
Add another keyword-selection flag to CorrectionCandidateCallback.
Kaelyn Takata
2014-07-28
1
-1
/
+9
*
Switching some iterator-based for loops to use range-based for loops. No func...
Aaron Ballman
2014-07-15
1
-49
/
+28
*
Added the pack_elements range accessor. Refactoring some for loops to use ran...
Aaron Ballman
2014-07-15
1
-4
/
+2
*
Fix typos.
Nikola Smiljanic
2014-07-09
1
-1
/
+1
*
Propagate isAddressOfMember into typo correction so that we don't correct &qu...
Nick Lewycky
2014-06-23
1
-6
/
+19
*
Fix the caller of checkCorrectionVisibility too.
Kaelyn Takata
2014-06-17
1
-1
/
+1
*
Remove an unused argument from checkCorrectionVisibility.
Kaelyn Takata
2014-06-17
1
-2
/
+1
*
Fix the VS2012 build.
Hans Wennborg
2014-06-11
1
-5
/
+7
*
Add some comments to TypoCorrectionConsumer.
Kaelyn Takata
2014-06-11
1
-26
/
+49
*
Sink SpecifierInfo into the only class that uses it.
Kaelyn Takata
2014-06-11
1
-18
/
+13
*
Make a couple of helper classes private to TypoCorrectionConsumer.
Kaelyn Takata
2014-06-11
1
-81
/
+87
*
Clean up the TypoCorrectionConsumer's interface a bit.
Kaelyn Takata
2014-06-11
1
-37
/
+26
*
Move TypoCorrection filtering into the TypoCorrectionConsumer and make it inc...
Kaelyn Takata
2014-06-11
1
-257
/
+253
*
Move a few classes to be before TypoCorrectionConsumer.
Kaelyn Takata
2014-06-11
1
-129
/
+134
*
Remove a redundant conditional when caching typo failures.
Kaelyn Takata
2014-06-10
1
-6
/
+5
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-44
/
+45
*
fmodules-search-all: Removed dead code and added some comments.
John Thompson
2014-05-07
1
-6
/
+5
*
If an instantiation of a template is required to be a complete type, check
Richard Smith
2014-05-07
1
-3
/
+3
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-2
/
+2
*
Quick fix for layering that broke shared library build.
John Thompson
2014-04-23
1
-27
/
+7
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-2
/
+34
*
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
Richard Smith
2014-04-17
1
-84
/
+6
*
PR19452: Implement more of [over.match.oper]p3's restrictions on which non-me...
Richard Smith
2014-04-17
1
-14
/
+18
*
Fix handling of redeclaration lookup for using declarations, where the prior
Richard Smith
2014-04-11
1
-3
/
+6
*
Try harder about not suggesting methods as corrections when they
Kaelyn Takata
2014-04-04
1
-9
/
+11
*
Fix self-referential comment.
Richard Smith
2014-04-01
1
-2
/
+1
*
Be a bit smarter about what nested name qualifiers to allow when
Kaelyn Uhrain
2014-03-21
1
-7
/
+11
*
[C++11] Simplify some loops in Sema::CorrectTypo as range-based for loops.
Kaelyn Uhrain
2014-03-21
1
-24
/
+14
*
[C++11] Replacing DeclContext iterators using_directives_begin() and using_di...
Aaron Ballman
2014-03-17
1
-9
/
+7
*
[C++11] Replacing Scope iterators using_directives_begin() and using_directiv...
Aaron Ballman
2014-03-17
1
-4
/
+2
*
[C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_r...
Aaron Ballman
2014-03-17
1
-3
/
+2
*
[C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...
Aaron Ballman
2014-03-17
1
-4
/
+2
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-5
/
+2
*
Call RequireCompleteType when performing ADL even if the type is already
Richard Smith
2014-03-14
1
-6
/
+8
*
[C++11] Removing the types_begin() and types_end() APIs and replacing with a ...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing DeclContext iterators lookups_begin() and lookups_end() wit...
Aaron Ballman
2014-03-14
1
-7
/
+3
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
2014-03-13
1
-5
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-8
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-3
/
+3
[prev]
[next]