summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-local-typedef.cpp
AgeCommit message (Expand)Author
2014-11-12Mark TypeDecls used in explicit destructor calls as referenced.Nico Weber
2014-11-12Mark TypeDecls used in member initializers as referenced.Nico Weber
2014-09-06Move x86-specific bits of warn-unused-local-typedef.cpp into their own file.Nico Weber
2014-09-06Attempt to fix ARM bot. (The test references a typedef from x86 asm.)Nico Weber
2014-09-06Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber