[cfe-commits] r96536 - /cfe/trunk/lib/Frontend/PCHWriter.cpp
Ted Kremenek
kremenek at apple.com
Wed Feb 17 16:05:52 PST 2010
Author: kremenek
Date: Wed Feb 17 18:05:52 2010
New Revision: 96536
URL: http://llvm.org/viewvc/llvm-project?rev=96536&view=rev
Log:
Sort cases.
Modified:
cfe/trunk/lib/Frontend/PCHWriter.cpp
Modified: cfe/trunk/lib/Frontend/PCHWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/PCHWriter.cpp?rev=96536&r1=96535&r2=96536&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/PCHWriter.cpp (original)
+++ cfe/trunk/lib/Frontend/PCHWriter.cpp Wed Feb 17 18:05:52 2010
@@ -1852,13 +1852,13 @@
case Attr::GNUInline:
case Attr::Hiding:
- case Attr::IBOutletKind:
case Attr::IBActionKind:
+ case Attr::IBOutletKind:
case Attr::Malloc:
case Attr::NoDebug:
+ case Attr::NoInline:
case Attr::NoReturn:
case Attr::NoThrow:
- case Attr::NoInline:
break;
case Attr::NonNull: {
More information about the cfe-commits
mailing list