<div dir="ltr">On Tue, Sep 24, 2013 at 9:33 PM, Xiuxia <span dir="ltr"><<a href="mailto:zhangxiuxia1@gmail.com" target="_blank">zhangxiuxia1@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
       I am writing a simple OpenCL program function parser  which get the<br>
the qualifier of parameter,<br>
like _global, __constant.<br>
       I have a problem here, I implemented this by modifying a clang<br>
sample. I saw most sample get input from files. Due to  the project<br>
property, the source file is already in a char * array.<br>
Now I implemented a version: First  output data from array to a file ,and<br>
then use sourceManager to load file into memory again. I think there should<br>
be overhead by doing this, but I don't know how to do with other method.<br>
<br>
I don't know which class or interface should I use , can anyone help me ?<br></blockquote><div><br></div><div>Clang supports the idea of "virtual files", which you can inject via the SourceManager. You can find some samples of how to use those throughout the code base...</div>
<div><br></div><div>Cheers,</div><div>/Manuel</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://clang-developers.42468.n3.nabble.com/clang-analysis-program-in-dram-rather-in-file-tp4034649.html" target="_blank">http://clang-developers.42468.n3.nabble.com/clang-analysis-program-in-dram-rather-in-file-tp4034649.html</a><br>

Sent from the Clang Developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div></div>