summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/alloc-size.cpp
AgeCommit message (Expand)Author
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
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2018-03-13Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny
2018-03-07Remove a placeholderGeorge Burgess IV
2018-03-07Reland r326766 (with a slightly modified test)George Burgess IV
2018-03-07Revert 326766 too, after r326862 the test fails and I don't know how to fix.Nico Weber
2018-03-07Revert r326602, it caused PR36620.Nico Weber
2018-03-06[ExprConstant] Look through ExprWithCleanups for `allocsize`George Burgess IV
2018-03-02[Attr] Fix parameter indexing for several attributesJoel E. Denny
2016-12-22Add the alloc_size attribute to clang, attempt 2.George Burgess IV
2016-12-20Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth
2016-12-20Add the alloc_size attribute to clang.George Burgess IV