summaryrefslogtreecommitdiffstats
path: root/clang/utils/clang-completion-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Delete clang-completion-mode.el.Manuel Klimek2016-10-111-248/+0
| | | | | | | | | | | | It has been unmaintained for a while (last change was more than four years ago), and it appears not widely used. By now there are multiple well-maintained alternatives (emacs-ycmd, atuo-complete-clang), and if users try to make this work they'll likely have a bad user experience. Reasoning and problems pointed out by Philipp Stephani. llvm-svn: 283864
* Fix warnings in clang-completion-mode.el.Manuel Klimek2016-09-281-7/+6
| | | | | | | | | - Use defvar to declare variables - Don't use delete-backward-char, which is for interactive use only Patch by Philipp Stephani llvm-svn: 282573
* Minor comments and changes to clang-completion-mode.el, from David Wood!Douglas Gregor2012-06-071-19/+11
| | | | llvm-svn: 158174
* Add a FIXME for uncomplete commentGabor Greif2012-04-241-7/+7
| | | | | | | fix a typo add punctuation llvm-svn: 155443
* Minor fix for clang-completion-mode, from Dve AbrahamsDouglas Gregor2010-12-141-2/+2
| | | | llvm-svn: 121771
* Insert clang-flags into the clang command. Currently it needs to be a list;John McCall2010-01-131-18/+18
| | | | | | future work should permit strings (by splitting them into a list o' strings). llvm-svn: 93299
* Switch the Emacs clang-completion-mode over to clang -cc1Douglas Gregor2009-12-111-19/+19
| | | | llvm-svn: 91185
* Experimental, ultra-hacking Emacs minor mode for Clang-based code completion.Douglas Gregor2009-10-091-0/+257
llvm-svn: 83681
OpenPOWER on IntegriCloud