aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/decl.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-4/+1
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-1/+4
2023-07-07Remove rdar links; NFCAaron Ballman1-4/+1
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov1-2/+2
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman1-1/+1
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman1-5/+5
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-1/+1
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-1/+1
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-1/+1
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-1/+1
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-1/+1
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-1/+1
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-1/+1
2018-11-15CGDecl::emitStoresForConstant fix synthesized constant's nameJF Bastien1-2/+2
2018-04-05Disable -fmerge-all-constants as default.Manoj Gupta1-1/+1
2018-02-23Bring r325915 back.Rafael Espindola1-3/+3
2011-08-24Make constant aggregate constant initializers private linkage.Eric Christopher1-4/+4
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-2/+2
2011-05-27Add unnamed_addr to internal globals which are only used as an operand to mem...Eli Friedman1-2/+2
2011-03-06Revert r126422 "Use private linkage to avoid symbol conflicts inDouglas Gregor1-1/+1
2011-02-24Use private linkage to avoid symbol conflicts in corner cases like the oneRafael Espindola1-1/+1
2010-07-01fix rdar://8147692 - yet another crash due to my abi work.Chris Lattner1-0/+15
2010-06-30Reapply:Chris Lattner1-0/+13
2010-06-30Revert r107173, "fix PR7519: after thrashing around and remembering how all t...Daniel Dunbar1-13/+0
2010-06-29fix PR7519: after thrashing around and remembering how all this stuffChris Lattner1-0/+13
2010-04-16fix a bogus assertion exposed by a recent change: packing theChris Lattner1-0/+5
2010-04-16emit padding as undef values, take 2Nuno Lopes1-1/+1
2010-04-13Rework the ConstStructBuilder code to emit missing initializerChris Lattner1-1/+11
2010-04-12fix PR6660/6168: emit padding as zeros instead of undef. Because Chris Lattner1-2/+17
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-08Remove include of system header.Daniel Dunbar1-2/+0
2009-12-05fix comment.Chris Lattner1-1/+1
2009-12-05consolidate some tests.Chris Lattner1-0/+23
2009-12-05implement rdar://7346691 by codegen'ing struct/array initializersChris Lattner1-0/+28
2009-12-05simplify a condition and add a testcase.Chris Lattner1-0/+12