Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to create a IASTPreprocessorIncludeStatement
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Tue, 19 Nov 2019 01:10:29 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Fy9okzI/fkIhHbfjI2VhMY58mRP9nE9Ih529iqNpAII=; b=fd2Y7akl4ZFrP2F55N7vkorxq1l8d0n631ODjGrpS+ugOmizP/KHGn3Vs25dyzFHaljmAgM2fE28Oh2rmQWMpevMGNs/gYblkvZxb+4L4d2C9iHPRDlz/FMNj5hchdx9DDqwI5iuO7bt35r3BFjGNbJjrKsMw1krvUX2VDeZk9JB7YIUjO49d3RFGpz4WHqsJ0EHejRGM8vVNWiQ2f0eP/hayaVYGk5qRpjhUA9eYNLm5OWFj8ZgeaReWl+bh0Z9o0T61IQWi9XJrofF+ZHr17og2rt8kYIdFMvdpcNBVYQeTAb9oGV4liD6xVbbC5ujx0OcyAyCYo8aTwsyWLD6Tg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fT2uH5g0egUs8unr9kH0gPLPQBY2C6jk9e+8dYoyFBOBjpc63pgku2XqqkYlc8kE7frweBpi0gnB6qIXZmtwvjLYzL18AZz/SnKrST5R1gkhHiTe+0ztemQEHSoT57xihw/m6X7QImhGOYimi+GW6+gFODY8xszIZGNVhNNQwtquKY4iU3r+SSWjOouRSItYRIh0HpQDIHGWOKaH0+hQRq/nJVH6KhVog+GzsOZ/ngBu0YAwkYqBQNqeHFoaIWXm+xxssUWTq5RdWPT8pZYz50lUtdbj5gAoiIgZkbPSd4RF98MxGqk1YjTDBLFT+c4NTAT4SP6SFihD5w1VhpP9HA==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVnnYiURB/E2T1jkOOnGzWfckByw==
  • Thread-topic: [cdt-dev] How to create a IASTPreprocessorIncludeStatement

Hi Marc-André and all,

 

Keen to have your early guide.

 

Warm Regards.

Sent from Mail for Windows 10

 


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Ming Cheng <chengm349@xxxxxxxxxxx>
Sent: Monday, November 18, 2019 3:41:06 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] How to create a IASTPreprocessorIncludeStatement
 

Hi Marc-André,

 

Hope you are not too busy.

 

Assume I have a ITranslationUnit tu object and now I want to add a simple “#include <>” into the tu. How to achieve this simple action? My guessing is that I should create a IASTPreprocessorIncludeStatement object and add it to tu.

 

Looking forward to your kind advice.

 

Ming Cheng

Sent from Mail for Windows 10

 

 


Back to the top