[cfe-commits] r74027 - in /cfe/trunk: clang.xcodeproj/ clang.xcodeproj/project.pbxproj include/clang/AST/DeclCXX.h include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/Sema.h lib/Sema/SemaExpr.cpp lib/Sema/SemaStmt.cpp test/CXX/class/class.local/p1.cpp test/CXX/class/class.local/p3.cpp

Fariborz Jahanian fjahanian at apple.com
Tue Jun 23 18:15:19 PDT 2009


On Jun 23, 2009, at 5:56 PM, Anders Carlsson wrote:

> Hi Ted!
>
> My main reason is that I like having an Xcode project that has only
> clang - this makes it easier to navigate (especially using command-
> option-d in Xcode) since there are fewer files, fewer declarations,
> etc. I never build from the project, so it doesn't need to be kept
> super up-to-date, and I volunteer to do so.

I want to use this for exact same reason. Using CMake based xcode.proj  
makes navagiation
inconvenient. Also not all dependencies are in place.

- fariborz




More information about the cfe-commits mailing list