[cfe-dev] add namespaces to C (in my local clang) OR "tag" a couple of functions

Jonas Gefele llvm.org at schrieb.de
Fri Oct 21 00:33:08 PDT 2011


Hi.

(In my local clang copy) I would like to add namespace support to C. I
want to use it to "tag" a couple of functions like this:

namespace tag1 {






(In my local clang copy) I need the ability to "tag" a bunch of C/C++
functions/globals with some "name". Something like:





More information about the cfe-dev mailing list