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