diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-18 04:48:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-18 04:48:28 +0000 |
commit | be80ebffcc88cc2df3bafafc06a100d6dae796f1 (patch) | |
tree | 554d351b9556dbc1bd1c492353a85c310bf15813 | |
parent | e837f931a8465029bb0e85a919d0ea0a4e9d510f (diff) |
sort files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59492 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | clang.xcodeproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj index 34e78ea016..c6a6ad2ab9 100644 --- a/clang.xcodeproj/project.pbxproj +++ b/clang.xcodeproj/project.pbxproj @@ -798,12 +798,9 @@ DE1F22600A7D8C9B00FBF588 /* Parse */ = { isa = PBXGroup; children = ( - DE3B90DE0EAC5EF200D01046 /* ExtensionRAIIObject.h */, - 3551068F0E9A857C006A4E44 /* ParsePragma.h */, - 3551068A0E9A8546006A4E44 /* ParsePragma.cpp */, - 3551068B0E9A8546006A4E44 /* ParseTentative.cpp */, 84D9A8870C1A57E100AC7ABC /* AttributeList.cpp */, DE17336D0B068DC20080B521 /* DeclSpec.cpp */, + DE3B90DE0EAC5EF200D01046 /* ExtensionRAIIObject.h */, DE3461260AFE68BE00DBC861 /* MinimalAction.cpp */, DE06D42F0A8BB52D0050E87E /* Parser.cpp */, DE34600E0AFDCCCE00DBC861 /* ParseDecl.cpp */, @@ -813,6 +810,9 @@ 3534A01C0E129849002709B2 /* ParseCXXInlineMethods.cpp */, DE3460040AFDCC6500DBC861 /* ParseInit.cpp */, DE345FFF0AFDCC1900DBC861 /* ParseObjc.cpp */, + 3551068F0E9A857C006A4E44 /* ParsePragma.h */, + 3551068A0E9A8546006A4E44 /* ParsePragma.cpp */, + 3551068B0E9A8546006A4E44 /* ParseTentative.cpp */, DE34600A0AFDCCBF00DBC861 /* ParseStmt.cpp */, ); name = Parse; |