aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/StringSwitch.h
AgeCommit message (Expand)Author
2012-08-01Fix shadowed variable warningNick Kledzik
2010-08-18Finish full attribute class emission for clang.Sean Hunt
2009-12-11Simplify this class by removing the result cache.Gabor Greif
2009-12-01typoGabor Greif
2009-12-01demonstrate usage of Cases() mapping several strings to the same value; remov...Gabor Greif
2009-11-17add Case() with 5 argsNuno Lopes
2009-11-09Add StringSwitch::Cases overloads, for matching multiple strings to a singleDaniel Dunbar
2009-10-29add newline to make cl.exe happy.Zhongxing Xu
2009-10-29A switch-on-string-literal construct that is a nice alternative toDouglas Gregor