Daniel Grunwald
|
7c388ba920
|
Rename EntityType -> SymbolKind
|
12 years ago |
Daniel Grunwald
|
ee5d87a0f8
|
Add year to license headers.
|
13 years ago |
Daniel Grunwald
|
087aee7fe8
|
Simplify parser API.
|
13 years ago |
Daniel Grunwald
|
eaba9798d3
|
Rename 'cu' to 'syntaxTree'.
|
13 years ago |
Daniel Grunwald
|
18c96e089d
|
Add support for multiline XML documentation comments.
|
14 years ago |
Mike Krüger
|
cb576fb78d
|
* ICSharpCode.NRefactory.csproj:
* IdStringProvider.cs:
* IDStringTests.cs:
* DocumentationComment.cs:
* IdStringMemberReference.cs:
* XmlDocumentationProvider.cs:
* IDStringConsistencyCheck.cs:
* CSharpCrefLookupTests.cs: Renamed IDString -> IdString to follow
.NET naming guidelines.
* IDStringProvider.cs:
* IDStringMemberReference.cs:
|
14 years ago |
Daniel Grunwald
|
2bebee46a1
|
C# XML documentation support.
|
14 years ago |
Daniel Grunwald
|
ec225c160d
|
Fixed bugs related to ID strings.
|
14 years ago |
Daniel Grunwald
|
7a76a805a0
|
Add DocumentationComment class that allows looking up 'cref' attributes.
|
14 years ago |
Daniel Grunwald
|
f11eed9d15
|
Introduce a named unknown type (this allows TypeSystemAstBuilder to work better when there are resolve errors).
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
14 years ago |
Daniel Grunwald
|
e17ba7462a
|
Add unit tests for TypeSystemAstBuilder.
|
14 years ago |
Daniel Grunwald
|
a9a6e1680d
|
Add ID string provider + a few resolver bugfixes
|
14 years ago |
Daniel Grunwald
|
5670248de8
|
Add 'FullTypeName' struct, and use it to represent type names.
Contains some breaking API changes:
- Renamed 'FullNameAndTypeParameterCount' to 'TopLevelTypeName'.
- IAssembly.GetTypeDefinition(string, string, int) -> IAssembly.GetTypeDefinition(TopLevelTypeName)
- IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) -> IAssembly.GetTypeDefinition(FullTypeName)
- GetClassTypeReference now supports nested types
|
13 years ago |