Skip to content

C++: Pull some of library-tests/dataflow/dataflow-tests into clang.cpp#1880

Merged
semmle-qlci merged 1 commit intogithub:masterfrom
ian-semmle:clang
Sep 5, 2019
Merged

C++: Pull some of library-tests/dataflow/dataflow-tests into clang.cpp#1880
semmle-qlci merged 1 commit intogithub:masterfrom
ian-semmle:clang

Conversation

@ian-semmle
Copy link
Copy Markdown
Contributor

g++ doesn't support this code:

sorry, unimplemented: non-trivial designated initializers not supported
   twoIntFields sSwapped = { .m2 = source(), .m1 = 0 };

so we need to build it in clang mode.

This will matter for a future version of the extractor.

g++ doesn't support this code:

    sorry, unimplemented: non-trivial designated initializers not supported
       twoIntFields sSwapped = { .m2 = source(), .m1 = 0 };

so we need to build it in clang mode.
@ian-semmle ian-semmle added the C++ label Sep 5, 2019
@ian-semmle ian-semmle requested a review from a team as a code owner September 5, 2019 14:14
@semmle-qlci semmle-qlci merged commit 48b6b67 into github:master Sep 5, 2019
@ian-semmle ian-semmle deleted the clang branch September 5, 2019 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants