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
/
SemaCodeComplete.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-1
/
+5
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-11
1
-6
/
+6
*
[CodeComplete] Suggest 'return nullptr' in functions returning pointers
Ilya Biryukov
2020-01-10
1
-0
/
+7
*
[Sema] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-17
1
-1
/
+1
*
[clangd] Show lambda signature for lambda autocompletions
Kirill Bobyrev
2019-11-22
1
-3
/
+27
*
[CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (rel...
Vedant Kumar
2019-11-19
1
-14
/
+2
*
[CodeComplete] Constructor overload candidates report as vector(int) instead ...
Sam McCall
2019-11-15
1
-0
/
+4
*
[clangd] Do not insert parentheses when completing a using declaration
Ilya Biryukov
2019-10-28
1
-17
/
+16
*
[CodeComplete] Ensure object is the same in compareOverloads()
Ilya Biryukov
2019-10-04
1
-0
/
+3
*
[CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken ...
Sam McCall
2019-07-18
1
-4
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-5
/
+5
*
Use getOperatorSpelling to get the spelling of an overloaded operator
Richard Smith
2019-06-14
1
-2
/
+3
*
Re-land "[CodeComplete] Improve overload handling for C++ qualified and ref-q...
Sam McCall
2019-06-10
1
-20
/
+121
*
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...
Sam McCall
2019-06-10
1
-112
/
+20
*
Revert "Revert "[CodeComplete] Improve overload handling for C++ qualified an...
Sam McCall
2019-06-10
1
-20
/
+112
*
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...
Vlad Tsyrklevich
2019-06-07
1
-111
/
+14
*
[CodeComplete] Improve overload handling for C++ qualified and ref-qualified ...
Sam McCall
2019-06-07
1
-14
/
+111
*
[CodeComplete] Include more text into typed chunks of pattern completions
Ilya Biryukov
2019-06-04
1
-12
/
+4
*
[CodeComplete] Add a bit more whitespace to completed patterns
Ilya Biryukov
2019-06-03
1
-0
/
+17
*
[CodeComplete] Add semicolon when completing patterns for 'static_assert' and...
Ilya Biryukov
2019-05-29
1
-0
/
+2
*
[CodeComplete] Set preferred type for qualified-id
Ilya Biryukov
2019-05-28
1
-5
/
+11
*
[CodeComplete] Consistently break after '{' in multi-line patterns
Ilya Biryukov
2019-05-28
1
-0
/
+8
*
[CodeComplete] Complete 'return true/false' in boolean functions
Ilya Biryukov
2019-05-27
1
-11
/
+26
*
[CodeComplete] Add whitespace around braces in lambda completions
Ilya Biryukov
2019-05-24
1
-0
/
+3
*
[CodeComplete] Filter override completions by function name
Ilya Biryukov
2019-05-24
1
-18
/
+29
*
[CodeComplete] Only show lambda completions if patterns are requested
Ilya Biryukov
2019-05-23
1
-0
/
+2
*
[CodeComplete] Complete a lambda when preferred type is a function
Ilya Biryukov
2019-05-23
1
-0
/
+71
*
[CodeComplete] Complete enumerators when preferred type is an enum
Ilya Biryukov
2019-05-16
1
-21
/
+44
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-1
/
+2
*
[CodeComplete] Add a trailing semicolons to some pattern completions
Ilya Biryukov
2019-05-06
1
-0
/
+9
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-4
/
+2
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-2
/
+4
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-16
/
+13
*
[CodeComplete] Fix crash when completing ObjC block parameter with a broken type
Sam McCall
2019-04-04
1
-0
/
+5
*
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-2
/
+3
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-2
/
+3
*
Support framework import/include auto-completion
David Goldman
2019-02-27
1
-6
/
+28
*
[CodeComplete] Propagate preferred type for function arguments in more cases
Ilya Biryukov
2019-02-26
1
-2
/
+22
*
[CodeComplete] Collect visited contexts when scope specifier is invalid.
Eric Liu
2019-02-21
1
-1
/
+14
*
Make some helper functions static. NFC.
Benjamin Kramer
2019-02-11
1
-2
/
+2
*
[CodeComplete] Propagate preferred types through parser in more cases
Ilya Biryukov
2019-01-31
1
-112
/
+199
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-5
/
+5
*
[CodeComplete] [clangd] Fix crash on ValueDecl with a null type
Ilya Biryukov
2019-01-24
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Sema][NFC] Fix Wimplicit-fallthrough warning in getCursorKindForDecl
Bruno Ricci
2018-12-21
1
-0
/
+1
*
[CodeComplete] Properly determine qualifiers of 'this' in a lambda
Ilya Biryukov
2018-12-19
1
-5
/
+3
*
[CodeComplete] Temporarily disable failing assertion
Ilya Biryukov
2018-12-13
1
-1
/
+2
*
[CodeComplete] Fill preferred type on binary expressions
Ilya Biryukov
2018-12-13
1
-3
/
+80
*
[CodeComplete] Set preferred type to bool on conditions
Ilya Biryukov
2018-12-13
1
-2
/
+4
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-7
/
+5
[next]