1. 41826bb PR4013 and PR4105: pointer-like types can only be cast to/from integers by Eli Friedman · 15 years ago
  2. e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 15 years ago
  3. 7b9a2ee Make a home for exception specs in the AST. Now Sema can hook them up. by Sebastian Redl · 15 years ago
  4. 72c9dcd Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to be by Ted Kremenek · 15 years ago
  5. b27d117 Hook up Sema support for attributes on Objective-C method declarations that by Ted Kremenek · 15 years ago
  6. 940ab97 Name the "return-type" DiagGroup and reference it in a few places. by Steve Naroff · 15 years ago
  7. 2c0ccd0 Warn about invalid return statements by default. by Steve Naroff · 15 years ago
  8. 09c43d1 accept and ignore two new warning specifiers. -Wno-discard-qual seems easy by Chris Lattner · 15 years ago
  9. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 15 years ago
  10. ea000bf Sema checking for incorrect placement of __block. Radar 6441502 by Mike Stump · 15 years ago
  11. e06600c Make DISABLE_SMART_POINTERS work, again by Douglas Gregor · 15 years ago
  12. 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 15 years ago
  13. 0c74e8a Implement semantic analysis for transparent unions. This is largely by Douglas Gregor · 15 years ago
  14. d49967f BugReporter/PathDiagnostics: by Ted Kremenek · 15 years ago
  15. 19c30c0 Sema and CodeGen support for attributes on blocks. Radar 6441502 by Mike Stump · 15 years ago
  16. 8901139 accept and ignore two new warning options. PR410[45] by Chris Lattner · 15 years ago
  17. 7252713 PR4103: improve source location information for members of the current by Eli Friedman · 15 years ago
  18. 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 15 years ago
  19. 655f141 implement -Wformat-security properly, which is enabled by default. by Chris Lattner · 15 years ago
  20. 8746414 add a bunch of individual warnings to -Wformat (which is on by default). by Chris Lattner · 15 years ago
  21. 5f6cfd2 Wire up -Wformat=2 and -Wformat-extra-args by Chris Lattner · 15 years ago
  22. 02c2e1f -Wformat should depend on format-extra-args so that -Wformat implies by Chris Lattner · 15 years ago
  23. be8434a tweak warning options to be more like gcc: by Chris Lattner · 15 years ago
  24. f7c41da Implement sema checking for noreturn. by Mike Stump · 15 years ago
  25. bf20dbd Implement ownership attribute 'objc_ownership_make_collectable'. This allows one by Ted Kremenek · 15 years ago
  26. 0292d99 add support for -Wendif-labels, PR4101 by Chris Lattner · 15 years ago
  27. 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 15 years ago
  28. a02b147 Make the PCH reader use the diagnostics system for its complaints. by Douglas Gregor · 15 years ago
  29. e3ad881 Implement -Wfour-char-constants, which is an extension, not an extwarn, by Chris Lattner · 15 years ago
  30. 13c8aa7 Fix a typo noticed by Gabor by Douglas Gregor · 15 years ago
  31. af1795b Replace a lame fprintf with a slightly-less lame diagnostic by Douglas Gregor · 15 years ago
  32. 92b059e Implement checking for macro definitions that occur on the command by Douglas Gregor · 15 years ago
  33. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 15 years ago
  34. b77f41e implement -Wmultichar by Chris Lattner · 15 years ago
  35. 8a31774 Fix additional issues pointed out in PR4088. by Eli Friedman · 15 years ago
  36. 9f9bf25 Improve compatibility with GCC regarding inline semantics in GNU89 by Douglas Gregor · 15 years ago
  37. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 15 years ago
  38. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  39. 4eeab84 Don't allow blocks to be declared as returning an array. Radar 6441502 by Mike Stump · 15 years ago
  40. 3575f84 CFG: by Ted Kremenek · 15 years ago
  41. b0156ea A couple more small changes which are probably required for Cygwin by Eli Friedman · 15 years ago
  42. 4e14823 Attempt to fix reported build error on Cygwin, PR4088. by Eli Friedman · 15 years ago
  43. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  44. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  45. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  46. 2bf1eb0 Be more careful in our teardown of the PCHReader after deciding to by Douglas Gregor · 15 years ago
  47. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago
  48. 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
  49. c6a59e4 Add two new checker-specific attributes: 'objc_ownership_release' and by Ted Kremenek · 15 years ago
  50. 090d9b5 shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte by Chris Lattner · 15 years ago
  51. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  52. 4064de9 Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same by Ted Kremenek · 15 years ago
  53. c732f5a encode the type and decl offsets with 32-bits for entry instead by Chris Lattner · 15 years ago
  54. ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 15 years ago
  55. 7f94b0b Load most of the source manager's information lazily from the PCH by Douglas Gregor · 15 years ago
  56. 02602be unclone SavedStreamPosition by Chris Lattner · 15 years ago
  57. da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 15 years ago
  58. 887e2b3 rename GetStmt -> GetDeclStmt to make it clear that the stmt read by Chris Lattner · 15 years ago
  59. 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 15 years ago
  60. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago
  61. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago
  62. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 15 years ago
  63. d0359af Change our silencing of C typedef redefinition handling to what we had by Chris Lattner · 15 years ago
  64. 6367f6d Set up DeclsCursor. by Chris Lattner · 15 years ago
  65. 5947ca2 fix a comment by starting stmts/exprs after types and decls. by Chris Lattner · 15 years ago
  66. 04ad9b2 make -Wtypedef-redefinition an extwarn instead of defaulting by Chris Lattner · 15 years ago
  67. b145b1e make llvm-bcanalyzer dump out PCH files symbolically. We should probably by Chris Lattner · 15 years ago
  68. 405bad0 Some fixes for PCH (de-)serialization of Objective-C AST nodes: by Douglas Gregor · 15 years ago
  69. f91f5c8 Add a bit more handling for declarations like "int a[*]". by Eli Friedman · 15 years ago
  70. b9fa917 Adjust to LLVM API changes that went into r70157. by Chris Lattner · 15 years ago
  71. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  72. 9a901bb Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. by Eli Friedman · 15 years ago
  73. 1eb5540 Add PCH read/write support for ObjC statements. by Steve Naroff · 15 years ago
  74. 49ac881 implement PR4077: [Linux kernel] inscrutable error on inline asm input/output constraint mismatch by Chris Lattner · 15 years ago
  75. d688761 in a tied operand, don't copy over the name or constraint string, just the flags. by Chris Lattner · 15 years ago
  76. 2819fa8 pull operands names "[foo]" into ConstraintInfo. by Chris Lattner · 15 years ago
  77. 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 15 years ago
  78. e38be7c Update StmtNodes.def with the new base class of CXXTemporaryObjectExpr by Sebastian Redl · 15 years ago
  79. 5414fba Add missing include. This fixes the build with gcc 4.3.3. by Torok Edwin · 15 years ago
  80. 44def07 change TargetInfo::ConstraintInfo to be a struct that contains by Chris Lattner · 15 years ago
  81. 366809a When writing a PCH file, write multiple type and declaration blocks as by Douglas Gregor · 15 years ago
  82. 43c9804 Split C++ statements out to their own file. by Chris Lattner · 15 years ago
  83. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 15 years ago
  84. a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 15 years ago
  85. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 15 years ago
  86. 0389e6b implement PCH support for the rest of ExprObjC.h, including by Chris Lattner · 15 years ago
  87. 2eafc1b Don't read all of the records in the PCH file's preprocessor block, by Douglas Gregor · 15 years ago
  88. 7c32f8e Fix for PR4074: allow subscripting non-lvalue arrays in C90 mode. by Eli Friedman · 15 years ago
  89. 8c5a760 Lazily load the controlling macros for all of the headers known in the by Douglas Gregor · 15 years ago
  90. 338395d minor diagnostics improvements. by Chris Lattner · 15 years ago
  91. 3bf6893 fix PR4073 by making designated initializer checking code use by Chris Lattner · 15 years ago
  92. 5f8e330 Revert my changes that try to avoid creating StringMap entries for by Douglas Gregor · 15 years ago
  93. 5da8161 Start implementing the PTH IdentifierInfo-saving trick in PCH, by Douglas Gregor · 15 years ago
  94. 2b3a5a8 Write the identifier offsets array into the PCH file as a blob, so by Douglas Gregor · 15 years ago
  95. 740782a improve a diagnostic to make more sense. by Chris Lattner · 15 years ago
  96. 5e20448 accept an ignore the no_instrument_function attribute. Since we don't by Chris Lattner · 15 years ago
  97. 8f5dc7f Write the declaration and type offset arrays into the bitstream as by Douglas Gregor · 15 years ago
  98. 83941df Load the selector table lazily from the PCH file. by Douglas Gregor · 15 years ago
  99. c4f0bbd Add PCH support for ObjCMessageExpr (needed to build Mail). by Steve Naroff · 15 years ago
  100. eaaebc7 This is a pretty big cleanup for how invalid decl/type are handle. by Chris Lattner · 15 years ago