1. e351aa1 Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). by Ted Kremenek · 15 years ago
  2. d331dd7 Rename ownership attributes: by Ted Kremenek · 15 years ago
  3. 6a08469 Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'. by Ted Kremenek · 15 years ago
  4. d99b345 Remove experimental attribute 'ns_ownership_make_collectable.' by Ted Kremenek · 15 years ago
  5. c2e57bf Add ASTRecordLayout::getFieldCount accessor, change NextOffset field to 64-bits. by Daniel Dunbar · 15 years ago
  6. f773737 Add ASTRecordLayout::getNextOffset accessor, and some doxygen comments. by Daniel Dunbar · 15 years ago
  7. bc6ea81 Initialize NextOffset correctly, otherwise tight layout fails for empty classes. by Daniel Dunbar · 15 years ago
  8. 75494ff Rename attributes 'objc_ownership...' to 'ns_ownership...'. by Ted Kremenek · 15 years ago
  9. 31c215e Rename attributes: by Ted Kremenek · 15 years ago
  10. 1c6a3cc Remove support for ObjCMethodDecl attributes that appear between the by Ted Kremenek · 15 years ago
  11. cd9392f Rename 'makeZeroIndex' to 'makeZeroArrayIndex'. by Ted Kremenek · 15 years ago
  12. b5b848e array indexes are unsigned integers of the same width as pointer. by Zhongxing Xu · 15 years ago
  13. f936f45 Per conversations with Zhongxing, add an 'element type' to by Ted Kremenek · 15 years ago
  14. 0c6db94 Implement support for comparing pointers with <, >, <=, >=, ==, and != by Douglas Gregor · 15 years ago
  15. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 15 years ago
  16. 5320285 PR2524: downgrade taking address of expression of type 'void' to an by Eli Friedman · 15 years ago
  17. 3b660ef PR4134: Implement __builtin_extract_return_addr. by Eli Friedman · 15 years ago
  18. ee1ec39 Remove ASTContext::addRecordToClass. by Daniel Dunbar · 15 years ago
  19. b2dbbb9 Split out getASTObjCImplementationLayout by Daniel Dunbar · 15 years ago
  20. e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 15 years ago
  21. fa780fc add a flag to output asm constraints so that we efficiently know by Chris Lattner · 15 years ago
  22. 3c77f72 Add diagnostic for r70658. by Eli Friedman · 15 years ago
  23. d875fed Add Sema support for __builtin_setjmp/__builtin_longjmp. The primary by Eli Friedman · 15 years ago
  24. 08617b1 Driver: Treat -m32 and -m64 as "driver-only" arguments. by Daniel Dunbar · 15 years ago
  25. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 15 years ago
  26. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  27. f9b8bc6 Downgrade the invalid offsetof error to a warning. by Anders Carlsson · 15 years ago
  28. 33bbbc5 When determining whether an expression refers to a bit-field, look by Douglas Gregor · 15 years ago
  29. bfadf55 explicitly know that the alignment of Type* is 3 bits. by Chris Lattner · 15 years ago
  30. c975bb0 Add Sema checking for __block on vm declarations. Radar 6441502 by Mike Stump · 15 years ago
  31. 47f7177 When printing a source line as part of a diagnostic, the source line by Douglas Gregor · 15 years ago
  32. 6d7f149 It's an error to call offsetof on a non-POD type. by Anders Carlsson · 15 years ago
  33. 55674ac Get rid of CXXDestroyExpr. by Anders Carlsson · 15 years ago
  34. 8ff59e8 Add a new BFS GRWorkList and make it the default worklist model for by Ted Kremenek · 15 years ago
  35. 2d44e8a Rename CXXExprWithCleanup to CXXExprWithTemporaries. by Anders Carlsson · 15 years ago
  36. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  37. e917aa3 Add support for -Wno-format-zero-length. by Eli Friedman · 15 years ago
  38. 41826bb PR4013 and PR4105: pointer-like types can only be cast to/from integers by Eli Friedman · 15 years ago
  39. e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 15 years ago
  40. 7b9a2ee Make a home for exception specs in the AST. Now Sema can hook them up. by Sebastian Redl · 15 years ago
  41. 72c9dcd Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to be by Ted Kremenek · 15 years ago
  42. b27d117 Hook up Sema support for attributes on Objective-C method declarations that by Ted Kremenek · 15 years ago
  43. 940ab97 Name the "return-type" DiagGroup and reference it in a few places. by Steve Naroff · 15 years ago
  44. 2c0ccd0 Warn about invalid return statements by default. by Steve Naroff · 15 years ago
  45. 09c43d1 accept and ignore two new warning specifiers. -Wno-discard-qual seems easy by Chris Lattner · 15 years ago
  46. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 15 years ago
  47. ea000bf Sema checking for incorrect placement of __block. Radar 6441502 by Mike Stump · 15 years ago
  48. e06600c Make DISABLE_SMART_POINTERS work, again by Douglas Gregor · 15 years ago
  49. 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 15 years ago
  50. 0c74e8a Implement semantic analysis for transparent unions. This is largely by Douglas Gregor · 15 years ago
  51. d49967f BugReporter/PathDiagnostics: by Ted Kremenek · 15 years ago
  52. 19c30c0 Sema and CodeGen support for attributes on blocks. Radar 6441502 by Mike Stump · 15 years ago
  53. 8901139 accept and ignore two new warning options. PR410[45] by Chris Lattner · 15 years ago
  54. 7252713 PR4103: improve source location information for members of the current by Eli Friedman · 15 years ago
  55. 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 15 years ago
  56. 655f141 implement -Wformat-security properly, which is enabled by default. by Chris Lattner · 15 years ago
  57. 8746414 add a bunch of individual warnings to -Wformat (which is on by default). by Chris Lattner · 15 years ago
  58. 5f6cfd2 Wire up -Wformat=2 and -Wformat-extra-args by Chris Lattner · 15 years ago
  59. 02c2e1f -Wformat should depend on format-extra-args so that -Wformat implies by Chris Lattner · 15 years ago
  60. be8434a tweak warning options to be more like gcc: by Chris Lattner · 15 years ago
  61. f7c41da Implement sema checking for noreturn. by Mike Stump · 15 years ago
  62. bf20dbd Implement ownership attribute 'objc_ownership_make_collectable'. This allows one by Ted Kremenek · 15 years ago
  63. 0292d99 add support for -Wendif-labels, PR4101 by Chris Lattner · 15 years ago
  64. 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 15 years ago
  65. a02b147 Make the PCH reader use the diagnostics system for its complaints. by Douglas Gregor · 15 years ago
  66. e3ad881 Implement -Wfour-char-constants, which is an extension, not an extwarn, by Chris Lattner · 15 years ago
  67. 13c8aa7 Fix a typo noticed by Gabor by Douglas Gregor · 15 years ago
  68. af1795b Replace a lame fprintf with a slightly-less lame diagnostic by Douglas Gregor · 15 years ago
  69. 92b059e Implement checking for macro definitions that occur on the command by Douglas Gregor · 15 years ago
  70. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 15 years ago
  71. b77f41e implement -Wmultichar by Chris Lattner · 15 years ago
  72. 8a31774 Fix additional issues pointed out in PR4088. by Eli Friedman · 15 years ago
  73. 9f9bf25 Improve compatibility with GCC regarding inline semantics in GNU89 by Douglas Gregor · 15 years ago
  74. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 15 years ago
  75. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  76. 4eeab84 Don't allow blocks to be declared as returning an array. Radar 6441502 by Mike Stump · 15 years ago
  77. 3575f84 CFG: by Ted Kremenek · 15 years ago
  78. b0156ea A couple more small changes which are probably required for Cygwin by Eli Friedman · 15 years ago
  79. 4e14823 Attempt to fix reported build error on Cygwin, PR4088. by Eli Friedman · 15 years ago
  80. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  81. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  82. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  83. 2bf1eb0 Be more careful in our teardown of the PCHReader after deciding to by Douglas Gregor · 15 years ago
  84. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago
  85. 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
  86. c6a59e4 Add two new checker-specific attributes: 'objc_ownership_release' and by Ted Kremenek · 15 years ago
  87. 090d9b5 shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte by Chris Lattner · 15 years ago
  88. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  89. 4064de9 Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same by Ted Kremenek · 15 years ago
  90. c732f5a encode the type and decl offsets with 32-bits for entry instead by Chris Lattner · 15 years ago
  91. ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 15 years ago
  92. 7f94b0b Load most of the source manager's information lazily from the PCH by Douglas Gregor · 15 years ago
  93. 02602be unclone SavedStreamPosition by Chris Lattner · 15 years ago
  94. da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 15 years ago
  95. 887e2b3 rename GetStmt -> GetDeclStmt to make it clear that the stmt read by Chris Lattner · 15 years ago
  96. 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 15 years ago
  97. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago
  98. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago
  99. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 15 years ago
  100. d0359af Change our silencing of C typedef redefinition handling to what we had by Chris Lattner · 15 years ago