This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Clang devguide update
Type: enhancement Stage: resolved
Components: Devguide Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Jeffrey.Walton, ezio.melotti, python-dev
Priority: normal Keywords: patch

Created on 2014-03-18 02:17 by Jeffrey.Walton, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
clang.diff Jeffrey.Walton, 2014-03-18 02:17 Diff of changes to the Clang Guide
Repositories containing patches
devguide
Messages (3)
msg213935 - (view) Author: Jeffrey Walton (Jeffrey.Walton) * Date: 2014-03-18 02:17
Updated. Its a lot easier to identify gaps and update once its seen with formatting.

* Added info on interpreting results
* Added info on flags and CFLAGS, CXXFLAGS, CC, and CXX
* Added info on Mac OS X
* Asan -> ASan, UBsan -> UBSan
* Fixed UBSan example formatting
* Added 'make test 2>&1 | asan_symbolize.py' example to text
* Added section on blacklisting or ignoring findings
* Added blacklist example with audioop.c
* Spelling corrections
msg213936 - (view) Author: Jeffrey Walton (Jeffrey.Walton) * Date: 2014-03-18 02:28
Contributor license was signed, though I don't consider my self a contributor. The devs are making the real contributions.
msg213937 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-18 02:33
New changeset 5746108c02c0 by Benjamin Peterson in branch 'default':
updates to the clang docs from Jeffrey Walton (closes #20965)
http://hg.python.org/devguide/rev/5746108c02c0
History
Date User Action Args
2022-04-11 14:58:00adminsetgithub: 65164
2014-03-18 02:33:54python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg213937

resolution: fixed
stage: resolved
2014-03-18 02:28:31Jeffrey.Waltonsetmessages: + msg213936
2014-03-18 02:17:50Jeffrey.Waltoncreate