aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ConstantEmitter.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-15attempt to fix failing buildbots after 3bab88b7baa20b276faaee0aa7ca87f636c91877Tyker1-0/+2
2020-06-15Revert "Prevent IR-gen from emitting consteval declarations"Kirill Bobyrev1-2/+0
2020-06-15Prevent IR-gen from emitting consteval declarationsTyker1-0/+2
2019-11-28[CodeGen] Fix clang crash on aggregate initialization of array of labelsJohannes Altmanninger1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-01Specify constant context in constant emitterBill Wendling1-0/+3
2018-07-11[NFC] typoJF Bastien1-1/+1
2017-10-15Convert clang::LangAS to a strongly typed enumAlexander Richardson1-6/+4
2017-08-15Extract IRGen's constant-emitter into its own helper class and clean upJohn McCall1-0/+180