[PATCH] D18325: export additional header modules from xmmintrin

2016-03-21 Thread John Thompson via cfe-commits
jtsoftware created this revision. jtsoftware added reviewers: silvas, probinson. jtsoftware added a subscriber: cfe-commits. If someone only includes xmmintrin.h, but references any definitions from stdlib.h (included via mm_malloc.h), if module are enabled it will fail, but if modules are not e

Re: [PATCH] D9557: Remove duplicate type definitions from f16cintrin.h

2016-03-21 Thread John Thompson via cfe-commits
jtsoftware abandoned this revision. jtsoftware added a comment. It looks like this has already been addressed. http://reviews.llvm.org/D9557 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c

[clang-tools-extra] r264001 - Fixed some cases in the modularize assistant mode where header file names didn't translate to valid module names.

2016-03-21 Thread John Thompson via cfe-commits
Author: jtsoftware Date: Mon Mar 21 18:05:14 2016 New Revision: 264001 URL: http://llvm.org/viewvc/llvm-project?rev=264001&view=rev Log: Fixed some cases in the modularize assistant mode where header file names didn't translate to valid module names. Modified: clang-tools-extra/trunk/modular

Re: [PATCH] D18325: export additional header modules from xmmintrin

2016-03-22 Thread John Thompson via cfe-commits
jtsoftware edited reviewers, added: rsmith; removed: probinson, silvas. jtsoftware updated this revision to Diff 51313. jtsoftware added a comment. Right. Also undoing moving stuff around. How about this? Thanks. http://reviews.llvm.org/D18325 Files: lib/Headers/module.modulemap test/Hea

r264092 - D18325: Added mm_malloc module export.

2016-03-22 Thread John Thompson via cfe-commits
Author: jtsoftware Date: Tue Mar 22 15:57:51 2016 New Revision: 264092 URL: http://llvm.org/viewvc/llvm-project?rev=264092&view=rev Log: D18325: Added mm_malloc module export. Modified: cfe/trunk/lib/Headers/module.modulemap cfe/trunk/test/Headers/xmmintrin.c Modified: cfe/trunk/lib/Head

[clang-tools-extra] r254635 - Fixed header determination logic. Was missing extensionless headers in coverage check.

2015-12-03 Thread John Thompson via cfe-commits
Author: jtsoftware Date: Thu Dec 3 13:20:43 2015 New Revision: 254635 URL: http://llvm.org/viewvc/llvm-project?rev=254635&view=rev Log: Fixed header determination logic. Was missing extensionless headers in coverage check. Modified: clang-tools-extra/trunk/modularize/ModularizeUtilities.cpp

Re: [clang-tools-extra] r254635 - Fixed header determination logic. Was missing extensionless headers in coverage check.

2015-12-04 Thread John Thompson via cfe-commits
ght be > responsible for this ongoing regression: > http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75/builds/26746 > (no other commits in that build seem like likely candidates) > > On Thu, Dec 3, 2015 at 11:38 AM, David Blaikie wrote: > >> test case? >> >&g

[clang-tools-extra] r254756 - Backing out 254635 until I have a good workaround and test case.

2015-12-04 Thread John Thompson via cfe-commits
Author: jtsoftware Date: Fri Dec 4 13:44:03 2015 New Revision: 254756 URL: http://llvm.org/viewvc/llvm-project?rev=254756&view=rev Log: Backing out 254635 until I have a good workaround and test case. Modified: clang-tools-extra/trunk/modularize/ModularizeUtilities.cpp Modified: clang-tools

[clang-tools-extra] r254785 - Added coverage check for extensionless headers, and exclude hidden dot directoryies.

2015-12-04 Thread John Thompson via cfe-commits
Author: jtsoftware Date: Fri Dec 4 16:42:18 2015 New Revision: 254785 URL: http://llvm.org/viewvc/llvm-project?rev=254785&view=rev Log: Added coverage check for extensionless headers, and exclude hidden dot directoryies. Added: clang-tools-extra/trunk/test/modularize/Inputs/CoverageNoProbl

Re: [clang-tools-extra] r254785 - Added coverage check for extensionless headers, and exclude hidden dot directoryies.

2015-12-04 Thread John Thompson via cfe-commits
5 at 5:08 PM, Sean Silva wrote: > > > On Fri, Dec 4, 2015 at 2:42 PM, John Thompson via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Author: jtsoftware >> Date: Fri Dec 4 16:42:18 2015 >> New Revision: 254785 >> >> URL: http://llvm.

[clang-tools-extra] r255199 - There were problems if a relative path is used for an include path, the path will be normalized to ./xxx. I don't know how to test this in a way that will work in a separ

2015-12-09 Thread John Thompson via cfe-commits
Author: jtsoftware Date: Wed Dec 9 19:33:09 2015 New Revision: 255199 URL: http://llvm.org/viewvc/llvm-project?rev=255199&view=rev Log: There were problems if a relative path is used for an include path, the path will be normalized to ./xxx. I don't know how to test this in a way that will wor