aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringSwitch.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Fix shadowed variable warningNick Kledzik2012-08-011-2/+2
* Finish full attribute class emission for clang.Sean Hunt2010-08-181-0/+20
* Simplify this class by removing the result cache.Gabor Greif2009-12-111-17/+13
* typoGabor Greif2009-12-011-1/+1
* demonstrate usage of Cases() mapping several strings to the same value; remov...Gabor Greif2009-12-011-16/+16
* add Case() with 5 argsNuno Lopes2009-11-171-0/+8
* Add StringSwitch::Cases overloads, for matching multiple strings to a singleDaniel Dunbar2009-11-091-0/+19
* add newline to make cl.exe happy.Zhongxing Xu2009-10-291-1/+1
* A switch-on-string-literal construct that is a nice alternative toDouglas Gregor2009-10-291-0/+83