[cfe-dev] Clang 3.0 Crash if first argument of a constructor is autocompleted

Douglas Gregor dgregor at apple.com
Wed Apr 20 07:42:12 PDT 2011


On Apr 19, 2011, at 10:00 PM, Jake Woods wrote:

> Using the file:
>    class brokenfile_t {
>        public:
>            brokenfile_t (std::);
>            virtual ~brokenfile_t ();
> 
>        private:
>            /* data */
>    };
> 
> And the command:
> clang -cc1 -fsyntax-only -code-completion-at=brokenfile.cpp:3:20 brokenfile.cpp
> 
> Causes a crash with the results:

Yes, there's a bug report tracking this issue here:

	http://llvm.org/bugs/show_bug.cgi?id=9728

FWIW, there's no need to also report bugs to the mailing list. They'll be handled through Bugzilla.

	- Doug




More information about the cfe-dev mailing list