Index: include/lldb/Target/StackFrame.h
===================================================================
--- include/lldb/Target/StackFrame.h	(revision 124859)
+++ include/lldb/Target/StackFrame.h	(working copy)
@@ -30,7 +30,7 @@
     public ExecutionContextScope
 {
 public:
-    typedef enum ExpressionPathOption
+    enum ExpressionPathOption
     {
         eExpressionPathOptionCheckPtrVsMember   = (1u << 0),
         eExpressionPathOptionsNoFragileObjcIvar = (1u << 1)
Index: include/lldb/Core/FileSpec.h
===================================================================
--- include/lldb/Core/FileSpec.h	(revision 124859)
+++ include/lldb/Core/FileSpec.h	(working copy)
@@ -544,7 +544,7 @@
     static size_t
     ResolveUsername (const char *src_path, char *dst_path, size_t dst_len);
 
-    typedef enum EnumerateDirectoryResult
+    enum EnumerateDirectoryResult
     {
         eEnumerateDirectoryResultNext,  // Enumerate next entry in the current directory
         eEnumerateDirectoryResultEnter, // Recurse into the current entry if it is a directory or symlink, or next if not
