summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [analyzer] Malloc: A pointer might escape through CFContainers APIs,Anna Zaks2012-02-29
* Revert r151702, "Add support for handling captured variables in lambda debugDaniel Dunbar2012-02-29
* Add -C when linking on Solaris so that the error messages are understandable ...David Chisnall2012-02-29
* Tentatively fix PR12117. The test case from the bug now passes, and all exist...Sebastian Redl2012-02-29
* Reapply r151638 and r151641.James Molloy2012-02-29
* Remove a recursive visitiation in ExprEngine that is no longer neededErik Verbruggen2012-02-29
* [analyzer] Tweak the UnreachableCode checker to not warning about unreachable...Ted Kremenek2012-02-29
* A couple minor bug-fixes for template instantiation for expressions which are...Eli Friedman2012-02-29
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-29
* Add support for handling captured variables in lambda debug info.Eric Christopher2012-02-29
* Formatting.Eric Christopher2012-02-29
* Make the odr-use logic work correctly for constant-expressions. PR12006.Eli Friedman2012-02-29
* Sema/ObjC: Override search can generate a large search list, bump the base sizeDaniel Dunbar2012-02-29
* ASTWriter: Cache some DenseMaps we use repeatedly.Daniel Dunbar2012-02-29
* Parse: Change PragmaPackHandler to use the preprocessor allocator.Daniel Dunbar2012-02-29
* objective-c modern translator. Fixes misc. bug in writing Fariborz Jahanian2012-02-29
* Make sure list-initialization of arrays works correctly in explicit type conv...Eli Friedman2012-02-29
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-28
* Single- and zero-element initializer lists to scalars are list-initialization...Sebastian Redl2012-02-28
* [analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...Ted Kremenek2012-02-28
* [analyzer diagnostics] start prototyping stripping PathDiagnostics of unneces...Ted Kremenek2012-02-28
* Modern objective-c translator. rewriting ivars of aggregate type.Fariborz Jahanian2012-02-28
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-28
* Prefer bitcast+GEP over ptrtoint+sub+inttoptr: it's semantically equivalent h...Eli Friedman2012-02-28
* [analyzer] Retain release: drop the line number info from the leakAnna Zaks2012-02-28
* [analyzer] Stats: Add the stats about remove dead bindings, correct theAnna Zaks2012-02-28
* Add -lm by default on Solaris.David Chisnall2012-02-28
* It turns out -fno-cxa-atexit just produces broken code, so disable it on Sola...David Chisnall2012-02-28
* Un-break clang based on r151638 - What was meant to be a trivial variable nam...James Molloy2012-02-28
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-28
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-28
* [AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis2012-02-28
* Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall2012-02-28
* Remove stray semi-colons.Daniel Dunbar2012-02-28
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-28
* [analyzer] Fix Malloc False Positive (PR 12100)Anna Zaks2012-02-28
* Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...Eli Friedman2012-02-28
* [analyzer] teach analyzer about ObjC literals, thus trimming out a false posi...Ted Kremenek2012-02-28
* Re-enable the Darwin ARM integrated assembler.Jim Grosbach2012-02-27
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-27
* [analyzer] Don't generate an explicit ExplodedNode for StringLiterals; have t...Ted Kremenek2012-02-27
* Hack in a loud error for PR12086. Better than a silent miscompile.Sebastian Redl2012-02-27
* When evaluating integer expressions include a check for sub-expressionsArgyrios Kyrtzidis2012-02-27
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-27
* Implement a FIXME for conversion sequence distinction. Should fix PR12092.Sebastian Redl2012-02-27
* [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks2012-02-27
* Fix a couple bugs in the way we handle array indexes in array bounds checking...Eli Friedman2012-02-27
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-27
* Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assign...Sebastian Redl2012-02-27
* Add missing code for compound literals of complex type. <rdar://problem/1093...Eli Friedman2012-02-27