1. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago
  2. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago
  3. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 15 years ago
  4. d0359af Change our silencing of C typedef redefinition handling to what we had by Chris Lattner · 15 years ago
  5. 6367f6d Set up DeclsCursor. by Chris Lattner · 15 years ago
  6. 5947ca2 fix a comment by starting stmts/exprs after types and decls. by Chris Lattner · 15 years ago
  7. 04ad9b2 make -Wtypedef-redefinition an extwarn instead of defaulting by Chris Lattner · 15 years ago
  8. b145b1e make llvm-bcanalyzer dump out PCH files symbolically. We should probably by Chris Lattner · 15 years ago
  9. 405bad0 Some fixes for PCH (de-)serialization of Objective-C AST nodes: by Douglas Gregor · 15 years ago
  10. f91f5c8 Add a bit more handling for declarations like "int a[*]". by Eli Friedman · 15 years ago
  11. b9fa917 Adjust to LLVM API changes that went into r70157. by Chris Lattner · 15 years ago
  12. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  13. 9a901bb Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. by Eli Friedman · 15 years ago
  14. 1eb5540 Add PCH read/write support for ObjC statements. by Steve Naroff · 15 years ago
  15. 49ac881 implement PR4077: [Linux kernel] inscrutable error on inline asm input/output constraint mismatch by Chris Lattner · 15 years ago
  16. d688761 in a tied operand, don't copy over the name or constraint string, just the flags. by Chris Lattner · 15 years ago
  17. 2819fa8 pull operands names "[foo]" into ConstraintInfo. by Chris Lattner · 15 years ago
  18. 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 15 years ago
  19. e38be7c Update StmtNodes.def with the new base class of CXXTemporaryObjectExpr by Sebastian Redl · 15 years ago
  20. 5414fba Add missing include. This fixes the build with gcc 4.3.3. by Torok Edwin · 15 years ago
  21. 44def07 change TargetInfo::ConstraintInfo to be a struct that contains by Chris Lattner · 15 years ago
  22. 366809a When writing a PCH file, write multiple type and declaration blocks as by Douglas Gregor · 15 years ago
  23. 43c9804 Split C++ statements out to their own file. by Chris Lattner · 15 years ago
  24. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 15 years ago
  25. a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 15 years ago
  26. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 15 years ago
  27. 0389e6b implement PCH support for the rest of ExprObjC.h, including by Chris Lattner · 15 years ago
  28. 2eafc1b Don't read all of the records in the PCH file's preprocessor block, by Douglas Gregor · 15 years ago
  29. 7c32f8e Fix for PR4074: allow subscripting non-lvalue arrays in C90 mode. by Eli Friedman · 15 years ago
  30. 8c5a760 Lazily load the controlling macros for all of the headers known in the by Douglas Gregor · 15 years ago
  31. 338395d minor diagnostics improvements. by Chris Lattner · 15 years ago
  32. 3bf6893 fix PR4073 by making designated initializer checking code use by Chris Lattner · 15 years ago
  33. 5f8e330 Revert my changes that try to avoid creating StringMap entries for by Douglas Gregor · 15 years ago
  34. 5da8161 Start implementing the PTH IdentifierInfo-saving trick in PCH, by Douglas Gregor · 15 years ago
  35. 2b3a5a8 Write the identifier offsets array into the PCH file as a blob, so by Douglas Gregor · 15 years ago
  36. 740782a improve a diagnostic to make more sense. by Chris Lattner · 15 years ago
  37. 5e20448 accept an ignore the no_instrument_function attribute. Since we don't by Chris Lattner · 15 years ago
  38. 8f5dc7f Write the declaration and type offset arrays into the bitstream as by Douglas Gregor · 15 years ago
  39. 83941df Load the selector table lazily from the PCH file. by Douglas Gregor · 15 years ago
  40. c4f0bbd Add PCH support for ObjCMessageExpr (needed to build Mail). by Steve Naroff · 15 years ago
  41. eaaebc7 This is a pretty big cleanup for how invalid decl/type are handle. by Chris Lattner · 15 years ago
  42. 1ad9b28 rename getNumParmVarDeclsFromType back to getNumParams(), by Chris Lattner · 15 years ago
  43. 11ddb7d add a new helper function to FunctionDecl instead of it being by Chris Lattner · 15 years ago
  44. c62a2fe Make sure that the consumer sees all interested decls. This fixes Preview by Douglas Gregor · 15 years ago
  45. de9a81b Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up by Ted Kremenek · 15 years ago
  46. b5f1562 reject explicit pointer arithmetic on interface pointers in 64-bit objc ABI by Chris Lattner · 15 years ago
  47. 0fc169e Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked by Ted Kremenek · 15 years ago
  48. 02bbfa3 Add CXXExprWithCleanup by Anders Carlsson · 15 years ago
  49. f0aaf7a PCH support for the global method pool (= instance and factory method by Douglas Gregor · 15 years ago
  50. 83d63c7 Add PCH support for #import. by Steve Naroff · 15 years ago
  51. 524fa13 Make CXXTemporaryObjectExpr inherit from CXXConstructExpr. by Anders Carlsson · 15 years ago
  52. 09c4abb Add an ASTContext parameter to CXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  53. 26de549 Add a VarDecl parameter to the CXXTemporaryObjectExpr constructor. It's unused for now, so no functionality change yet. Also, create CXXTempVarDecls to pass to the CXXTemporaryObjectExpr ctor. by Anders Carlsson · 15 years ago
  54. 76b3291 Make sure that ObjCCompatibleAlias and ObjCImplementation decls are considered NamedDecls by Douglas Gregor · 15 years ago
  55. bd6734e Make the CXXConstructExpr public and add a StmtClass to it. No functionality change. by Anders Carlsson · 15 years ago
  56. 15ef2b5 Move the CXXConstructExpr before the CXXTemporaryObjectExpr so that the temporary object expr can inherit from the construct expr. No functionality change. by Anders Carlsson · 15 years ago
  57. 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 15 years ago
  58. 8fc463a Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's good for uniformity is good for PCH (or is it the other way around?). by Douglas Gregor · 15 years ago
  59. 319ac89 PCH support for all of the predefined Objective-C types, such as id, by Douglas Gregor · 15 years ago
  60. e9de8eb accept and ignore -Wconversion by Chris Lattner · 15 years ago
  61. b3efa98 Fix handling of C99 "extern inline" semantics when dealing with by Douglas Gregor · 15 years ago
  62. 08f537f Fix rdar://6819438 - -Wmissing-noreturn not recognised by clang, by Chris Lattner · 15 years ago
  63. 90cd1bb Add PCH read/write support for Objective-C Selectors. by Steve Naroff · 15 years ago
  64. 4863db4 fix a problem producing debug info with global blocks. by Chris Lattner · 15 years ago
  65. 9396dcf Add implicit definition of objc_msgSend. by Daniel Dunbar · 15 years ago
  66. b5437d2 the logic for computing __func__ and friends is really broken: by Chris Lattner · 15 years ago
  67. 2432cd3 Silence warnings about common forms of -Wstrict-aliasing etc. by Chris Lattner · 15 years ago
  68. 291be39 PCH (de-)serialization of the protocols in an ObjCInterfaceDecl by Douglas Gregor · 15 years ago
  69. 8818c4f PCH support for ObjCPropertyImplDecl by Douglas Gregor · 15 years ago
  70. 8f36aba The ivars in an ObjCImplementationDecl are now stored in the by Douglas Gregor · 15 years ago
  71. 10b0e1f PCH support for ObjCCategoryImplDecl (which can't be tested now). by Douglas Gregor · 15 years ago
  72. 2c2d43c PCH (de-)serialization for ObjCImplDecl. This can't be tested yet. by Douglas Gregor · 15 years ago
  73. e349bea Add a CXXConstructExpr that represents an implicit call to a C++ constructor. I think CXXTemporaryObjectExpr is going to become a subclass of CXXConstructExpr, since CXXTemporaryObjectExpr represents a syntactic temporary, for example T() by Anders Carlsson · 15 years ago
  74. 653f1b1 Eliminate the three SmallVectors in ObjCImplDecl (for instance by Douglas Gregor · 15 years ago
  75. 70e5a14 PCH support for Objective-C property declarations (UNTESTED!) by Douglas Gregor · 15 years ago
  76. 2512308 Add PCH statistics for the number/percent of lexical/visible declcontexts read by Douglas Gregor · 15 years ago
  77. 4c5fcd9 Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and by Ted Kremenek · 15 years ago
  78. 14c22f2 Support locally-declared external declarations in PCH files by Douglas Gregor · 15 years ago
  79. 4c0e86b Support tentative definitions in precompiled headers. This isn't likely by Douglas Gregor · 15 years ago
  80. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 15 years ago
  81. 6cfc1a8 Eliminate some FIXMEs in the PCH reader that were either already fixed or aren't actually things to fix by Douglas Gregor · 15 years ago
  82. 0af2ca4 Minimize the number and kind of "external definitions" that the PCH by Douglas Gregor · 15 years ago
  83. 2deaea3 Lazy loading of builtins for precompiled headers. by Douglas Gregor · 15 years ago
  84. a243578 Remove lookupFieldDeclFromIvar from ObjCIvarDecl interface. by Daniel Dunbar · 15 years ago
  85. 068360e ObjCQualifiedClass is dead, remove it. by Chris Lattner · 15 years ago
  86. d7a3fcd pch support for protocol qualified id's. by Chris Lattner · 15 years ago
  87. 3a57a37 add three new objc expression types. @selector doesn't work because we have no by Chris Lattner · 15 years ago
  88. 4dcf151a implement serialization support for @encode, by Chris Lattner · 15 years ago
  89. 71dfdb9 Reorganize built-in initialization to separate the creation of target builtins from marking IdentifierInfos as builtins. No functionality change by Douglas Gregor · 15 years ago
  90. 3b3a458 Mark another TypeForDecl const and make getObjCInterfaceType's argument const. by Daniel Dunbar · 15 years ago
  91. d55a71d Fix some mishandling of the attr(gnu_inline) mode when used with by Chris Lattner · 15 years ago
  92. 37e2684 Lazy deserialization of macro definitions for precompiled headers. by Douglas Gregor · 15 years ago
  93. 25efa10 Tighten up blocks type checking. This was discussed back in the by Mike Stump · 15 years ago
  94. 668c1a4 Lazy deserialization of the declaration chains associated with by Douglas Gregor · 15 years ago
  95. 5b54b88 this is a warning now, return a well formed ast. by Chris Lattner · 15 years ago
  96. c62abc1 Refactor 'BasicStoreManager::CastRegion' and 'RegionStoreManager::CastRegion' by Ted Kremenek · 15 years ago
  97. f365d5b temporarily downgrade to a warning. by Chris Lattner · 15 years ago
  98. 0468fb9 Patch to diagnose use of objc's @defs in nonfragile abi. by Fariborz Jahanian · 15 years ago
  99. 72e0320 Recommit 69694 but this time also include the header changes (sorry for breaking by Ted Kremenek · 15 years ago
  100. ca79092 reject sizeof(itf) when itf is a forward declared interface, or when by Chris Lattner · 15 years ago