1. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 15 years ago
  2. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  3. 4eeab84 Don't allow blocks to be declared as returning an array. Radar 6441502 by Mike Stump · 15 years ago
  4. 3575f84 CFG: by Ted Kremenek · 15 years ago
  5. b0156ea A couple more small changes which are probably required for Cygwin by Eli Friedman · 15 years ago
  6. 4e14823 Attempt to fix reported build error on Cygwin, PR4088. by Eli Friedman · 15 years ago
  7. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  8. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  9. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  10. 2bf1eb0 Be more careful in our teardown of the PCHReader after deciding to by Douglas Gregor · 15 years ago
  11. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago
  12. b81c170 Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since these vectors are very, very rarely used and, when used in headers, and even when used are relatively small, we load them eagerly. by Douglas Gregor · 15 years ago
  13. c6a59e4 Add two new checker-specific attributes: 'objc_ownership_release' and by Ted Kremenek · 15 years ago
  14. 090d9b5 shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte by Chris Lattner · 15 years ago
  15. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  16. 4064de9 Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same by Ted Kremenek · 15 years ago
  17. c732f5a encode the type and decl offsets with 32-bits for entry instead by Chris Lattner · 15 years ago
  18. ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 15 years ago
  19. 7f94b0b Load most of the source manager's information lazily from the PCH by Douglas Gregor · 15 years ago
  20. 02602be unclone SavedStreamPosition by Chris Lattner · 15 years ago
  21. da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 15 years ago
  22. 887e2b3 rename GetStmt -> GetDeclStmt to make it clear that the stmt read by Chris Lattner · 15 years ago
  23. 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 15 years ago
  24. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago
  25. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago
  26. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 15 years ago
  27. d0359af Change our silencing of C typedef redefinition handling to what we had by Chris Lattner · 15 years ago
  28. 6367f6d Set up DeclsCursor. by Chris Lattner · 15 years ago
  29. 5947ca2 fix a comment by starting stmts/exprs after types and decls. by Chris Lattner · 15 years ago
  30. 04ad9b2 make -Wtypedef-redefinition an extwarn instead of defaulting by Chris Lattner · 15 years ago
  31. b145b1e make llvm-bcanalyzer dump out PCH files symbolically. We should probably by Chris Lattner · 15 years ago
  32. 405bad0 Some fixes for PCH (de-)serialization of Objective-C AST nodes: by Douglas Gregor · 15 years ago
  33. f91f5c8 Add a bit more handling for declarations like "int a[*]". by Eli Friedman · 15 years ago
  34. b9fa917 Adjust to LLVM API changes that went into r70157. by Chris Lattner · 15 years ago
  35. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  36. 9a901bb Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. by Eli Friedman · 15 years ago
  37. 1eb5540 Add PCH read/write support for ObjC statements. by Steve Naroff · 15 years ago
  38. 49ac881 implement PR4077: [Linux kernel] inscrutable error on inline asm input/output constraint mismatch by Chris Lattner · 15 years ago
  39. d688761 in a tied operand, don't copy over the name or constraint string, just the flags. by Chris Lattner · 15 years ago
  40. 2819fa8 pull operands names "[foo]" into ConstraintInfo. by Chris Lattner · 15 years ago
  41. 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 15 years ago
  42. e38be7c Update StmtNodes.def with the new base class of CXXTemporaryObjectExpr by Sebastian Redl · 15 years ago
  43. 5414fba Add missing include. This fixes the build with gcc 4.3.3. by Torok Edwin · 15 years ago
  44. 44def07 change TargetInfo::ConstraintInfo to be a struct that contains by Chris Lattner · 15 years ago
  45. 366809a When writing a PCH file, write multiple type and declaration blocks as by Douglas Gregor · 15 years ago
  46. 43c9804 Split C++ statements out to their own file. by Chris Lattner · 15 years ago
  47. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 15 years ago
  48. a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 15 years ago
  49. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 15 years ago
  50. 0389e6b implement PCH support for the rest of ExprObjC.h, including by Chris Lattner · 15 years ago
  51. 2eafc1b Don't read all of the records in the PCH file's preprocessor block, by Douglas Gregor · 15 years ago
  52. 7c32f8e Fix for PR4074: allow subscripting non-lvalue arrays in C90 mode. by Eli Friedman · 15 years ago
  53. 8c5a760 Lazily load the controlling macros for all of the headers known in the by Douglas Gregor · 15 years ago
  54. 338395d minor diagnostics improvements. by Chris Lattner · 15 years ago
  55. 3bf6893 fix PR4073 by making designated initializer checking code use by Chris Lattner · 15 years ago
  56. 5f8e330 Revert my changes that try to avoid creating StringMap entries for by Douglas Gregor · 15 years ago
  57. 5da8161 Start implementing the PTH IdentifierInfo-saving trick in PCH, by Douglas Gregor · 15 years ago
  58. 2b3a5a8 Write the identifier offsets array into the PCH file as a blob, so by Douglas Gregor · 15 years ago
  59. 740782a improve a diagnostic to make more sense. by Chris Lattner · 15 years ago
  60. 5e20448 accept an ignore the no_instrument_function attribute. Since we don't by Chris Lattner · 15 years ago
  61. 8f5dc7f Write the declaration and type offset arrays into the bitstream as by Douglas Gregor · 15 years ago
  62. 83941df Load the selector table lazily from the PCH file. by Douglas Gregor · 15 years ago
  63. c4f0bbd Add PCH support for ObjCMessageExpr (needed to build Mail). by Steve Naroff · 15 years ago
  64. eaaebc7 This is a pretty big cleanup for how invalid decl/type are handle. by Chris Lattner · 15 years ago
  65. 1ad9b28 rename getNumParmVarDeclsFromType back to getNumParams(), by Chris Lattner · 15 years ago
  66. 11ddb7d add a new helper function to FunctionDecl instead of it being by Chris Lattner · 15 years ago
  67. c62a2fe Make sure that the consumer sees all interested decls. This fixes Preview by Douglas Gregor · 15 years ago
  68. de9a81b Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up by Ted Kremenek · 15 years ago
  69. b5f1562 reject explicit pointer arithmetic on interface pointers in 64-bit objc ABI by Chris Lattner · 15 years ago
  70. 0fc169e Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked by Ted Kremenek · 15 years ago
  71. 02bbfa3 Add CXXExprWithCleanup by Anders Carlsson · 15 years ago
  72. f0aaf7a PCH support for the global method pool (= instance and factory method by Douglas Gregor · 15 years ago
  73. 83d63c7 Add PCH support for #import. by Steve Naroff · 15 years ago
  74. 524fa13 Make CXXTemporaryObjectExpr inherit from CXXConstructExpr. by Anders Carlsson · 15 years ago
  75. 09c4abb Add an ASTContext parameter to CXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  76. 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
  77. 76b3291 Make sure that ObjCCompatibleAlias and ObjCImplementation decls are considered NamedDecls by Douglas Gregor · 15 years ago
  78. bd6734e Make the CXXConstructExpr public and add a StmtClass to it. No functionality change. by Anders Carlsson · 15 years ago
  79. 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
  80. 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 15 years ago
  81. 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
  82. 319ac89 PCH support for all of the predefined Objective-C types, such as id, by Douglas Gregor · 15 years ago
  83. e9de8eb accept and ignore -Wconversion by Chris Lattner · 15 years ago
  84. b3efa98 Fix handling of C99 "extern inline" semantics when dealing with by Douglas Gregor · 15 years ago
  85. 08f537f Fix rdar://6819438 - -Wmissing-noreturn not recognised by clang, by Chris Lattner · 15 years ago
  86. 90cd1bb Add PCH read/write support for Objective-C Selectors. by Steve Naroff · 15 years ago
  87. 4863db4 fix a problem producing debug info with global blocks. by Chris Lattner · 15 years ago
  88. 9396dcf Add implicit definition of objc_msgSend. by Daniel Dunbar · 15 years ago
  89. b5437d2 the logic for computing __func__ and friends is really broken: by Chris Lattner · 15 years ago
  90. 2432cd3 Silence warnings about common forms of -Wstrict-aliasing etc. by Chris Lattner · 15 years ago
  91. 291be39 PCH (de-)serialization of the protocols in an ObjCInterfaceDecl by Douglas Gregor · 15 years ago
  92. 8818c4f PCH support for ObjCPropertyImplDecl by Douglas Gregor · 15 years ago
  93. 8f36aba The ivars in an ObjCImplementationDecl are now stored in the by Douglas Gregor · 15 years ago
  94. 10b0e1f PCH support for ObjCCategoryImplDecl (which can't be tested now). by Douglas Gregor · 15 years ago
  95. 2c2d43c PCH (de-)serialization for ObjCImplDecl. This can't be tested yet. by Douglas Gregor · 15 years ago
  96. 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
  97. 653f1b1 Eliminate the three SmallVectors in ObjCImplDecl (for instance by Douglas Gregor · 15 years ago
  98. 70e5a14 PCH support for Objective-C property declarations (UNTESTED!) by Douglas Gregor · 15 years ago
  99. 2512308 Add PCH statistics for the number/percent of lexical/visible declcontexts read by Douglas Gregor · 15 years ago
  100. 4c5fcd9 Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and by Ted Kremenek · 15 years ago