- dfece5b clean up xcode proj by Chris Lattner · 15 years ago
- 0a8f847 x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or a non-trivial copy constructor, it should be passed in a pointer. Daniel, plz review. by Anders Carlsson · 15 years ago
- 5a0f49e Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValue argument (currently unused). by Anders Carlsson · 15 years ago
- 29f898a Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there. by Anders Carlsson · 15 years ago
- 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
- 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
- 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
- b215394 Add the partially implemented PartialDiagnostic class. by Anders Carlsson · 15 years ago
- 78ca7b3 Update Xcode project file to include indexing source files. by Steve Naroff · 15 years ago
- 7d878eb Update Xcode project. by Anders Carlsson · 15 years ago
- cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 15 years ago
- 8a8a629 No longer need to keep base class offsets in the offset by Fariborz Jahanian · 15 years ago
- 45372a6 Check in CGRecordLayoutBuilder which is a reimplementation of the record layout code. (Yay, no more packed structs unless absolutely necessary). We currently don't use the layouts being built but that will change when the new code is mature enough :) by Anders Carlsson · 15 years ago
- bda4c10 Add a new ASTRecordLayoutBuilder class. Not used yet. by Anders Carlsson · 15 years ago
- 19cc4ab Revert r75641. by Anders Carlsson · 15 years ago
- 3d598a5 Rename RecordLayout.h to ASTRecordLayout.h by Anders Carlsson · 15 years ago
- 395b475 Add a DecltypeType type. by Anders Carlsson · 15 years ago
- e41590d [class.local] p1 and p3. Also, add back the xcodeproj file. by Anders Carlsson · 15 years ago
- e9cfa45 Remove old Xcode project. We can now automatically generate an Xcode project that compiles all of LLVM (not just Clang) using CMake. by Ted Kremenek · 15 years ago
- 648b981 remove extraneous diff. by Chris Lattner · 15 years ago
- 030e8fe my refactoring of builtins changed target-specific builtins to only be by Chris Lattner · 15 years ago
- 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago
- 21a8353 Use the correct indentation for DeclTemplate.cpp by Anders Carlsson · 15 years ago
- d488214 Add DeclPrinter.cpp by Anders Carlsson · 15 years ago
- c4ee170 Make sure to call FullExpr before parsing anything else. by Anders Carlsson · 15 years ago
- 482cb84 Use the right indentation for CGCXXTemp.cpp by Anders Carlsson · 15 years ago
- 3341292 Update Xcode project by Douglas Gregor · 15 years ago
- 2ce6612 Move code generation of C++ temporaries into a new file. by Anders Carlsson · 15 years ago
- 0578916 Update Xcode project by Anders Carlsson · 15 years ago
- ebefdd8 Remove AstGuard.h from Xcode project. by Anders Carlsson · 15 years ago
- 02b3a0c Add SemaTemplateInstantiateStmt.cpp to Xcode project. by Anders Carlsson · 15 years ago
- 7c98736 Add SemaTemplateInstantiateExpr.cpp to Xcode project. by Anders Carlsson · 15 years ago
- e2f79b6 Fix rdar://6880259 - invalid function name in block call (__NSConcreteGlobalBlock2) by Chris Lattner · 16 years ago
- ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 16 years ago
- 12b1c76 split decl writing out to its own PCHWriterDecl.cpp file. by Chris Lattner · 16 years ago
- 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 16 years ago
- 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 16 years ago
- 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 16 years ago
- 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 16 years ago
- 0389e6b implement PCH support for the rest of ExprObjC.h, including by Chris Lattner · 16 years ago
- 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 16 years ago
- 2f73cc4 remove some gone files by Chris Lattner · 16 years ago
- 7ac48d2 Update Xcode project with recently added files. by Steve Naroff · 16 years ago
- e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 16 years ago
- cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 16 years ago
- 5af280c move jump scope checking and related code out into its own file, SemaDecl.cpp is by Chris Lattner · 16 years ago
- 5abd66f Update Xcode project with some PCH related headers. by Steve Naroff · 16 years ago
- 11bddef split diagnostic group definitions out into their own file. by Chris Lattner · 16 years ago
- 41c6c46 add a bunch of files. by Chris Lattner · 16 years ago
- ccc96b3 add Diagnostic.td to proj by Chris Lattner · 16 years ago
- 68a359c Add CGCXX.h with ctor/dtor type enumerations. No functionality change. by Anders Carlsson · 16 years ago
- ca60395 add fixitrewriter to xcode proj by Chris Lattner · 16 years ago
- 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 16 years ago
- cadbe1c add PCH stuff to project by Chris Lattner · 16 years ago
- a2cf28c add driver headers to xcode proj by Chris Lattner · 16 years ago
- 7cf09f2 Add clang-cc to the xcodeproj file. by Anders Carlsson · 16 years ago
- c960ee3 add TemplateName.cpp/h to the xcode project, minor tidying. by Chris Lattner · 16 years ago
- e9b7d8a Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. by Steve Naroff · 16 years ago
- 8054e25 sort alphabetically by Chris Lattner · 16 years ago
- aecc23d move file to proper place. by Chris Lattner · 16 years ago
- 1266eca remove TranslationUnit. by Chris Lattner · 16 years ago
- c60e888 Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp by Anders Carlsson · 16 years ago
- 60d6b0d Add SemaAccess.cpp by Anders Carlsson · 16 years ago
- a23c74f sort items. by Chris Lattner · 16 years ago
- 3713f0b add driver and clang-cc to project. by Chris Lattner · 16 years ago
- 0cf6891 Add the .td files and remove the .def files from the Xcode project. by Anders Carlsson · 16 years ago
- afcf80f Add SemaTypeInstantiateDecl.cpp by Anders Carlsson · 16 years ago
- 688460e add NestedNameSpecifier.h/cpp to the xcode project file for browsing. by Chris Lattner · 16 years ago
- fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 16 years ago
- 76e10ef More ident fixes by Anders Carlsson · 16 years ago
- fde3195 Use the right indentation by Anders Carlsson · 16 years ago
- 2a83a8c update project for driver -> frontend rename. by Chris Lattner · 16 years ago
- db7bc58 implement -Wsystem-headers, eliminating the wierd thing I added for testing. by Chris Lattner · 16 years ago
- 6b5e4f0 Update DeclNodes.def to reflect the move of ObjCCategoryImpl by Chris Lattner · 16 years ago
- 64e4234 update xcode proj by Chris Lattner · 16 years ago
- b01fe2c Update Xcode project. by Ted Kremenek · 16 years ago
- 9a0a518 Update Xcode project. by Ted Kremenek · 16 years ago
- e7a249c Set tab width to 2 on a number of CG related files by Anders Carlsson · 16 years ago
- 4450266 move llvm backend specific #includes into Backend.cpp instead of Clang.cpp by Chris Lattner · 16 years ago
- 7ad8a5e AnalysisConsumer.h is gone by Chris Lattner · 16 years ago
- 5a0c351 move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp file. by Chris Lattner · 16 years ago
- 73525de enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy by Chris Lattner · 16 years ago
- 3359c67 Add new files to Xcode project by Anders Carlsson · 16 years ago
- d7038e1 factor token concatenation avoidance logic out of by Chris Lattner · 16 years ago
- acfde80 Add support for generating block call expressions. by Anders Carlsson · 16 years ago
- d532fa0 file gone. by Chris Lattner · 16 years ago
- 7bd154a add DeclTemplate.h/cpp by Chris Lattner · 16 years ago
- bd9c4a5 DiagnosticKinds.def is gone. by Chris Lattner · 16 years ago
- 161ddee update the project file for headers moving by Chris Lattner · 16 years ago
- 47354ed add some basic file headers by Chris Lattner · 16 years ago
- 9310ad6 add diagnostics files to xcode proj by Chris Lattner · 16 years ago
- 7216dc9 rename getSpelledCharacterAt to getSpellingOfSingleCharacterNumericConstant, by Chris Lattner · 16 years ago
- 69960f9 alphebetize by Chris Lattner · 16 years ago
- 8aa5920 Update Xcode project. by Ted Kremenek · 16 years ago
- 322f04d Set tab width to 2 characters for all files in lib/Basic by Anders Carlsson · 16 years ago
- c792f1f add TypeTraits.h to the Xcode project by Chris Lattner · 16 years ago
- 730165d Update Xcode project. by Ted Kremenek · 16 years ago
- cf28702 add ownership.h to xcode project by Chris Lattner · 16 years ago
- 149f38f Update Xcode project. by Ted Kremenek · 16 years ago
- 09852a8 Update Xcode project. by Ted Kremenek · 16 years ago