summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/builtin-source-location.cpp
AgeCommit message (Expand)Author
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-01-08Implement CWG2631Corentin Jabot
2022-12-14Revert "Implement CWG2631"Krasimir Georgiev
2022-12-13Implement CWG2631Corentin Jabot
2022-12-09Revert "Implement CWG2631"Arthur Eubanks
2022-12-09Implement CWG2631Corentin Jabot
2022-12-08Revert "Implement CWG2631"Corentin Jabot
2022-12-08Implement CWG2631Corentin Jabot
2022-11-30Revert "Implement CWG2631"Corentin Jabot
2022-11-30Implement CWG2631Corentin Jabot
2022-11-04Revert "Implement CWG2631"Corentin Jabot
2022-11-04Implement CWG2631Corentin Jabot
2022-05-11[clang] Add the flag -ffile-reproducibleAlan Zhao
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-28[Clang] Implement __builtin_source_location.James Y Knight
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-08-04Apply -fmacro-prefix-map to __builtin_FILE()Pavel Asyutchenko
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington
2019-05-30Reapply: LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover
2019-05-29Revert "LLVM IR: update Clang tests for byval being a typed attribute."Tim Northover
2019-05-29LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover
2019-05-16Fix PCC test failures for source location builtinsEric Fiselier
2019-05-16Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier