Displaying 4 results from an estimated 4 matches for "tyepdef".
2008 Mar 19
0
[LLVMdev] Proposal for GSoC project for clang front end
...n getting simple
methods implemented, along with instance variables, etc through
-fsyntax-only. This should be a reasonable amount of work for a summer.
Something like this should work for example:
class foo {
int X;
typedef float Z;
int test(Z a) { return a+X; }
int test2(q r);
tyepdef float q;
};
int foo::test2(q r) {
return X+r;
}
No overloading, not templates, but handling the basic "class issues".
Static methods would be a bonus :)
> Is LLVM interested in accepting such a proposal ?
Yes!
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
2008 Mar 19
5
[LLVMdev] Proposal for GSoC project for clang front end
Hi all,
I'd like to hear your opinions and ideas for a proposal to improve
support for C++ parsing for LLVM's clang front end.
Goal:
Improve clang's C++ support. The scope of the project will be limited to
C++ parsing, not code generation (I think the
timeframe of a GSoC project and the complexity of C++ doesn't allow full
C++ support to be developed).
C++ parsing support
2008 Mar 20
1
[LLVMdev] Proposal for GSoC project for clang front end
...with instance variables, etc through
> -fsyntax-only. This should be a reasonable amount of work for a summer.
> Something like this should work for example:
>
> class foo {
> int X;
> typedef float Z;
> int test(Z a) { return a+X; }
> int test2(q r);
> tyepdef float q;
> };
>
> int foo::test2(q r) {
> return X+r;
> }
>
> No overloading, not templates, but handling the basic "class issues".
> Static methods would be a bonus :)
Ok, adding basic class support sounds great. It will include:
1) declaring methods, nested...
2010 Apr 14
0
Processed: submitter 252771, submitter 268152, submitter 312829, submitter 418048, submitter 436960 ...
...riplet
Changed Bug submitter to 'Goswin von Brederlow <goswin-v-b at web.de>' from 'Goswin Brederlow <brederlo at informatik.uni-tuebingen.de>'
> submitter 350669 Goswin von Brederlow <goswin-v-b at web.de>
Bug #350669 [libpng12-dev] libpng12-dev: wrong type for tyepdefs
Changed Bug submitter to 'Goswin von Brederlow <goswin-v-b at web.de>' from 'Goswin Brederlow <brederlo at informatik.uni-tuebingen.de>'
> submitter 355201 Goswin von Brederlow <goswin-v-b at web.de>
Bug #355201 [rtorrent] rtorrent: auto start/stop torrents
Cha...