index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
CodeCompleteConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
Fangrui Song
2022-08-08
1
-1
/
+1
*
Argument name support for function pointer signature hints
Qwinci
2022-07-19
1
-1
/
+14
*
[clangd][ObjC] Filter ObjC method completions on the remaining selector
David Goldman
2022-05-20
1
-0
/
+9
*
[clang] Add a raw_ostream operator<< overload for QualType
Nathan James
2022-04-20
1
-2
/
+1
*
[CodeCompletion] Signature help for aggregate initialization.
Sam McCall
2022-01-04
1
-2
/
+72
*
[CodeCompletion] Signature help for braced constructor calls
Sam McCall
2022-01-03
1
-2
/
+2
*
[CodeCompletion] Signature help for template argument lists
Sam McCall
2022-01-03
1
-0
/
+11
*
[NFC][Sema] Return underlying strings directly instead of OS.str()
Logan Smith
2021-12-09
1
-2
/
+2
*
[clang] Use llvm::reverse. NFCI.
Benjamin Kramer
2021-11-07
1
-2
/
+1
*
[CodeComplete] Basic code completion for attribute names.
Sam McCall
2021-08-12
1
-0
/
+3
*
[clang] Rename StringRef _lower() method calls to _insensitive()
Martin Storsjö
2021-06-25
1
-1
/
+1
*
[Sema] Use isa<> instead of dyn_cast<> as pointer is never dereferenced. NFCI.
Simon Pilgrim
2020-11-15
1
-4
/
+2
*
Remove llvm::Error include form Diagnostic.h
Reid Kleckner
2020-04-06
1
-0
/
+1
*
[CodeComplete] Member completion for concept-constrained types.
Sam McCall
2020-03-31
1
-22
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeComplete] Set preferred type to bool on conditions
Ilya Biryukov
2018-12-13
1
-2
/
+5
*
[CodeComplete] Cleanup access checking in code completion
Ilya Biryukov
2018-12-03
1
-0
/
+3
*
[CodeComplete] Simplify CodeCompleteConsumer.cpp, NFC
Fangrui Song
2018-11-25
1
-77
/
+69
*
[clang] Introduce new completion context types
Kadir Cetinkaya
2018-10-24
1
-6
/
+9
*
[CodeComplete] Expose InBaseClass signal in code completion results.
Eric Liu
2018-10-24
1
-7
/
+12
*
[CodeComplete] Add completions for filenames in #include directives.
Sam McCall
2018-09-18
1
-1
/
+5
*
[clang] Make sure codecompletion is called for calls even when inside a token.
Kadir Cetinkaya
2018-09-10
1
-0
/
+4
*
[CodeComplete] Report location of opening parens for signature help
Ilya Biryukov
2018-08-30
1
-10
/
+12
*
Remove trailing space
Fangrui Song
2018-07-30
1
-55
/
+55
*
Optionally add code completion results for arrow instead of dot
Ivan Donchevskii
2018-05-25
1
-0
/
+18
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
[Sema] Revert r329346 because of memory sanitizer failures.
Eugene Zelenko
2018-04-05
1
-10
/
+10
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-04-05
1
-10
/
+10
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-02-20
1
-32
/
+31
*
[CodeComplete] Avoid name clashes of 'Kind' inside CodeCompletionContext. NFC
Ilya Biryukov
2018-02-19
1
-3
/
+3
*
[CodeComplete] Add a helper to print CodeCompletionContext::Kind
Ilya Biryukov
2018-02-19
1
-0
/
+75
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+1
*
[clang] Expose orderedString from CodeCompletionResult. NFC
Sam McCall
2017-11-15
1
-16
/
+12
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-3
/
+3
*
Fix unnecessary default switch warning
Simon Pilgrim
2016-07-27
1
-1
/
+1
*
Implement filtering for code completion of identifiers.
Vassil Vassilev
2016-07-27
1
-0
/
+25
*
Silence some MSVC false positive warnings about integer zexts and falling off...
Reid Kleckner
2016-02-10
1
-1
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[libclang] Replace ObjC generic parameters in code-completion results.
Douglas Gregor
2015-07-07
1
-2
/
+4
*
Teach Twine to support SmallString.
Yaron Keren
2015-03-17
1
-10
/
+7
*
Improves overload completion result chunks.
Francisco Lopes da Silva
2015-01-28
1
-2
/
+28
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-5
/
+5
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-1
/
+0
*
Allow the computation of the base priority for a declaration code completion ...
Douglas Gregor
2013-01-31
1
-28
/
+0
*
Use 'const Decl *' throughout code completion in Sema
Dmitri Gribenko
2013-01-23
1
-15
/
+16
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
[libclang] Remove the ParentKind cursor kind from code-completion results.
Argyrios Kyrtzidis
2012-09-26
1
-5
/
+2
*
Add a new libclang completion API to get brief documentation comment that is
Dmitri Gribenko
2012-07-02
1
-5
/
+14
[next]