Daniel Grunwald
c869e7cf02
Implemented support for undocumented expressions.
14 years ago
Daniel Grunwald
12a8267c21
Adjust ILSpy to NRefactory API changes.
14 years ago
Daniel Grunwald
ad64995db3
Merge NRefactory b8330be into ILSpy
14 years ago
Daniel Grunwald
6c62b4c954
Squashed 'NRefactory/' changes from 56fde51..b8330be
...
b8330be Remove parent pointer from ITypeParameter and enable sharing type parameters.
ca6b0e1 fixed primitve types.
094cac4 Added some creation constructors.
b7cd75a Fixed unit test.
9fedc31 Handled undocumented expressions.
7d4ef1a Added support for quoted identifiers.
f30490c Add some parser unit tests.
307559c Remove NextStatement/PrevStatement properties - too many properties can be confusing (e.g. a loop's EmbeddedStatement would show up next to those two properties)
90542d2 Fix parsing of query continuations for queries with multiple from clauses.
ccd06a4 Fixed query expression tests. Had to add a new node type: AnonymousTypeCreateExpression.
d4eaffb Make pattern matching AST independent from C# AST.
e8d472b Rename FixedVariableInitializer.Initializer to CountExpression (this makes it consistent with StackAllocExpression).
16715bb Renamed CSharpFormattingPolicy to CSharpFormattingOptions.
92df3e5 Fixed some TypeReferenceExpression tests.
f4450d1 Fixed some invocation expression tests.
42463a4 Fixed unit test TestIdentifierContainingEscapeSequence.
021a9fb Fixed typeofexpression tests.
bd51bee Fixed GlobalFullNamespaceGenericFieldReferenceExpressionTest.
040e164 Fixed lambdaexpression tests.
0722289 Updated mcs, fixed failing unit test.
c35eb4d Enabled typ declaration tests.
94c18d6 Fixed delegate declaration tests.
a45fa11 Fixed event declaration tests.
9083bee Fixed constructor declaration tests.
2e82144 * TypeDeclarationTests.cs: * PropertyDeclarationTests.cs: enabled property declaration tests.
873c185 Added attribute section parsing / fixed indexer declaration tests.
2353804 Fixed field declaration tests.
4e60911 Fixed method declaration tests.
58caab2 Fixed statement unit tests.
cad9d18 Fixed fixed statement.
a4ce5aa Updated mcs/fixed pointer reference expression bug.
ca77589 Fixed partial modifier.
8c7e017 Fixed UsingDeclarationTests.
293dba5 Worked on pointer reference expression.
cc209b4 Fixed ArrayObjectCreateExpression tests.
58856b1 Activated cast expression tests.
c0e20a6 Fixed qualified alias member tests.
44388b2 Fixed anonymous method tests.
git-subtree-dir: NRefactory
git-subtree-split: b8330bebd6a1cb3a2895fc924f472292bc1cf85e
14 years ago
Daniel Grunwald
256fc931e9
Show the numeric value when decompiling an enum member. Closes #126 .
14 years ago
Daniel Grunwald
1255f87696
Display tooltips when hovering over member references.
14 years ago
Daniel Grunwald
944686750e
Add SaveIndex/LoadFromIndex methods to XmlDocumentationProvider.
14 years ago
Daniel Grunwald
c3ce66c622
New XmlDocumentationProvider implementation:
...
Keep only a small index in memory, and read the relevant portion of the .xml file again when the documentation is requested.
This means we no longer need to store the documentation in temporary binary files for efficient access.
14 years ago
Daniel Grunwald
250dba9502
When the last statement in a block is a label, add an EmptyStatement so that the generated code is valid.
14 years ago
Daniel Grunwald
0b0bcdd19f
Fixed bug in variable naming that could cause two variables to be assigned the same name (and subsequently triggering a crash in DeclareVariables).
14 years ago
Daniel Grunwald
78eea4fddf
Fixed bug that caused yield-return analysis to fail sometimes.
14 years ago
Daniel Grunwald
b84ca13f50
Observe assembly load exceptions so that we don't crash when the Task's finalizer kicks in. Closes #54 .
14 years ago
Daniel Grunwald
cf7d17d3f3
Add "decompile all" command for debugging.
14 years ago
Daniel Grunwald
aaaf350bc0
Add context menu command and option page to the test plugin.
14 years ago
Daniel Grunwald
5c7d679c52
Add TestPlugin.
14 years ago
Daniel Grunwald
64dacbcf03
Merge commit '120e4e11dc22e6bf9420a3d5577752e827e0f812'
14 years ago
David Srbecký
08b8645308
Handle uninitialized variables. Closes #102 . Closes #116 .
14 years ago
David Srbecký
6222ef7bbf
Do stack analysis on the whole filter body. Closes #88
14 years ago
David Srbecký
7ac44375ff
Fixed NullReferenceException caused by unreachable IL code. It was generally caused by throw followed by catch leave.
...
Closes #89 . Closes #91 . Closes #96 . Closes #97 . Closes #117 .
14 years ago
Artur Zgodziski
120e4e11dc
Focusing selected node after history navigation.
14 years ago
Daniel Grunwald
53ea9503ec
Vista without Windows Imaging Component update also seems to have problems with 256x256 icons, so I simply reduced the resolution to 128x128.
14 years ago
Daniel Grunwald
d805e07ffe
Fixed decompilation of nested lambdas.
14 years ago
Daniel Grunwald
ff28004e5a
Don't introduce usings when only a single method is being decompiled.
14 years ago
Daniel Grunwald
89d0b7b54b
C# OutputVisitor: improve indentation of query expressions
14 years ago
Daniel Grunwald
8ee23f5243
Add support for query continuations.
14 years ago
Daniel Grunwald
6f4fdd00f7
Get rid of transparent identifiers in query expressions.
14 years ago
Daniel Grunwald
83489b2cc8
Add support for decompiling query expressions.
14 years ago
Daniel Grunwald
e6aafadd4d
Don't automatically load additional assemblies when an assembly node is selected in the tree view
14 years ago
Daniel Grunwald
cd630c3fbb
Fix #87 : missing cast when calling explicit interface implementation.
14 years ago
Daniel Grunwald
6229a1dba8
Fix unit tests.
14 years ago
Daniel Grunwald
e25a05278b
Avoid using the incorrect FilterEnd property.
14 years ago
Daniel Grunwald
2a462c3451
Add support for arglist opcode.
14 years ago
Daniel Grunwald
5a317786af
Avoid loading assemblies when figuring out whether a property is in indexer.
14 years ago
Daniel Grunwald
1e66e970bf
Add support for mkrefany opcode.
14 years ago
Daniel Grunwald
4912bef543
Merge "Improved names of indexers in the tree view and analyzers bug fix"
14 years ago
Ed Harvey
f3a086c409
Don't show interface implementations as virtual.
14 years ago
Daniel Grunwald
603a64e85c
Merge "Enhanced icon set with access/static overlays"
14 years ago
Daniel Grunwald
8a7b51d7de
Allow automatic properties with explicit interface implementation.
14 years ago
Daniel Grunwald
542bb9db2f
Improved handling of nested display classes.
14 years ago
Daniel Grunwald
15f5c7a0b4
CachedDelegateInitialization: use less aggressive inlining
14 years ago
Daniel Grunwald
f791897829
Implemented CachedDelegateInitialization transform for local variables (used for capturing lamdbas within loops).
14 years ago
Daniel Grunwald
be7ae61b8f
Add support for anonymous types.
14 years ago
Daniel Grunwald
950e4737fd
Fixed output of NamedArgumentExpression within object initializers.
14 years ago
Daniel Grunwald
6cb77e63e9
Fully qualify ambiguous type names.
14 years ago
Daniel Grunwald
6c6dc0e36b
Fixed enum constants.
14 years ago
Daniel Grunwald
d550d55560
Fixed 'as' and 'is' operators for value types.
14 years ago
Daniel Grunwald
33a7120555
Add support for negated enum constants (e.g. "v &= ~Enum.Flag;"). Closes #114 .
14 years ago
Daniel Grunwald
987f9c8975
Fixed InsertParenthesesVisitor for casts of negative primitive expressions.
14 years ago
Daniel Grunwald
a59462a2c8
Fixed decompiler crashes.
14 years ago
Daniel Grunwald
00c4ccb7a1
Fixed decompilation of "catch{}" blocks (catch without exception type)
14 years ago