summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/StringSwitch.h
Commit message (Expand)AuthorAge
* Fix shadowed variable warningNick Kledzik2012-08-01
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Simplify this class by removing the result cache.Gabor Greif2009-12-11
* typoGabor Greif2009-12-01
* demonstrate usage of Cases() mapping several strings to the same value; remov...Gabor Greif2009-12-01
* add Case() with 5 argsNuno Lopes2009-11-17
* Add StringSwitch::Cases overloads, for matching multiple strings to a singleDaniel Dunbar2009-11-09
* add newline to make cl.exe happy.Zhongxing Xu2009-10-29
* A switch-on-string-literal construct that is a nice alternative toDouglas Gregor2009-10-29