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
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
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
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
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
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
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
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
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
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.
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
11 matches
Mail list logo