Chris Lattner
|
38376f1595
|
Add first pieces of support for parsing and representing
extern "C" in C++ mode. Patch by Mike Stump!
llvm-svn: 45904
|
2008-01-12 07:05:38 +00:00 |
Chris Lattner
|
5b12ab8c93
|
Don't attribute in file headers anymore. See llvmdev for the
discussion of this change.
llvm-svn: 45410
|
2007-12-29 19:59:25 +00:00 |
Chris Lattner
|
76c7228ef9
|
switch some more of the parser over to using Token::is and isNot
llvm-svn: 42796
|
2007-10-09 17:33:22 +00:00 |
Chris Lattner
|
479ed3aab8
|
read and ignore the body of a namespace.
llvm-svn: 41403
|
2007-08-25 18:15:16 +00:00 |
Chris Lattner
|
a5235173bc
|
refactor enough of the top-level parsing logic to parse and
ignore 'namespace foo {}'
llvm-svn: 41400
|
2007-08-25 06:57:03 +00:00 |