Custom Query (135 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 100 of 135)

1 2
Ticket Summary Owner Type Priority Component Created
#199 Only Forward Declare Concrete Instantiations When Needed enhancement trivial cfa-cc 4 years ago
#234 Resolver allows assignment to declared function defect trivial cfa-cc 4 years ago
#276 Cannot give outermost array-param's length from earlier param defect trivial cfa-cc 18 months ago
#7 CFA Assertion Error: CodeGenerator visits TypeExpr in trait/genaric type defect minor cfa-cc 8 years ago
#11 Compiler uses all Resources when Copying from Generic Function Result defect minor cfa-cc 7 years ago
#20 zero_t doesn't work well with default arguments defect minor cfa-cc 7 years ago
#33 Updating Exception Built-ins to CFA Code (Requires Virtual) enhancement minor cfa-cc 7 years ago
#34 Incorrect Support for Two Argument ?: Operator defect minor cfa-cc 7 years ago
#85 character types defect minor cfa-cc 7 years ago
#87 Inconsistent Assertion Ordering defect minor cfa-cc 7 years ago
#88 Arrays of references defect minor cfa-cc 7 years ago
#91 Assignment to bool, not a boolean context defect minor cfa-cc 6 years ago
#93 New builtin types _FloatN and _FloatNx defect minor cfa-cc 6 years ago
#108 tuple overloading problem defect minor cfa-cc 6 years ago
#111 Option to disable threading task minor other 6 years ago
#113 void & type defect minor cfa-cc 6 years ago
#125 Warning for uninitialised fields enhancement minor cfa-cc 6 years ago
#130 Flexible array member of struct crashes CFA compiler when element type is generic defect minor cfa-cc 5 years ago
#135 Modify SizeofExpr argument task minor cfa-cc 5 years ago
#138 Reference parameter in constructor with "new" initialization defect minor cfa-cc 5 years ago
#139 Unification with less cloning task minor cfa-cc 5 years ago
#141 conditional expression warning defect minor cfa-cc 5 years ago
#145 Subscript in tuple fails defect minor cfa-cc 5 years ago
#146 Tuple member access defect minor cfa-cc 5 years ago
#147 Can't initialize const member of struct defect minor cfa-cc 5 years ago
#148 Incorrect "Initializer is too deep" error defect minor cfa-cc 5 years ago
#153 Compiler error when referencing a polymorphic type from within a polymorphic method which uses a trait whose methods operate on that same polymorphic type defect minor cfa-cc 5 years ago
#155 Missing error message defect minor cfa-cc 5 years ago
#156 Warning for "returning address of local variable" does not catch polymorphic functions defect minor cfa-cc 5 years ago
#157 Initializing functions defect minor cfa-cc 5 years ago
#177 typeof not being handled correctly by resolver defect minor cfa-cc 5 years ago
#178 mutex in thread main defect minor libcfa 4 years ago
#179 Bad Error Message if Missing sized in struct forall. defect minor cfa-cc 4 years ago
#180 Assertion Failure Due to Missing sized defect minor cfa-cc 4 years ago
#181 Add Support for Opaque Polymorphic Types enhancement minor cfa-cc 4 years ago
#183 Polymorphic Variable Name Reuse Causes Crash defect minor cfa-cc 4 years ago
#184 Struct in forall cannot have member named same as an assertion defect minor cfa-cc 4 years ago
#185 Cannot declare generic struct with zero type parameters defect minor cfa-cc 4 years ago
#187 Exiting from catch Leaks Exception Memory defect minor cfa-cc 4 years ago
#188 Aliasing C names with Cforall Names enhancement minor cfa-cc 4 years ago
#191 Resolve For Assertions/Traits enhancement minor cfa-cc 4 years ago
#207 Safe const variations are not considered for assertion satisfaction enhancement minor cfa-cc 4 years ago
#208 Zero-pointer literal does not work as an argument for a const parameter defect minor cfa-cc 4 years ago
#209 Mutable reference to constant is not forbidden defect minor cfa-cc 4 years ago
#210 Should string literals be const, like in C++? enhancement minor cfa-cc 4 years ago
#211 Mutable Initializers are not Detected enhancement minor cfa-cc 4 years ago
#213 Cannot assign static-length array to VLA defect minor cfa-cc 4 years ago
#216 Update Virtual Table Copy (Waiting on Copy Type Fix) defect minor cfa-cc 4 years ago
#219 Forall Typedef enhancement minor cfa-cc 4 years ago
#231 Cannot print tuple literal containing 0 or 1 defect minor cfa-cc 4 years ago
#233 Colliding Exceptions Not Detected defect minor cfa-cc 4 years ago
#240 nested anonymous enum fails defect minor cfa-cc 4 years ago
#243 Add warning for thread casts in constructors enhancement minor cfa-cc 4 years ago
#244 Cannot construct a struct with a volatile array member defect minor cfa-cc 4 years ago
#245 Reference-to-reference misses required implicit dereference defect minor cfa-cc 4 years ago
#246 Increase Control of AutoGenerated Routines enhancement minor cfa-cc 4 years ago
#247 Wrong result type for sizeof(-) defect minor cfa-cc 4 years ago
#251 C Array within tuple crashes the compiler defect minor cfa-cc 3 years ago
#252 Designator problem with arrays defect minor cfa-cc 3 years ago
#257 Pointer arithmetic silently adds narrowing conversions defect minor cfa-cc 3 years ago
#258 Unclear intended type for char literal defect minor cfa-cc 3 years ago
#262 Extra declaration of deleted autogen routines defect minor cfa-cc 2 years ago
#264 Can't compile direct call of a function pointer that's a member of a struct returned by reference defect minor cfa-cc 2 years ago
#270 No NoCtor defect minor cfa-cc 22 months ago
#271 Compiler crash on valid typename--identifier pun defect minor cfa-cc 22 months ago
#273 Comma expression wrecks typechecking for address of array element defect minor cfa-cc 20 months ago
#275 Array length accepts implicit conversion from non-int defect minor cfa-cc 18 months ago
#279 Compound Literal Construction Runs with Incorrect Timing defect minor cfa-cc 16 months ago
#281 createBitwiseAssignment has an Internal Root defect minor cfa-cc 16 months ago
#284 Cannot have multiple forward declarations of a polymorphic type defect minor cfa-cc 14 months ago
#285 Parameter given as typeof( ({-}) ) gets unpredictable compiler error defect minor cfa-cc 10 months ago
#288 Struct managed member declared with typeof does not support multiple levels of wrapping defect minor cfa-cc 3 months ago
#289 Invariant Failure in Static Assertion defect minor cfa-cc 3 months ago
#28 Look at automatically generating ?==?, ?!=? for all structs enhancement major cfa-cc 7 years ago
#30 Generating builtin C routines is awkward enhancement major prelude 7 years ago
#66 Function and variable name collision for if defect major cfa-cc 7 years ago
#101 Multi operators on tuples enhancement major cfa-cc 6 years ago
#104 Tuple assertion generate bad C code defect major cfa-cc 6 years ago
#120 dtype problem defect major cfa-cc 6 years ago
#132 Remove reference cost from resolution task major cfa-cc 5 years ago
#133 Better signature for copy constructors. enhancement major cfa-cc 5 years ago
#134 Unification is not the right logic for assertion resolution enhancement major cfa-cc 5 years ago
#136 PtrsAssignable Rework enhancement major cfa-cc 5 years ago
#143 Extended Designator Syntax for Arrays enhancement major cfa-cc 5 years ago
#159 Static expression evaluation defect major cfa-cc 5 years ago
#168 Plan-9 inheritance is not considered for satisfying a trait's assertion defect major cfa-cc 5 years ago
#172 Anonymous struct can conflict across translation unit defect major cfa-cc 5 years ago
#174 Cannot Check Exception Trait defect major cfa-cc 5 years ago
#176 Assignment fails for union structure field defect major cfa-cc 5 years ago
#186 Cannot add extra assertion on a constructor defect major cfa-cc 4 years ago
#193 Monomorphization Failures outside of Functions defect major cfa-cc 4 years ago
#194 Ambiguous reference vs pointer return [from ticket #70] defect major cfa-cc 4 years ago
#195 Unnecessary dereference leads to segfault [from ticket #70] defect major cfa-cc 4 years ago
#197 Generated constructor calls copy ctor twice on tuple elements defect major cfa-cc 4 years ago
#200 Polymorphic Function Pointers not handled by Constructor defect major cfa-cc 4 years ago
#201 GCC-7,8,9 Bug with -O2,3 defect major prelude 4 years ago
#202 Type manipulation in long chains of post-fix functions defect major cfa-cc 4 years ago
#203 Polymorphic Structure Initalization Errors defect major cfa-cc 4 years ago
#205 Incorrect Lvalues On Expressions defect major cfa-cc 4 years ago
#206 Replace Lvalues With References enhancement major cfa-cc 4 years ago
1 2
Note: See TracQuery for help on using queries.