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
*
[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
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-5
/
+7
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-7
/
+5
*
[CodeComplete] Fix a crash in access checks of inner classes
Ilya Biryukov
2018-12-05
1
-10
/
+31
*
[CodeComplete] Cleanup access checking in code completion
Ilya Biryukov
2018-12-03
1
-31
/
+40
*
[CodeComplete] Delete unused variable in rC342449
Fangrui Song
2018-11-24
1
-1
/
+0
*
[CodeComplete] Format SemaCodeComplete.cpp and improve code consistency
Fangrui Song
2018-11-24
1
-1187
/
+1135
*
[CodeComplete] Penalize inherited ObjC properties for auto-completion
Sam McCall
2018-11-20
1
-21
/
+36
*
[CodeComplete] Do not complete self-initializations
Ilya Biryukov
2018-11-07
1
-1
/
+6
*
[clang] Improve ctor initializer completions.
Kadir Cetinkaya
2018-11-01
1
-42
/
+82
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-16
/
+16
*
[clang] Introduce new completion context types
Kadir Cetinkaya
2018-10-24
1
-9
/
+15
*
[CodeComplete] Expose InBaseClass signal in code completion results.
Eric Liu
2018-10-24
1
-5
/
+10
*
[clang] Fix a null pointer dereference.
Kadir Cetinkaya
2018-10-23
1
-0
/
+3
*
[CodeComplete] Fix accessibility of protected members when accessing members ...
Eric Liu
2018-10-22
1
-4
/
+11
*
[CodeComplete] Make sure keyword 'template' is added even when code pattern i...
Eric Liu
2018-10-15
1
-0
/
+4
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-1
/
+1
*
[CodeComplete] Fix crash when completing params function declarations.
Sam McCall
2018-10-10
1
-1
/
+2
*
[CodeComplete] Re-fix accessibilty of protected members from base class.
Eric Liu
2018-10-02
1
-5
/
+18
*
[clang] Implement Override Suggestions in Sema.
Kadir Cetinkaya
2018-10-02
1
-2
/
+99
[next]