Skip to content
Snippets Groups Projects
Commit ed37836b authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Minor fix for clang-completion-mode, from Dve Abrahams

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121771 91177308-0d34-0410-b5e6-96231b3b80d8
parent 373920bd
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,10 @@
:group 'clang-completion-mode)
;;; Extra compilation flags to pass to clang.
(defcustom clang-flags ""
(defcustom clang-flags nil
"Extra flags to pass to the Clang executable.
This variable will typically contain include paths, e.g., -I~/MyProject."
:type 'string
:type '(repeat (string :tag "Argument" ""))
:group 'clang-completion-mode)
;;; The prefix header to use with Clang code completion.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment