Erik Källén
8c129cd076
Add attributes also to the "Attribute.Attrs" member, not only to Sections.
13 years ago
Daniel Grunwald
5d2fee1b90
Add CompilerSettings class instead of using the one from Mono.CSharp.
...
Added ResolveResult-treeview to NR.Demo.
13 years ago
Simon Lindgren
0c9704d216
[Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file.
13 years ago
Daniel Grunwald
bf6217d038
Improved CodeDomConvertVisitor.
13 years ago
Daniel Grunwald
050035186c
Simplify API for retrieving compiler errors/warnings.
13 years ago
Mike Krüger
d29d429c22
[CSharp] Updated mcs.
13 years ago
Mike Krüger
c93aca4b91
Fixed failing unit test.
13 years ago
Mike Krüger
4b3bb7e8a7
Fixed completion bug.
13 years ago
Daniel Grunwald
282d3c3423
Fix icsharpcode/NRefactory#32 : ResolveResult for anonymous type creation
13 years ago
Mike Krüger
8c8e6cf52b
[Parser] Merged mcs.
13 years ago
Mike Krüger
f7fb29804d
Implemented better solution for the array initializer workaround hack.
13 years ago
Mike Krüger
7a69c6544b
Fixed Issue #38 : Parser Regression in ObjectCreate initialization
13 years ago
Mike Krüger
6f1325dea7
Fixed Issue #44 : The ending TextLocation of an ArrayCreateExpression
...
is incorrect when the array is initialized with zero elements
13 years ago
Mike Krüger
6a45cef6d6
Updated mcs.
13 years ago
Mike Krüger
e912bdf2ce
Fixed possible cast exception.
13 years ago
Alex Mizuki
658cb4b67b
patched up handling indexing issue
13 years ago
Alex Mizuki
aff71a5d53
try revert critical method
13 years ago
Mike Krüger
c0b97ae07e
Updated mcs/fixes some unit tests.
13 years ago
Mike Krüger
b8dd515f97
Updated mcs.
13 years ago
Mike Krüger
e499b7aa20
Updated mcs.
13 years ago
Mike Krüger
66a365e84f
Updated mcs.
14 years ago
Mike Krüger
af6c3b291e
Updated mcs.
14 years ago
mike
29da952623
Fixed some warnings.
14 years ago
Mike Krüger
6f4a46c066
Fixed failing unit test.
14 years ago
mike
837d48d50a
Completion engine now works on freezed compilation units.
14 years ago
mike
11b8c3bca6
Removed IRelocatable infrastructure - the start line could now be
...
altered in the lexer directly.
14 years ago
Daniel Grunwald
ab024b9ddc
Fix icsharpcode/NRefactory#28 : Identity of lambda parameters
...
Revert change regarding TypeDeclaration.ClassType; using derived nested classes / factory methods is inconsistent API with all other AST nodes.
If we want to save that bit of memory, we could store ClassType in the flags instead (there's about 20 bits free), although I think it won't matter since TypeDeclaration is a relatively rare node.
14 years ago
Mike Krüger
2c97bfacca
Added more location checks / added -verbose command line option for
...
the ast verifier.
14 years ago
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
5e93376fb3
Took out ifdef.
...
(I suppose that patch wont make it upstream)
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
a360992cef
Fixed type parameter comma 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
2ede14a80b
Disabled loction changes by the #line directive.
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
e43634786e
* AstFormattingVisitor.cs: Fixed bug in binary operator expression.
...
* cs-parser.cs:
* cs-parser.jay: Fixed bug in "for" statement locations.
14 years ago
Mike Krüger
c0deae7fee
Fixed 2 mcs issues.
14 years ago
Mike Krüger
381334489e
Updated mcs & added unit test.
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