Mike Krüger
|
cf134dbdc8
|
Fixed potential null reference exception.
|
14 years ago |
Mike Krüger
|
4ea7ebc517
|
Moved more roles to the Roles class/Changed TypeDeclaration
representation (saves some memory and class type is now always
defined).
|
14 years ago |
Mike Krüger
|
cd349d26ce
|
Fixed some issues in the formatter.
|
14 years ago |
Mike Krüger
|
6a0a96ce31
|
Moved some roles to the Roles class.
|
14 years ago |
Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
14 years ago |
Mike Krüger
|
b44d6c6580
|
Fixed typo.
|
14 years ago |
Mike Krüger
|
473f6a7eb4
|
Added some additional bounds check.
As the parser improves they may become required.
|
14 years ago |
Mike Krüger
|
ae28762282
|
Fixed destructor identifier.
|
14 years ago |
Mike Krüger
|
fdfdffb42d
|
Fixed several query expression locations.
|
14 years ago |
Mike Krüger
|
12c0472ece
|
Fixed incorrect parser positions in FixedStatement test.
|
14 years ago |
Mike Krüger
|
5a9d33f74b
|
Fixed attribute empty arglist parens.
|
14 years ago |
Mike Krüger
|
d6d1f08492
|
Fixed ignored unit test.
|
14 years ago |
Mike Krüger
|
36456b4d15
|
Updated mcs & improved try context handling.
|
14 years ago |
Daniel Grunwald
|
a353f23d70
|
Combine AttributedNode and MemberDeclaration into EntityDeclaration.
|
14 years ago |
Mike Krüger
|
95ebebc2cb
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
3ffbaa278a
|
Refactored c# token representation, it's now more consistent with the
other nodes and takes up a bit less memory.
|
14 years ago |
Mike Krüger
|
196e6184d6
|
Added some Parse methods to the compilation unit.
|
14 years ago |
Daniel Grunwald
|
18c96e089d
|
Add support for multiline XML documentation comments.
|
14 years ago |
Mike Krüger
|
54b6c5714f
|
Added some bounds checking.
|
14 years ago |
Mike Krüger
|
c74577ab6a
|
Updated mcs.
|
14 years ago |
Daniel Grunwald
|
2bebee46a1
|
C# XML documentation support.
|
14 years ago |
Mike Krüger
|
e2bf1e41d4
|
Worked on unattached attribute handling.
|
14 years ago |
Daniel Grunwald
|
cb84adabc6
|
Fixed parsing undocumented expressions.
|
14 years ago |
Mike Krüger
|
6b45af2de2
|
Fixed
"UsingStatementTests.UsingStatementWithMultipleVariableDeclaration".
|
14 years ago |
Mike Krüger
|
6054ed469a
|
Added unattached attributes to the AST.
|
14 years ago |
Daniel Grunwald
|
e441980154
|
Fixed parsing "bool.TrueString".
|
14 years ago |
Mike Krüger
|
20b94208f1
|
Took out error message.
|
14 years ago |
Daniel Grunwald
|
b4003145b3
|
Add MethodGroupResolveResult.GetEligibleExtensionMethods() method.
|
14 years ago |
Mike Krüger
|
5838210ba7
|
Fixed parser exception.
|
14 years ago |
Mike Krüger
|
f931cf0b3f
|
Added some null checks.
Mcs can now parse much more "invalid" expressions & statements.
|
14 years ago |
Mike Krüger
|
335fe9493d
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
c33bc0fd8c
|
Fixed assembly attribute location.
The fix isn't very clean - but the structure is built that way, would
be cleaner if it would be represented as Container.
|
14 years ago |
Mike Krüger
|
179d90ab84
|
Added some null checks.
Not sure if they're needed.
|
14 years ago |
Mike Krüger
|
45fb111271
|
Fixed anonymous type null reference exception.
|
14 years ago |
Mike Krüger
|
912908767c
|
Fixed type expected context.
|
14 years ago |
Mike Krüger
|
574994c01a
|
Updated/merged mcs.
|
14 years ago |
Mike Krüger
|
d9fe4a3566
|
Worked on merging mcs.
|
14 years ago |
Mike Krüger
|
bd58ea7afc
|
Merged with mcs.
|
14 years ago |
Mike Krüger
|
578bb6c062
|
Fixed parsing of switch statements.
|
14 years ago |
Mike Krüger
|
3a62505f70
|
Added location bounds check.
|
14 years ago |
Mike Krüger
|
eb5f2577eb
|
Fixed constructor this/base unit test.
|
14 years ago |
Mike Krüger
|
4917151657
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
5d81799cab
|
Fixed some tests broken by the mcs update.
|
14 years ago |
Mike Krüger
|
a8cd94e9e6
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
e9903adbf9
|
Revert "Updated mcs."
This reverts commit 19c344c55c .
|
14 years ago |
Mike Krüger
|
19c344c55c
|
Updated mcs.
|
14 years ago |
Daniel Grunwald
|
44b1c40e70
|
Remove some dead code.
|
14 years ago |
Mike Krüger
|
37795e43a1
|
Fixed parsing of some statements, improved "foreach" context in code
completion.
|
14 years ago |
Mike Krüger
|
3d551edce2
|
Fixed parsing of some incomplete statements.
|
14 years ago |
Mike Krüger
|
77a75818d6
|
Fixed constraints parsing #2.
|
14 years ago |