summaryrefslogtreecommitdiff
path: root/company-clang.el
Commit message (Expand)AuthorAge
* company-clang: Skip over identity preprocessor #definesDmitry Gutov2018-12-12
* Truncate the Clang error in the echo areaDmitry Gutov2018-05-01
* ReindentDmitry Gutov2018-02-08
* company-clang--start-process: Kill the existing process, if anyDmitry Gutov2018-02-08
* Fix last changeDmitry Gutov2017-12-19
* Specify typeDmitry Gutov2017-12-19
* Fall back to earlier behavior with Clang < 4.0Dmitry Gutov2017-12-19
* Rework Clang version handlingDmitry Gutov2017-12-19
* Place cursor at correct location for completionsJefferson Carpenter2017-10-02
* Don't show (anonymous) as function annotation, or in argument expansionsDmitry Gutov2017-01-13
* Use tramp-aware `start-file-process' to start completion processJuergen Hoetzel2016-12-22
* Use pipes instead of PTYs to receive output from ClangJuergen Hoetzel2016-12-09
* Bump copyright yearsDmitry Gutov2016-01-03
* Rename company-clang-obc-templatify to company-template-objc-templatifyDmitry Gutov2016-01-03
* Spell "backend" and "frontend" without hyphensDmitry Gutov2015-10-03
* company-clang--start-process: Only erase buffer when there's no existing processDmitry Gutov2015-06-21
* Update company-clang-objc-templatify in line with the previous changeDmitry Gutov2015-04-05
* string-prefix-p signals error on nil in Emacs < 25Dmitry Gutov2015-03-25
* Don't use `forward-symbol', apparently it's not in 24.3Dmitry Gutov2015-03-16
* Handle function pointers in annotation and template expansionDmitry Gutov2015-03-16
* company-clang--start-process: Disable undo in the output bufferDmitry Gutov2015-02-02
* Add a commentDmitry Gutov2015-01-30
* Remove ineffective change from c6e9fbad312fc62876d40032a84a94439a055d05Dmitry Gutov2015-01-07
* Support template functions in company-clang annotationsDmitry Gutov2015-01-07
* company-clang--start-process: Bind process-adaptive-read-buffering to nilDmitry Gutov2014-12-07
* company-template-c-like-templatify: Support genericsDmitry Gutov2014-10-13
* company-clang-arguments: Fix default element valueDmitry Gutov2014-10-05
* Add package-version property to vars after in 0.7.0Dmitry Gutov2014-06-04
* company-clang--annotation: include method qualifiers in the annotationDmitry Gutov2014-05-18
* company-clang--build-complete-args: don't call -cc1 directlyDmitry Gutov2014-05-18
* company-clang: tweak the objc args recognitionDmitry Gutov2014-04-29
* company-clang: don't mistake scoping operator for objc argsDmitry Gutov2014-04-29
* Introduce company-clang-insert-argumentsDmitry Gutov2014-04-14
* Use cl-libBozhidar Batsov2014-04-09
* Define and use `company-grab-symbol-cons'Dmitry Gutov2014-04-04
* Make company-clang work asynchronouslyDmitry Gutov2014-04-01
* company-clang--build-location: try to be more careful with encodingDmitry Gutov2014-03-21
* company-clang: handle multibyte chars between bol and pointDmitry Gutov2014-03-18
* Fix #80Dmitry Gutov2014-03-18
* Display annotationsDmitry Gutov2014-02-03
* Separate executable from arguments in the error output bufferChen Bin2013-07-28
* Set emacs-lisp-docstring-fill-column to 75,Dmitry Gutov2013-05-26
* Update company-clang.elDmitry Gutov2013-05-06
* company-clang-begin-after-member-access: include C++'s scope operatorDmitry Gutov2013-05-06
* Close #19Dmitry Gutov2013-05-06
* company-clang: with 2.9+, use stdinConstantin2013-05-04
* company-template-c-like-templatify: use "argN" as actual field textDmitry Gutov2013-04-14
* company-clang docstring: Clang with capital CDmitry Gutov2013-04-10
* company-clang post-completion: early abort when ObjC and no ":"Dmitry Gutov2013-04-10
* Support c++-mode in company-clang; templatify calls in C and C++Dmitry Gutov2013-04-10