Age | Commit message (Expand) | Author |
2012-03-18 | Use character literals for vexing initialization fixit hints. | David Blaikie |
2012-03-18 | [analyzer] Use a FoldingSet to cache simple RetainSummary instances, rather t... | Jordy Rose |
2012-03-18 | Replace a FIXME with a diagnostic when we can't resolve the | Douglas Gregor |
2012-03-17 | Diagnose tag and class template declarations with qualified | Douglas Gregor |
2012-03-17 | [analyzer] Unify retain-count summary generation for class and instance metho... | Jordy Rose |
2012-03-17 | Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar... | Jordy Rose |
2012-03-17 | [analyzer] Remove duplicate work on deriving method behavior. No functionalit... | Jordy Rose |
2012-03-17 | modern objective-c rewriter: further improvement in | Fariborz Jahanian |
2012-03-17 | StaticAnalyzer: Fix abuse of StringRef in r152962. | NAKAMURA Takumi |
2012-03-17 | When determining the availability of an enum constant, also consider | Douglas Gregor |
2012-03-17 | [analyzer] Don't claim an object was returned with +1 retain count before cou... | Jordy Rose |
2012-03-17 | Fix crash on invalid code. I've tried to produce a reduced test case, but wh... | Ted Kremenek |
2012-03-16 | [analyzer] Shorten the stack hint diagnostic. | Anna Zaks |
2012-03-16 | [analyzer] Create symbol-aware stack hints (building upon r152837). | Anna Zaks |
2012-03-16 | [analyzer] +Comments | Anna Zaks |
2012-03-16 | [analyzer] Add a statistic for the number of times we reach the max | Anna Zaks |
2012-03-16 | Escape % in diagnostic message when compiling LLVM IR. | Benjamin Kramer |
2012-03-16 | sink variable into assert | Matt Beaumont-Gay |
2012-03-16 | When "low alignment" is specified, then set the alignment of the aggregate's | Bill Wendling |
2012-03-16 | Minor clean up of my last patch. | Fariborz Jahanian |
2012-03-16 | modern objective-c translator: write @synchronized. | Fariborz Jahanian |
2012-03-16 | Suppress macro expansion of NULL in NULL warnings. | David Blaikie |
2012-03-16 | Skip through transparent contexts when deciding where to add a friend function. | Nick Lewycky |
2012-03-16 | modern objective-c translator: writing @throw statement. | Fariborz Jahanian |
2012-03-16 | Warn on flexible array members when in C89 mode, with -pedantic. | David Chisnall |
2012-03-16 | From Vassil Vassilev: | Axel Naumann |
2012-03-16 | Fix Objective-C compilation-time performance regression introduced in r152608. | Richard Smith |
2012-03-16 | Fix analyzer crash on analyzing 'catch' with no condition variable. | Ted Kremenek |
2012-03-16 | Don't try to create "store atomic" instructions of non-integer types; they ar... | Eli Friedman |
2012-03-16 | [arcmt] The hard-coded list of weak-incompatible classes is no longer necessary. | Argyrios Kyrtzidis |
2012-03-16 | [arcmt] iOS is always safe to use 'weak'. rdar://10950825 | Argyrios Kyrtzidis |
2012-03-15 | modern objective-c translation: writing @try/@catch/@finally | Fariborz Jahanian |
2012-03-15 | When a variable has a specified asm name, but isn't using the register storag... | Eli Friedman |
2012-03-15 | [analyzer] If a metadata symbol is interesting, its region is interesting as ... | Jordy Rose |
2012-03-15 | modern objective-c translator: writing @try/@finally statement. | Fariborz Jahanian |
2012-03-15 | [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches | Chad Rosier |
2012-03-15 | [analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ ... | Jordy Rose |
2012-03-15 | Support deducing template arguments from nested initializer lists. PR12119. | Sebastian Redl |
2012-03-15 | Support '%p' format specifier with block pointers. | Ted Kremenek |
2012-03-15 | [analyzer] Allow checkers to supply call stack diagnostic hints for the | Anna Zaks |
2012-03-15 | Provide the specific target type in the -Wnull-conversion warning. | David Blaikie |
2012-03-15 | modern objective-c translator: rewriting of @catch-stmt. | Fariborz Jahanian |
2012-03-15 | [Sema] Introduce a data recursive evaluator specific to binary operators. | Argyrios Kyrtzidis |
2012-03-15 | Remove hacky temporary fix of r151585. | Argyrios Kyrtzidis |
2012-03-15 | modern objective-c translator: please symbols generated | Fariborz Jahanian |
2012-03-15 | When laying out an Objective-C object, consult | Sean Callanan |
2012-03-15 | Adding in newer MinGW header paths. | Aaron Ballman |
2012-03-15 | Fix codegen for vld{3,4}_dup intrinsics. | James Molloy |
2012-03-15 | Unrevert r152761 (reverted in r152772) with a fix for the issue which was | Richard Smith |
2012-03-15 | Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. | David Blaikie |