summaryrefslogtreecommitdiff
path: root/clang/unittests/CodeGen/TBAAMetadataTest.cpp
AgeCommit message (Expand)Author
2025-01-31[TBAA] Don't emit pointer-tbaa for void pointers. (#122116)Florian Hahn
2024-12-04[Clang] Enable -fpointer-tbaa by default. (#117244)Florian Hahn
2023-08-02Stop using legacy helpers indicating typed pointer types. NFCBjorn Pettersson
2022-07-06[tbaa] Handle base classes in struct tbaaBruno De Fraine
2022-06-23Revert "[tbaa] Handle base classes in struct tbaa"Jeroen Dobbelaere
2022-06-23[tbaa] Handle base classes in struct tbaaBruno De Fraine
2020-11-16Reland "Move the test compiler setup in a common place. NFCI"Vassil Vassilev
2020-11-16Revert "Move the test compiler setup in a common place. NFCI"Vitaly Buka
2020-11-14Move the test compiler setup in a common place. NFCIVassil Vassilev
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner
2020-02-27Avoid ASTContext.h -> TargetInfo.h depReid Kleckner
2020-02-27Add some missing header dependenciesReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-22Unit tests for TBAA metadata generation.Serge Pavlov