summaryrefslogtreecommitdiff
path: root/test
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
* 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
* Make the odr-use logic work correctly for constant-expressions. PR12006.Eli Friedman2012-02-29
* clang/test/Analysis/stats.c: Fix up r151656.NAKAMURA Takumi2012-02-29
* clang/test/Analysis/stats.c: Mark this as XFAIL: mingw32.NAKAMURA Takumi2012-02-29
* Make sure list-initialization of arrays works correctly in explicit type conv...Eli Friedman2012-02-29
* [libclang] Add a test I forgot to commit.Argyrios Kyrtzidis2012-02-28
* [PCH] Include a darwin-only PCH test on Cocoa.h.Argyrios Kyrtzidis2012-02-28
* 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
* 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
* [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
* [driver] Add support for -g2 and -ggdb debug flags.Chad Rosier2012-02-28
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-28
* Basic coverage test for conversion-to-block-pointer for lambda expressions.Eli Friedman2012-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
* [analyzer] teach analyzer about ObjC literals, thus trimming out a false posi...Ted Kremenek2012-02-28
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-27
* Fix a test case that was added in r151570. The redirect of output was brokenRichard Trieu2012-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
* 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
* Test case for r151429/r151430, which ensures llvm.lifetime intrinsics are notChad Rosier2012-02-27
* Make this test a bit more robust for debug info changes.Eric Christopher2012-02-27
* Ensure that we delete default constructors in the right cases. Don't delete theRichard Smith2012-02-27
* Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formedRichard Smith2012-02-27
* Tests for r151508.Richard Smith2012-02-26
* Okay, makes sense to change all the occurences to match clang.EXE.Benjamin Kramer2012-02-26
* Allow any file extension for the clang binary in the linux-header-search test.Benjamin Kramer2012-02-26
* Don't assert when trying to diagnose why a class with a constructor template isRichard Smith2012-02-26
* Add the critical crtbegin.o files necessary for any of the tests inChandler Carruth2012-02-26
* A follow-up to r151482 which added support for powerpc and powerpc64Chandler Carruth2012-02-26
* Ensure that we delete destructors in the right cases. Specifically:Richard Smith2012-02-26
* Add support for PPC and PPC64 multiarch toolchains on Debain.Chandler Carruth2012-02-26
* Make sure we don't try to produce a definition of an implicitly-deleted functionRichard Smith2012-02-26