Merging r258184:
[oota-llvm.git] / include / llvm / ADT / StringSwitch.h
2015-09-10 Chandler Carruth[ADT] Micro-optimize and force inlining for string...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2012-08-01 Nick KledzikFix shadowed variable warning
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2009-12-11 Gabor GreifSimplify this class by removing the result cache.
2009-12-01 Gabor Greiftypo
2009-12-01 Gabor Greifdemonstrate usage of Cases() mapping several strings...
2009-11-17 Nuno Lopesadd Case() with 5 args
2009-11-09 Daniel DunbarAdd StringSwitch::Cases overloads, for matching multipl...
2009-10-29 Zhongxing Xuadd newline to make cl.exe happy.
2009-10-29 Douglas GregorA switch-on-string-literal construct that is a nice...