LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 35949 - [X86] Properly test headers with Wdocumentation
Summary: [X86] Properly test headers with Wdocumentation
Status: NEW
Alias: None
Product: clang
Classification: Unclassified
Component: Headers (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P enhancement
Assignee: Unassigned Clang Bugs
URL:
Keywords: beginner
Depends on:
Blocks:
 
Reported: 2018-01-15 05:46 PST by Simon Pilgrim
Modified: 2018-02-11 06:18 PST (History)
6 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pilgrim 2018-01-15 05:46:00 PST
As mentioned on D41523, we should ensure that all the x86 builtin codegen tests are being properly tested with Wdocumentation to check for any anomalies in the doxygen within x86intrin.h etc.

Initial tests suggested that just adding -Wdocumentation to the RUN command doesn't seem to work so further investigation is necessary.