0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Semantic analysis: value of enum constants OK More... over 13 years ago
Copyright 2012 More... almost 14 years ago
Missing dependencies in test's CMakeLists.txt More... almost 14 years ago
Correction of a testfile More... about 14 years ago
Compile-time evaluation of conversion to bool OK More... about 14 years ago
bin/test now gives the input and test files when a test fails More... about 14 years ago
- reorganization of the expression evaluation related source code files - evaluation of negation, logical negation and complement OK More... about 14 years ago
Evaluation of binary logical operations OK More... about 14 years ago
Evaluation of bitwise operations OK More... about 14 years ago
Factorization of the expression evaluation related code using preprocessor macros More... about 14 years ago
Equality operator evaluation OK More... about 14 years ago
Testfiles fixed More... about 14 years ago
Relational expression evaluation OK, except when rhs is signed and lhs is unsigned (or vice versa) More... about 14 years ago
Simplification of expression evaluation More... about 14 years ago
Compile-time evaluation of addition, subtraction, multiplication, division and modulo expressions OK More... about 14 years ago
New test case for member variable access More... about 14 years ago
- Deletion of utility::unique_ptr_vector - old utility::unique_ptr_vector objects replaced by std::vector of std::unique_ptr - new class template utility::unique_ptr_vector_range<T>, used to give access to the objects of a vector without giving access to the vector itself More... about 14 years ago
Semantic analysis of member variable (and bit-field) access expressions More... about 14 years ago
Semantic analysis of member access expressions for slightly less simple cases (member_variable and bit_field objects which are members of class_ object, with inheritance) More... about 14 years ago
Semantic analysis of member access expressions for slightly less simple cases (member_variable objects which are members of class_ object, with inheritance) More... about 14 years ago
Semantic analysis of member access expressions for simple cases (member_variable objects which are members of class_ object, without inheritance) More... over 14 years ago
semantic_entities::member_access (enum of PUBLIC, PROTECTED AND PRIVATE) renamed member_accessibility More... over 14 years ago
Linkage of function calls OK More... over 14 years ago
Semantic analysis of simple function calls OK for slightly less basic cases (with arguments but still without overloading) More... over 14 years ago
Semantic analysis of function call expressions OK for basic cases (simple free functions without argument nor overloading) More... over 14 years ago
Semantic analysis of postfix increment/decrement expressions OK for fundamental types More... over 14 years ago
Semantic analysis of sizeof OK More... over 14 years ago
Semantic analysis: sizeof applied to types OK More... over 14 years ago
- semantic_entities::enum_constant_list moved in its own new file - enum_t and member_enum_t renamed back to enum_ and member_enum (as they're not typedefs anymore) More... over 14 years ago
Linkage of expressions including enum constants OK More... over 14 years ago