1. da4ad9f Fixes a rewrite bug, rewriting nested property usage by Fariborz Jahanian · 14 years ago
  2. fe5ef73 More CharUnits conversion. by Anders Carlsson · 14 years ago
  3. 387fb71 test/SemaCXX/crash-8124080.cpp -> test/SemaCXX/crashes.cpp by Argyrios Kyrtzidis · 14 years ago
  4. 0483dce Qualified 'id' should implement all of static class type's by Fariborz Jahanian · 14 years ago
  5. bd2bfae If a virtual member function has the 'final' attribute, we can devirtualize calls to it. by Anders Carlsson · 14 years ago
  6. e946fc8 Patch for mis-compile of statement expressions with by Fariborz Jahanian · 14 years ago
  7. cd1af3d Move the "used but marked unused" warning behind a special warning flag for now. by Anders Carlsson · 14 years ago
  8. 8a97005 After discussion with Doug and John, I am reverting the patch. by Fariborz Jahanian · 14 years ago
  9. cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
  10. 1a4c937 patch fixes class names missing from method names in debug information for by Fariborz Jahanian · 14 years ago
  11. a7d2f19 Xcode keeps modifying the project file and I don't know how to ignore the change; just commit it. by Argyrios Kyrtzidis · 14 years ago
  12. 90fe4bc When dealing with an assignment with LHS being a property reference by Fariborz Jahanian · 14 years ago
  13. 92c8568 Fix a block rewriter bug where copy/dispose entries in by Fariborz Jahanian · 14 years ago
  14. 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  15. db148be Copying result of object property reference expression by Fariborz Jahanian · 14 years ago
  16. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  17. 4938f23 Static local variables don't result in global constructors being emitted. by Anders Carlsson · 14 years ago
  18. 5d1d7ae Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. by Anders Carlsson · 14 years ago
  19. 5832ae6 xcode project file update. by Fariborz Jahanian · 14 years ago
  20. f164b6e clang.xcodeproj updated. by Fariborz Jahanian · 14 years ago
  21. 0ad8b46 Add DelayedDiagnostic.h to xcode project file. by Fariborz Jahanian · 14 years ago
  22. 930c133 More update of clang.xcodeproj for recent changes. by Fariborz Jahanian · 14 years ago
  23. 5ad502f Update clang.xcodeproj for recent refactorings. by Fariborz Jahanian · 14 years ago
  24. 6ab7cd8 Rename the ASTReader header files. by Sebastian Redl · 14 years ago
  25. 904c9c8 Rename the ASTReader implementation files. by Sebastian Redl · 14 years ago
  26. 7faa2ec Rename PCHWriter.h to ASTWriter.h by Sebastian Redl · 14 years ago
  27. 4ee2ad0 Rename the ASTWriter implementation files by Sebastian Redl · 14 years ago
  28. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  29. 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago
  30. 93c9729 Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. by Sebastian Redl · 14 years ago
  31. 1ee1750 Update Xcode project by Douglas Gregor · 14 years ago
  32. 03e80e4 Nasty rewriter bug which turns out to have an easy fix in by Fariborz Jahanian · 14 years ago
  33. 7a40262 Update Xcode project. by Anders Carlsson · 14 years ago
  34. 9d5e5d4 Update .xcodeproj file. by Anders Carlsson · 14 years ago
  35. c49a7d5 Remove RecordLayoutBuilder.h by Anders Carlsson · 14 years ago
  36. 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 14 years ago
  37. 046861b Turn CXXMethodVector into a generic class template. by Anders Carlsson · 14 years ago
  38. 461e326 Rename CGVtable files to CGVTables. by Anders Carlsson · 14 years ago
  39. 270e203 IRGen: Hide CGRecordLayoutBuilder class, because I can. by Daniel Dunbar · 14 years ago
  40. 1d8422b Update xcode project by Anders Carlsson · 14 years ago
  41. a2a87c9 Add some missing files to xcode project by Fariborz Jahanian · 14 years ago
  42. b6ee4b0 Assert that primary bases always have offset 0. by Anders Carlsson · 14 years ago
  43. 530c40c More improvements to construction vtables; we know handle vbase offsets correctly (I hope). by Anders Carlsson · 14 years ago
  44. fdba9c0 Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers. by Anders Carlsson · 15 years ago
  45. d9f473c Update .xcodeproj file (Yes this is getting old and I should really switch to the cmake based project :) by Anders Carlsson · 15 years ago
  46. 99d1252 Update the xcode project for real and don't check in a failing test. by Anders Carlsson · 15 years ago
  47. 8f09543 Refix rewriting of an ivar access when it is by Fariborz Jahanian · 15 years ago
  48. 58b7eee Move the VTT related code into its own file, CGVTT.cpp by Anders Carlsson · 15 years ago
  49. c1a35d9 Update Xcode project. by Anders Carlsson · 15 years ago
  50. d4a0552 More work on the FullExpr class. by Anders Carlsson · 15 years ago
  51. 5ee56e9 Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Action::FullExpr to Action::MakeFullExpr to avoid name clashes. by Anders Carlsson · 15 years ago
  52. 864db01 Remove clang-cc tool, it has joined in unholy union with clang. by Daniel Dunbar · 15 years ago
  53. 347c2a0 Fix tabs. by Anders Carlsson · 15 years ago
  54. 5ec2e7c Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there. by Anders Carlsson · 15 years ago
  55. 6e2cf8c Update .xcodeproj file by Anders Carlsson · 15 years ago
  56. 7cd6a9e Update project file. by Anders Carlsson · 15 years ago
  57. 764d0c2 Move GlobalDecl to its own file. Also add DenseMapInfo traits. by Anders Carlsson · 15 years ago
  58. 8ac5a40 Update xode project. by Anders Carlsson · 15 years ago
  59. 756b5c4 Add CGException.cpp, to be used for exception related code generation. by Anders Carlsson · 15 years ago
  60. dcd2bd8 Add some missing header files to the Xcode project. by Steve Naroff · 15 years ago
  61. dbd920c Move the vtable builder to CGVtable.cpp, general cleanup. by Anders Carlsson · 15 years ago
  62. 656e4c1 Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change. by Anders Carlsson · 15 years ago
  63. 4f08911 Update Xcode project. by Anders Carlsson · 15 years ago
  64. ece8e71 Add code completion support for ObjC property declarations/attributes. by Steve Naroff · 15 years ago
  65. ff38915 Add files to xcode project. by Anders Carlsson · 15 years ago
  66. 2b35835 Move some functions from CodeGenFunctions to CodeGenModule so they can be used by CGExprConstant. by Anders Carlsson · 15 years ago
  67. 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
  68. 21fb98e implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. by Chris Lattner · 15 years ago
  69. d489cd0 Fix indentation in xcode project. by Anders Carlsson · 15 years ago
  70. 16d81b8 Move codegen of new and delete to CGCXXExpr.cpp by Anders Carlsson · 15 years ago
  71. 9075630 (With Doug's help) fix a crash in the code completion code that lead to a test failure. by Anders Carlsson · 15 years ago
  72. dfece5b clean up xcode proj by Chris Lattner · 15 years ago
  73. 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
  74. 5a0f49e Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValue argument (currently unused). by Anders Carlsson · 15 years ago
  75. 29f898a Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there. by Anders Carlsson · 15 years ago
  76. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  77. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  78. 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
  79. b215394 Add the partially implemented PartialDiagnostic class. by Anders Carlsson · 15 years ago
  80. 78ca7b3 Update Xcode project file to include indexing source files. by Steve Naroff · 15 years ago
  81. 7d878eb Update Xcode project. by Anders Carlsson · 15 years ago
  82. 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
  83. 8a8a629 No longer need to keep base class offsets in the offset by Fariborz Jahanian · 15 years ago
  84. 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
  85. bda4c10 Add a new ASTRecordLayoutBuilder class. Not used yet. by Anders Carlsson · 15 years ago
  86. 19cc4ab Revert r75641. by Anders Carlsson · 15 years ago
  87. 3d598a5 Rename RecordLayout.h to ASTRecordLayout.h by Anders Carlsson · 15 years ago
  88. 395b475 Add a DecltypeType type. by Anders Carlsson · 15 years ago
  89. e41590d [class.local] p1 and p3. Also, add back the xcodeproj file. by Anders Carlsson · 15 years ago
  90. 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
  91. 648b981 remove extraneous diff. by Chris Lattner · 15 years ago
  92. 030e8fe my refactoring of builtins changed target-specific builtins to only be by Chris Lattner · 15 years ago
  93. 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago
  94. 21a8353 Use the correct indentation for DeclTemplate.cpp by Anders Carlsson · 15 years ago
  95. d488214 Add DeclPrinter.cpp by Anders Carlsson · 15 years ago
  96. c4ee170 Make sure to call FullExpr before parsing anything else. by Anders Carlsson · 15 years ago
  97. 482cb84 Use the right indentation for CGCXXTemp.cpp by Anders Carlsson · 15 years ago
  98. 3341292 Update Xcode project by Douglas Gregor · 15 years ago
  99. 2ce6612 Move code generation of C++ temporaries into a new file. by Anders Carlsson · 15 years ago
  100. 0578916 Update Xcode project by Anders Carlsson · 15 years ago