Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<vector>: Add ASan annotations. #2071

Merged
merged 68 commits into from
Dec 11, 2021
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
46a84b6
Initial asan annotation commit
cbezault Jul 1, 2021
b6cf70c
Some testing fixups
cbezault Jul 1, 2021
daa4db9
First working pass at asan annotations
cbezault Jul 21, 2021
72f27a9
Merge branch 'main' of https://github.com/Microsoft/STL
cbezault Jul 21, 2021
67b9a50
Fixup merge error and env.lst
cbezault Jul 21, 2021
a50a9e8
clang-format
cbezault Jul 21, 2021
ecca61c
More clang-format
cbezault Jul 21, 2021
9b3bad0
Remove unused variable
cbezault Jul 26, 2021
ae3ecd1
Add ASan to the CI image
cbezault Jul 28, 2021
7a43662
Update stl/inc/vector
cbezault Jul 28, 2021
295cb82
Apply suggestions from code review
cbezault Jul 28, 2021
4bc1d3e
Update VMSS to add ASAN.
StephanTLavavej Jul 28, 2021
201e707
Resolve most of Misco's comments
cbezault Jul 28, 2021
32ece64
Address Alex's comments
cbezault Jul 28, 2021
0e05186
Require x86 or x64
cbezault Jul 28, 2021
4001372
Apply suggestions from code review
cbezault Jul 29, 2021
84bcc99
Update stl/inc/vector
cbezault Jul 30, 2021
8540313
Merge branch 'main' into gh2071
StephanTLavavej Aug 4, 2021
521b8fe
Merge branch 'main' into gh2071
StephanTLavavej Aug 4, 2021
a1a004c
clang-format.
StephanTLavavej Aug 4, 2021
c9c77f9
Merge branch 'main' of https://github.com/cbezault/STL
cbezault Aug 10, 2021
632566b
Fixup tests and annotations
cbezault Aug 12, 2021
3a09cd9
Remove unused types
cbezault Aug 12, 2021
138752a
Resolve PR comments
cbezault Aug 17, 2021
9977914
Merge branch 'main' of https://github.com/Microsoft/STL
cbezault Aug 17, 2021
d977cf9
sigh, missed a file
cbezault Aug 17, 2021
9dd9d6c
Remove shouty banners from bad merge
cbezault Aug 17, 2021
3d43d92
Resolve comments
cbezault Aug 18, 2021
0a6d34f
Resolve more comments
cbezault Aug 18, 2021
56a3d83
Resolve PR comments
cbezault Aug 18, 2021
873dd34
Expand the allocator aware tests to also run at compile time and fix …
miscco Aug 26, 2021
fe7e654
Cleanup the test a bit
miscco Aug 27, 2021
513f645
Merge branch 'main' into fix_constexpr_vector_again
miscco Sep 2, 2021
f97defa
Add Bug citation for EDG
miscco Sep 2, 2021
4fc4765
Typo in tests/std/tests/VSO_0000000_allocator_propagation
CaseyCarter Sep 2, 2021
74cd839
Make the test classier, like a tuxedo cat!
StephanTLavavej Sep 3, 2021
35c0a06
Cleanup move assignment
miscco Sep 7, 2021
102e358
Clean up the different assignment helpers
miscco Sep 7, 2021
dc735af
Asan implementation for vector
miscco Sep 7, 2021
07431d2
Merge Misco's changes
cbezault Sep 8, 2021
6179818
Only link in stl_asan.lib when __SANITIZE_ADDRESS__ is defined
cbezault Sep 9, 2021
f2c0f11
Cleanup whitespace changes
cbezault Sep 10, 2021
14364c9
Add pragma detect mismatch
cbezault Sep 13, 2021
14fbbb2
Add asan_noop file
cbezault Sep 15, 2021
422930a
Some more cleanups
cbezault Sep 16, 2021
afdaa81
Merge branch 'main' of https://github.com/Microsoft/STL
cbezault Sep 16, 2021
705a00e
Many of Casey's review comments
CaseyCarter Sep 23, 2021
0e49ba2
Cleanup types of arguments to the _ASAN_VECTOR_MEOW macros
CaseyCarter Sep 23, 2021
159ac35
More msbuild stuff + Casey's comments
cbezault Sep 28, 2021
2559230
Add alignment to std::allocator
cbezault Sep 28, 2021
c4fb4af
Update alignment check variable
cbezault Sep 28, 2021
318d472
clang-format
cbezault Sep 28, 2021
336b40c
Try catch when filling a new buffer
cbezault Sep 29, 2021
ebea23a
Make a new type to guard creating a new asan annotated vector with po…
cbezault Sep 30, 2021
d55025b
Add tests with noexcept non-trivial type and exceptable trivial type
cbezault Sep 30, 2021
cdd62a8
More msbuild changes
cbezault Sep 30, 2021
aa67435
Address review comments
cbezault Nov 8, 2021
33e22ad
Turn on vector annotation and tests for clang-cl
cbezault Nov 11, 2021
e5ced0f
x86 needs an additional leading underscore
cbezault Nov 15, 2021
4fe40a3
Resolve merge conflict
cbezault Nov 15, 2021
4094aa6
Fixup bad find/replace
cbezault Nov 22, 2021
934985d
Code review feedback.
StephanTLavavej Nov 23, 2021
32702bf
Access control for guard data members.
StephanTLavavej Nov 30, 2021
159f370
Don't include for CLR
cbezault Dec 10, 2021
032983d
Fixup x86 symbols
cbezault Dec 10, 2021
a8dae00
Set _ANNOTATE_VECTOR in internal msbuild
cbezault Dec 10, 2021
9596451
Update tests so they have some more coverage and should work in both …
cbezault Dec 10, 2021
5dff266
Test fixup
cbezault Dec 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading