r207392 - libclang: split out the documentation comment API
Dmitri Gribenko
gribozavr at gmail.com
Sun Apr 27 23:18:53 PDT 2014
On Mon, Apr 28, 2014 at 3:39 AM, Alp Toker <alp at nuanti.com> wrote:
> +/* Include the comment API for compatibility. This will eventually go away. */
> +#include "clang-c/Documentation.h"
No, it can not go away until we bump libclang major version.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list