- a15f7ac Revert r71079. by Zhongxing Xu · 16 years ago
- 25258f8 Fix <rdar://problem/6845148>. Signed integers compared against pointers should by Ted Kremenek · 16 years ago
- 5dc0867 initial support for ObjC exceptions with the GNU runtime: by Chris Lattner · 16 years ago
- b03d9af Fix crash with constant initialization of bit-fields in unions. by Eli Friedman · 16 years ago
- ec31533 Minor code cleanup in retain/release checker in preparation for some by Ted Kremenek · 16 years ago
- 046efd9 Add a warning for a missing copy attribute on a property that is a by Mike Stump · 16 years ago
- 913af35 Remove -fobjc-tight-layout, seems to work! by Daniel Dunbar · 16 years ago
- 7bc8d96 Allow qualifiers on blocks. Radar 6441502 by Mike Stump · 16 years ago
- 7704a33 More attribute renaming: by Ted Kremenek · 16 years ago
- cae27c5 a forward class declaration matching a typedef name of a class by Fariborz Jahanian · 16 years ago
- af199f3 Tighten up relationals with blocks and ints. Radar 6441502 by Mike Stump · 16 years ago
- 7090d54 analyzer: Add ProgramPoint 'PostLValue' just to distinguish (for by Ted Kremenek · 16 years ago
- 4f14963 Fix a FIXME in new expression checking. by Sebastian Redl · 16 years ago
- 45fbaf0 Compute the canonical template name when building a template by Douglas Gregor · 16 years ago
- 25a3ef7 Start canonicalizing template names. This is not yet complete, but it by Douglas Gregor · 16 years ago
- 4d3cbf0 Add support for LLLi -> int128 in builtins.def by Chris Lattner · 16 years ago
- dd3e166 Improve semantic checking for blocks. Radar 6441502 by Mike Stump · 16 years ago
- dd986cc Add preliminary support for enhancing null-pointer dereference diagnostics. by Ted Kremenek · 16 years ago
- bfa2fcb Back out r70506 (exception spec in AST) again. We won't have exception specs until we've had a lot more discussion. by Sebastian Redl · 16 years ago
- 3ac7904 Handle -march for the LLVM recognized cpu names. by Daniel Dunbar · 16 years ago
- 8966bc1 Refactor BugReporter interface to have a new 'BugReporterContext' and by Ted Kremenek · 16 years ago
- 17ca363 More x86 target feature support. by Daniel Dunbar · 16 years ago
- 4253051 Fix analyzer regression reported in PR 4164: by Ted Kremenek · 16 years ago
- 41fd018 Improve RegionStoreManager::getSizeInElements() by Zhongxing Xu · 16 years ago
- 2079494 Add a GDM for recording the cast type of regions. by Zhongxing Xu · 16 years ago
- 4c44e24 The super region of ElementRegion no longer needs to be TypedRegion. In the by Zhongxing Xu · 16 years ago
- ccb1616 Implement a heuristic type size comparison method for now. by Zhongxing Xu · 16 years ago
- 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 16 years ago
- f47f7a1 Add parsing of friend specifiers. by Anders Carlsson · 16 years ago
- 2cc2b9c Eliminate extra vertical space in Clang diagnostics by Douglas Gregor · 16 years ago
- 1d13879 Fix rdar://6860124 - invalid input constraint 'J' in asm by Chris Lattner · 16 years ago
- 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
- 02f7ed7 remove commented code. by Zhongxing Xu · 16 years ago
- 8898059 Make StoreManager::CastRegion() virtual and implement a new CastRegion() for by Zhongxing Xu · 16 years ago
- 63be57a Add --analyze-auto. by Daniel Dunbar · 16 years ago
- 06b8912 Fixes a bug for objc2's gc in the presense of type-casts. by Fariborz Jahanian · 16 years ago
- e1baed3 BugReporter (extensive diagnostics): improve location context generation for the by Ted Kremenek · 16 years ago
- da5348e source-level CFG: have the body for the @synchronized start with its own basic by Ted Kremenek · 16 years ago
- c42e07e BugReporter (extensive diagnostics): Fix getEnclosingStmtLocation to reason by Ted Kremenek · 16 years ago
- ade9eca Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* that by Ted Kremenek · 16 years ago
- 037fb7f Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings by Chris Lattner · 16 years ago
- df9ccc6 Patch to support Gnu runtime's typed selectors. Patch by David Chisnall. by Fariborz Jahanian · 16 years ago
- 69aa080 Implement attribute 'ns_autorelease'. by Ted Kremenek · 16 years ago
- 041f2fd Issue a warning in odd case of instance method used by Fariborz Jahanian · 16 years ago
- bdb0132 When defining a function whose type has no prototype, make an effort by Chris Lattner · 16 years ago
- d37d9b5 fix some more cases where we'd emit a file with a line of 0 for implicit by Chris Lattner · 16 years ago
- 9e55b8a Do not generate bogus location info for DW_TAG_inheritance by Chris Lattner · 16 years ago
- 650cea9 Fix generated debug info for decls with no location (which include self/_cmd by Chris Lattner · 16 years ago
- de866f3 Turns out that Sebastian already implemented the logic to compute the by Douglas Gregor · 16 years ago
- 2a131fb Refactor global decls to hold either a regular Decl or a CXXConstructorDecl + ctor type or a CXXDestructorDecl + dtor type. by Anders Carlsson · 16 years ago
- e351aa1 Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). by Ted Kremenek · 16 years ago
- a81419d Remove an unneeded lookup routine. by Daniel Dunbar · 16 years ago
- d331dd7 Rename ownership attributes: by Ted Kremenek · 16 years ago
- 921b0b5 Fix unused variable warning by Ted Kremenek · 16 years ago
- 0ac5618 Remove possibly incorrect assertion that doesn't matter. by Ted Kremenek · 16 years ago
- 6a08469 Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'. by Ted Kremenek · 16 years ago
- d99b345 Remove experimental attribute 'ns_ownership_make_collectable.' by Ted Kremenek · 16 years ago
- bf63b87 Provide basic support for generation of objc2's by Fariborz Jahanian · 16 years ago
- 6e8575b Fix the field count in interface record layout (it was incorrectly by Daniel Dunbar · 16 years ago
- b4c79e0 Compute interface instanceStart and instanceSize using the record by Daniel Dunbar · 16 years ago
- d4edddd ignore weak_import attribute on objc method decls. by Fariborz Jahanian · 16 years ago
- 75494ff Rename attributes 'objc_ownership...' to 'ns_ownership...'. by Ted Kremenek · 16 years ago
- dcd808c "Fix" a problem with debug info in the presence of always_inline by Chris Lattner · 16 years ago
- 4c6f8d3 BugReporter (extensive diagnostics): don't mark location contexts that are by Ted Kremenek · 16 years ago
- 65d80fd Fix false positive null dereference by unifying code paths in GRSimpleVals for by Ted Kremenek · 16 years ago
- 31c215e Rename attributes: by Ted Kremenek · 16 years ago
- 1c6a3cc Remove support for ObjCMethodDecl attributes that appear between the by Ted Kremenek · 16 years ago
- c6e2ab0 "The attached diff fixes the //FIXME in message send to super. This should now be faster, and works in the presence of class posing. This is now the same approach as used in GCC (the earlier code was a quick hack to get something working)." by Chris Lattner · 16 years ago
- ea4b4aa retain checker: Add checker support for FunctionDecl ownership annotations. Need to add Sema support. by Ted Kremenek · 16 years ago
- 05673d6 retain checker: Pull out logic for parameter annotations into a separate method. by Ted Kremenek · 16 years ago
- e401a0c retain checker: Don't treat function's declared in macros differently. by Ted Kremenek · 16 years ago
- 5efccb1 Patch from David Chisnall: by Daniel Dunbar · 16 years ago
- c2eeb72 Add array index assertion: BasicStore should not expect any fancy by Ted Kremenek · 16 years ago
- cd9392f Rename 'makeZeroIndex' to 'makeZeroArrayIndex'. by Ted Kremenek · 16 years ago
- 124838b Zhongxing already implemented this FIXME. by Ted Kremenek · 16 years ago
- b5b848e array indexes are unsigned integers of the same width as pointer. by Zhongxing Xu · 16 years ago
- 20bd746 BasicStore: 'ElementRegion' is the new 'TypedViewRegion'. by Ted Kremenek · 16 years ago
- b84e8a6 Remove unnecessary copy of constraint info. by Daniel Dunbar · 16 years ago
- 2fb3ea3 Simplify the interesting-region code by assimmilating blocks of non-whitespace text with each expansion step. It's easier and seems to have better results. by Douglas Gregor · 16 years ago
- fd6b4f3 Handle 'long x = 0; char *y = (char *) x;' by layering an by Ted Kremenek · 16 years ago
- cfe1f9d Tweak the extraction of the "interesting" part of a source range in two ways: by Douglas Gregor · 16 years ago
- f936f45 Per conversations with Zhongxing, add an 'element type' to by Ted Kremenek · 16 years ago
- 0c6db94 Implement support for comparing pointers with <, >, <=, >=, ==, and != by Douglas Gregor · 16 years ago
- 885c27b retain checker: by Ted Kremenek · 16 years ago
- d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 16 years ago
- 7faca82 retain checker: RetainSummaryManager now has a 'DefaultSummary' object by Ted Kremenek · 16 years ago
- 3189e4b PR4143: don't crash generating debug info for incomplete enum types. by Eli Friedman · 16 years ago
- 22fe248 retain checker: Don't bother using a FoldingSet to unique summaries. by Ted Kremenek · 16 years ago
- 5c66760 Remove unnecessary push_back (at least, I think it's unnecessary); by Eli Friedman · 16 years ago
- 3715328 Don't allow clients to traverse into superclass synthesized properties by Daniel Dunbar · 16 years ago
- e05cc98 Inline GetFieldBaseOffset into sole callsite. by Daniel Dunbar · 16 years ago
- 900c198 Avoid recomputing field offsets. by Daniel Dunbar · 16 years ago
- 31682fd Normalize formatting by Daniel Dunbar · 16 years ago
- 1ef29d2 Fix an infinite loop in diagnostic printing. by Daniel Dunbar · 16 years ago
- 6fdca0e Fix for PR3841: follow gcc's example and fall back to the system by Eli Friedman · 16 years ago
- 5320285 PR2524: downgrade taking address of expression of type 'void' to an by Eli Friedman · 16 years ago
- c0d600c Fix/re-enable test. by Eli Friedman · 16 years ago
- 5a5a803 Use the implementation decl for looking up offset while building the by Daniel Dunbar · 16 years ago
- 3b660ef PR4134: Implement __builtin_extract_return_addr. by Eli Friedman · 16 years ago
- d9b856f Fix for PR4132: make sure to insert whitespace consistently before a by Eli Friedman · 16 years ago