llvm-project/clang/lib/Sema
Kadir Cetinkaya a32d253f10 [clang] Make sure codecompletion is called for calls even when inside a token.
Summary:
Currently CodeCompleteCall only gets called after a comma or parantheses. This
patch makes sure it is called even at the cases like:
```foo(1^);```

Reviewers: ilya-biryukov, ioeric, hokein

Reviewed By: ilya-biryukov

Subscribers: MaskRay, jkorous, arphaman, cfe-commits

Differential Revision: https://reviews.llvm.org/D51038

llvm-svn: 341824
2018-09-10 13:46:28 +00:00
..
AnalysisBasedWarnings.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
CMakeLists.txt Compile SemaTemplate.cpp with /bigobj on MSVC 2018-07-28 01:29:31 +00:00
CodeCompleteConsumer.cpp [clang] Make sure codecompletion is called for calls even when inside a token. 2018-09-10 13:46:28 +00:00
CoroutineStmtBuilder.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
DeclSpec.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
DelayedDiagnostic.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
IdentifierResolver.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
JumpDiagnostics.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
MultiplexExternalSemaSource.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ParsedAttr.cpp [NFC] Convert ParsedAttr to use llvm::TrailingObjects 2018-08-09 20:25:12 +00:00
Scope.cpp Revert r335019 "Update NRVO logic to support early return (Attempt 2)" 2018-06-19 05:35:30 +00:00
ScopeInfo.cpp Revert r341754. 2018-09-09 05:22:49 +00:00
Sema.cpp Revert r341754. 2018-09-09 05:22:49 +00:00
SemaAccess.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
SemaAttr.cpp We have in place support for parsing #pragma FENV_ACCESS, but that 2018-08-14 17:06:56 +00:00
SemaCUDA.cpp [NFC] Rename clang::AttributeList to clang::ParsedAttr 2018-07-13 15:07:47 +00:00
SemaCXXScopeSpec.cpp Clean up and simplify RequireCompleteType. 2018-08-07 21:35:41 +00:00
SemaCast.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
SemaChecking.cpp Remove deprecated API 2018-09-06 18:26:30 +00:00
SemaCodeComplete.cpp [CodeComplete] Clearly distinguish signature help and code completion. 2018-09-07 14:04:39 +00:00
SemaConsumer.cpp
SemaCoroutine.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
SemaDecl.cpp PR33222: Require the declared return type not the actual return type to 2018-09-10 06:35:32 +00:00
SemaDeclAttr.cpp [OpenCL] Relax diagnostics on OpenCL access qualifiers 2018-09-06 15:10:26 +00:00
SemaDeclCXX.cpp [OPENMP] Fix PR38823: Do not emit vtable if it is not used in target 2018-09-06 17:56:28 +00:00
SemaDeclObjC.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
SemaExceptionSpec.cpp Remove unnecessary semicolon to silence -Wpedantic warning. NFCI. 2018-09-06 15:16:17 +00:00
SemaExpr.cpp Revert r341754. 2018-09-09 05:22:49 +00:00
SemaExprCXX.cpp [clang][NFC] Fix typo in the name of a note 2018-08-21 15:54:24 +00:00
SemaExprMember.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
SemaExprObjC.cpp [ObjC] Error out when using forward-declared protocol in a @protocol 2018-08-17 22:18:08 +00:00
SemaFixItUtils.cpp [Sema] Revert r329346 because of memory sanitizer failures. 2018-04-05 22:15:42 +00:00
SemaInit.cpp [Sema] Check that the destructor for each element of class type is 2018-09-07 02:38:01 +00:00
SemaLambda.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
SemaLookup.cpp [Sema] Make typo correction slightly more efficient 2018-09-09 17:20:03 +00:00
SemaObjCProperty.cpp Add -Wobjc-property-assign-on-object-type. 2018-09-05 19:02:00 +00:00
SemaOpenMP.cpp [OpenMP] Add support for nested 'declare target' directives 2018-09-10 02:07:09 +00:00
SemaOverload.cpp PR33222: Require the declared return type not the actual return type to 2018-09-10 06:35:32 +00:00
SemaPseudoObject.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
SemaStmt.cpp [Sema] Don't warn about omitting unavailable enum constants in a switch 2018-09-05 19:13:27 +00:00
SemaStmtAsm.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
SemaStmtAttr.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
SemaTemplate.cpp PR33222: Require the declared return type not the actual return type to 2018-09-10 06:35:32 +00:00
SemaTemplateDeduction.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
SemaTemplateInstantiate.cpp PR38627: Fix handling of exception specification adjustment for 2018-09-05 22:30:37 +00:00
SemaTemplateInstantiateDecl.cpp PR38627: Fix handling of exception specification adjustment for 2018-09-05 22:30:37 +00:00
SemaTemplateVariadic.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
SemaType.cpp [OpenCL] Relax diagnostics on OpenCL access qualifiers 2018-09-06 15:10:26 +00:00
TreeTransform.h Model type attributes as regular Attrs. 2018-08-20 21:47:29 +00:00
TypeLocBuilder.cpp [Sema] Fix bug in TypeLocBuilder::pushImpl 2016-02-18 21:05:09 +00:00
TypeLocBuilder.h Remove trailing space 2018-07-30 19:24:48 +00:00