0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 04, 2024 — Dec 04, 2025
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 More... over 14 years ago
Semantic analysis of integer literals OK. 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 More... over 14 years ago
Likewise with [template_argument_]shift_expression and [template_argument_]relational_expression More... over 14 years ago
Syntax analysis: correction of pm_expression, multiplicative_expression and additive_expression. More... over 14 years ago
Deletion of the template parameter 'SeparatorNode' of syntax_nodes::list_node More... over 14 years ago
New syntactically ambiguous cases added in the list (test/testfiles/syntax_analysis/ambiguous_cases) More... over 14 years ago
Several instances of this type...: More... over 14 years ago
Deletion of useless code 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{/*...*/}; More... over 14 years ago
Simplification of create_function() using create_type() More... over 14 years ago
- likewise - new type template utility::type_alternative - deletion of useless code More... over 14 years ago
Simplification of semantic_analysis::detail::create_type() More... over 14 years ago
fill_namespace(simple_declaration) now uses create_type() 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 More... over 14 years ago
Semantic analysis and linkage of anonymous unions OK More... over 14 years ago
Deletion of create_unique_id() overloads for anonymous_[member_]union, since anonymous unions can't have external linkage 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. More... over 14 years ago
Some factorizations using generic_queries::detail::add_entity_to_declarative_region 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 More... over 14 years ago
- New types semantic_entities::anonymous_union and anonymous_member_union - Semantic analysis of anonymous unions partially OK More... over 14 years ago
Likewise More... over 14 years ago
Refactoring of cpp2xml semantic graph serializer, using semantic entity type traits More... over 14 years ago
Semantic analysis and linkage of member unions OK More... over 14 years ago
Semantic analysis of variables whose type is a union OK More... over 14 years ago
- New types semantic_entities::union_ and member_union - Semantic analysis and linkage of (non-member) unions OK More... over 14 years ago
Deletion of useless code 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. More... over 14 years ago
Minor modifications in src/scalpel/cpp/semantic_analysis/detail/function_construction.cpp More... over 14 years ago
Minor refactoring in the name lookup module More... over 14 years ago