openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
fgoujeon's scalpel
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 04, 2024 — Dec 04, 2025
Showing page 4 of 36
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- variable, member_variable and bit_field have a new field 'default_value' of type boost::optional<expression_t> - the default values of variables are outputed by cpp2xml and demo - error with the analysis of the literal 0, fixed
Florian Goujeon
More...
over 14 years ago
Semantic analysis of integer literals OK.
Florian Goujeon
More...
over 14 years ago
Likewise with [template_argument_]equality_expression, [template_argument_]and_expression, [template_argument_]exclusive_or_expression, [template_argument_]inclusive_or_expression, [template_argument_]logical_and_expression and [template_argument_]logical_or_expression
Florian Goujeon
More...
over 14 years ago
Likewise with [template_argument_]shift_expression and [template_argument_]relational_expression
Florian Goujeon
More...
over 14 years ago
Syntax analysis: correction of pm_expression, multiplicative_expression and additive_expression.
Florian Goujeon
More...
over 14 years ago
Deletion of the template parameter 'SeparatorNode' of syntax_nodes::list_node
Florian Goujeon
More...
over 14 years ago
New syntactically ambiguous cases added in the list (test/testfiles/syntax_analysis/ambiguous_cases)
Florian Goujeon
More...
over 14 years ago
Several instances of this type...:
Florian Goujeon
More...
over 14 years ago
Deletion of useless code
Florian Goujeon
More...
over 14 years ago
- semantic_analysis::detail::create_type() is the only function used to determine a type - semantic analysis of C-style struct OK: struct s{/*...*/};
Florian Goujeon
More...
over 14 years ago
Simplification of create_function() using create_type()
Florian Goujeon
More...
over 14 years ago
- likewise - new type template utility::type_alternative - deletion of useless code
Florian Goujeon
More...
over 14 years ago
Simplification of semantic_analysis::detail::create_type()
Florian Goujeon
More...
over 14 years ago
fill_namespace(simple_declaration) now uses create_type()
Florian Goujeon
More...
over 14 years ago
Factorization of fill_class(member_declaration_member_declarator_list) and fill_namespace(simple_declaration) in progress: - create_type() functions renamed create_simple_type() - new functions create_type() and fill_type(), now used by fill_class() - new semantic entity type traits: is_class, is_union, is_enum
Florian Goujeon
More...
over 14 years ago
Semantic analysis and linkage of anonymous unions OK
Florian Goujeon
More...
over 14 years ago
Deletion of create_unique_id() overloads for anonymous_[member_]union, since anonymous unions can't have external linkage
Florian Goujeon
More...
over 14 years ago
Semantic analysis of anonymous unions OK, but the anonymous instance that must be created for each of them isn't yet.
Florian Goujeon
More...
over 14 years ago
Some factorizations using generic_queries::detail::add_entity_to_declarative_region
Florian Goujeon
More...
over 14 years ago
- [member_]anonymous_union objects don't contain member function objects anymore - semantic_entities::generic_queries::detail::add_member extended and renamed add_entity_to_declarative_region
Florian Goujeon
More...
over 14 years ago
- New types semantic_entities::anonymous_union and anonymous_member_union - Semantic analysis of anonymous unions partially OK
Florian Goujeon
More...
over 14 years ago
Likewise
Florian Goujeon
More...
over 14 years ago
Refactoring of cpp2xml semantic graph serializer, using semantic entity type traits
Florian Goujeon
More...
over 14 years ago
Semantic analysis and linkage of member unions OK
Florian Goujeon
More...
over 14 years ago
Semantic analysis of variables whose type is a union OK
Florian Goujeon
More...
over 14 years ago
- New types semantic_entities::union_ and member_union - Semantic analysis and linkage of (non-member) unions OK
Florian Goujeon
More...
over 14 years ago
Deletion of useless code
Florian Goujeon
More...
over 14 years ago
- Minor modification in the grammar - I forgot to put the name lookup test files back into the git repository. Fixed.
Florian Goujeon
More...
over 14 years ago
Minor modifications in src/scalpel/cpp/semantic_analysis/detail/function_construction.cpp
Florian Goujeon
More...
over 14 years ago
Minor refactoring in the name lookup module
Florian Goujeon
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
…
35
36
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree