summaryrefslogtreecommitdiffstats
path: root/libcxx/NOTES.TXT
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-23 20:00:13 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-23 20:00:13 +0000
commitb778b5185494a811e18ef42254ac16022fc80f07 (patch)
tree30429f2f62f518d898e0aa48db4139634a476005 /libcxx/NOTES.TXT
parente4c941b57e3c4f03ae8a51849a9202411dc6544b (diff)
downloadbcm5719-llvm-b778b5185494a811e18ef42254ac16022fc80f07.tar.gz
bcm5719-llvm-b778b5185494a811e18ef42254ac16022fc80f07.zip
Update doc and various cleanup
llvm-svn: 290446
Diffstat (limited to 'libcxx/NOTES.TXT')
-rw-r--r--libcxx/NOTES.TXT28
1 files changed, 28 insertions, 0 deletions
diff --git a/libcxx/NOTES.TXT b/libcxx/NOTES.TXT
new file mode 100644
index 00000000000..f0597de64ae
--- /dev/null
+++ b/libcxx/NOTES.TXT
@@ -0,0 +1,28 @@
+//===---------------------------------------------------------------------===//
+// Notes relating to various libc++ tasks
+//===---------------------------------------------------------------------===//
+
+This file contains notes about various libc++ tasks and processes.
+
+//===---------------------------------------------------------------------===//
+// Post-Release TODO
+//===---------------------------------------------------------------------===//
+
+These notes contain a list of things that must be done after branching for
+an LLVM release.
+
+1. Update _LIBCPP_VERSION in `__config`
+2. Update the __libcpp_version file.
+3. Update the version number in `docs/conf.py`
+4. Create ABI lists for the previous release under `lib/abi`
+
+//===---------------------------------------------------------------------===//
+// Adding a new header TODO
+//===---------------------------------------------------------------------===//
+
+These notes contain a list of things that must be done upon adding a new header
+to libc++.
+
+1. Add a test under `test/libcxx` that the header defines `_LIBCPP_VERSION`.
+2. Update `test/libcxx/double_include.sh.cpp` to include the new header.
+3. Create a submodule in `include/module.modulemap` for the new header.
OpenPOWER on IntegriCloud