Re: semantic-clang tempfiles
Dmitry Gutov <[email protected]> Wed, 24 Dec 2014 01:05:14 +0200
| Newsgroups | gmane.emacs.semantic |
|---|---|
| Message-ID | <[email protected]> |
On 12/24/2014 12:51 AM, David Engster wrote: > Unfortunately, clang can only provide > completions on an actual file, and not through stdin (last I checked). It can, since the version 2.9 (AFAIK). You substitute '-' for the filename, and then pass the file contents through STDIN (check out company-clang for an example). ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net