aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/mangle.c
AgeCommit message (Expand)Author
2009-10-28Mangle based on the declaration we're given, not the canonicalDouglas Gregor
2009-05-19Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman
2009-03-31Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem t...Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-21fix a crash that could occur when a variable declaration became aChris Lattner
2009-03-21simplify and cleanup global variable creation stuff to all go through oneChris Lattner
2009-03-21fix several problems with asm renaming, by pulling it into the mangling code:Chris Lattner
2009-02-20We must always mangle attribute overloadable functions; even if in aDaniel Dunbar