index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
CodeCompleteConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Bitpack CodeCompletionResults.
Benjamin Kramer
2012-05-20
1
-7
/
+1
*
[code-complete] Introduce CodeCompletionTUInfo which will be used for caching
Argyrios Kyrtzidis
2012-04-10
1
-52
/
+69
*
Introduce a new libclang API to determine the parent context of a code
Douglas Gregor
2012-03-27
1
-9
/
+80
*
Move CodeCompletionBuilder's chunk adding methods out of line.
Benjamin Kramer
2012-03-26
1
-0
/
+34
*
When determining the availability of an enum constant, also consider
Douglas Gregor
2012-03-17
1
-2
/
+11
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-5
/
+4
*
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
1
-2
/
+5
*
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-27
1
-2
/
+8
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-1
/
+1
*
Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to
Erik Verbruggen
2011-10-14
1
-4
/
+28
*
Added CXAvailability_NotAccessible to indicate that a declaration is availabl...
Erik Verbruggen
2011-10-06
1
-1
/
+4
*
When performing code completion after at @interface, allow both
Douglas Gregor
2011-07-30
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-6
/
+5
*
Introduce a new libclang aPI function,
Douglas Gregor
2011-07-07
1
-1
/
+7
*
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-03-23
1
-4
/
+13
[next]