[cfe-commits] [PATCH] libclang: Exposing more statement, expression and declaration types.
Erik Verbruggen
erikjv at me.com
Wed Sep 28 09:11:30 PDT 2011
Hi Manuel,
On 28 sep. 2011, at 16:38, "Holtgrewe, Manuel" <manuel.holtgrewe at fu-berlin.de> wrote:
> Dear all,
>
> attached is a patch that exposes more statement, expression and declaration types through libclang. Also, I updated the Python bindings for these changes.
>
> I have previously sent a patch but that has been overlooked so far. Thus, I resubmit another patch, this time with [PATCH] in the subject and hope that the missing [PATCH] was the reason for why it was overlooked. If there are other requirements to be met before submitting patches then please tell me so.
>
> The attached patch is a superset of the previous patch.
Disclaimer: I am not the "module owner".
Feedback: looks good, but why change a hardcoded path?
--- lib/Frontend/InitHeaderSearch.cpp (revision 140696)
+++ lib/Frontend/InitHeaderSearch.cpp (working copy)
@@ -430,7 +430,7 @@
break;
default:
// FIXME: temporary hack: hard-coded paths.
- AddPath("/usr/local/include", System, true, false, false);
+ AddPath("/usr/include/c++/4.4", System, true, false, false);
break;
}
-- Erik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110928/2b32c511/attachment.html>
More information about the cfe-commits
mailing list