From dc7c918e1bb3d67140dcbdf9ebf86feb57951da5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jun 2015 14:40:06 +0200 Subject: Add pening documentation, features --- bug/list | 9 +++++++++ feature/list | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/bug/list b/bug/list index a6a434e..0b2324a 100644 --- a/bug/list +++ b/bug/list @@ -1,3 +1,12 @@ +! Documentation needed [doc] + + - points_to pragma + - inverse and composite members support/points_to + - after/before pragmas (must follow virtual) + - (!) database placeholder in modifiers + - foreign key in primary key technique + - nested container emulation technique + - SQL Server only allows CREATE DATABASE in auto-commit mode [mssql] See email from /23-May-2015. diff --git a/feature/list b/feature/list index 844730e..c16b4df 100644 --- a/feature/list +++ b/feature/list @@ -1,3 +1,7 @@ +- points_to and automatic view relationships discovery + +- points_to and query support like for object pointers + ! Move value to by-value modifiers [c++11] ! Diagnose use of relationship smart pointer if object pointer is raw [diag] -- cgit v1.1