[PATCH] D41989: [CodeComplete] Add an option to omit results from the preamble.

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 06:55:50 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322371: [CodeComplete] Add an option to omit results from the preamble. (authored by sammccall, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D41989

Files:
  cfe/trunk/include/clang-c/Index.h
  cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h
  cfe/trunk/include/clang/Sema/CodeCompleteOptions.h
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/lib/Frontend/ASTUnit.cpp
  cfe/trunk/lib/Sema/SemaCodeComplete.cpp
  cfe/trunk/lib/Sema/SemaLookup.cpp
  cfe/trunk/test/Index/complete-pch-skip.cpp
  cfe/trunk/test/Index/complete-pch-skip.h
  cfe/trunk/tools/c-index-test/c-index-test.c
  cfe/trunk/tools/libclang/CIndexCodeCompletion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41989.129619.patch
Type: text/x-patch
Size: 23310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180112/e3df0ecb/attachment.bin>


More information about the llvm-commits mailing list