Age | Commit message (Expand) | Author |
2012-03-27 | Commit patch reverted in r153454 with the modified test | Fariborz Jahanian |
2012-03-27 | Add cross-referencing comments to ParseDirectDeclarator to note that | Richard Smith |
2012-03-27 | Change RetainCountChecker to eagerly "escape" retained objects when they are | Ted Kremenek |
2012-03-27 | When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a | Richard Smith |
2012-03-26 | [driver] Fix unused argument warnings. | Chad Rosier |
2012-03-26 | [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused | Chad Rosier |
2012-03-26 | [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused | Chad Rosier |
2012-03-26 | Add a special-case diagnostic for one of the more obnoxious special cases of | Richard Smith |
2012-03-26 | Revert r153443 "objective-c modern translator: extern "C" exported", it fails... | Daniel Dunbar |
2012-03-26 | [analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue. | Anna Zaks |
2012-03-26 | add tbaa metadata to vtable pointer loads/stores | Kostya Serebryany |
2012-03-26 | Move CodeCompletionBuilder's chunk adding methods out of line. | Benjamin Kramer |
2012-03-26 | When diagnosing an invalid out-of-line redeclaration, don't permit | Douglas Gregor |
2012-03-26 | objective-c modern translator: extern "C" exported | Fariborz Jahanian |
2012-03-26 | Canonicalize the declaration we write to a PCH file for an | Douglas Gregor |
2012-03-26 | Driver: Factor string vector push_back into a helper class and optimize it. | Benjamin Kramer |
2012-03-26 | ThreadSafetyReporter: Manage diagnostics in a std::list. | Benjamin Kramer |
2012-03-26 | Handle instantiations of redeclarations of forward-declared enumerations within | Richard Smith |
2012-03-26 | Delay checking of dependent underlying types for redeclarations of member | Richard Smith |
2012-03-25 | Since this change is generating a considerable amount of discussion (and poss... | Aaron Ballman |
2012-03-25 | No longer hard coding paths to the MinGW include directories; using a regular... | Aaron Ballman |
2012-03-25 | clang/lib/Analysis/CFG.cpp: Get rid of early insertion of placeholder to the ... | NAKAMURA Takumi |
2012-03-25 | clang/lib/Analysis/CFG.cpp: Fix memory leak since r153297. | NAKAMURA Takumi |
2012-03-24 | Simplify some users of DenseMap::erase. | Benjamin Kramer |
2012-03-24 | remove declaration of _objc_empty_vtable no longer | Fariborz Jahanian |
2012-03-24 | moderin objc translator: remove 'const' from remaining | Fariborz Jahanian |
2012-03-24 | Add back r153360 with a fix for enums that cover all the 32 bit values. | Rafael Espindola |
2012-03-24 | Revert r153360 (and r153380), "Second part of PR12251. Produce the range meta... | NAKAMURA Takumi |
2012-03-24 | [analyzer] Tighten up the realloc() failure path note generation...make sure ... | Jordy Rose |
2012-03-24 | [analyzer] Restart path diagnostic generation if any of the visitors change t... | Jordy Rose |
2012-03-24 | [analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able ... | Jordy Rose |
2012-03-24 | [parser] If there are unmatched braces in a function definition, try to | Argyrios Kyrtzidis |
2012-03-24 | Second part of PR12251. Produce the range metadata in clang for booleans and | Rafael Espindola |
2012-03-23 | Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up | Richard Smith |
2012-03-23 | use EP_OptimizerLast instead of EP_ScalarOptimizerLate for ThreadSanitizer | Kostya Serebryany |
2012-03-23 | Make sure we don't accept an @interface inside another objc container | Argyrios Kyrtzidis |
2012-03-23 | When defining a forward-declared enum, don't try to attach the definition to | Richard Smith |
2012-03-23 | Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. | Akira Hatanaka |
2012-03-23 | Avoid applying retain/release effects twice in RetainCountChecker when a func... | Ted Kremenek |
2012-03-23 | Support for definitions of member enumerations of class templates outside the | Richard Smith |
2012-03-23 | corrected check::EndOfTranslationUnit checker name and added 'const' to decla... | Anton Yartsev |
2012-03-23 | [CFG] Cache boolean evaluations of expressions to avoid multiple re-evaluations | Argyrios Kyrtzidis |
2012-03-23 | modern objc translation of block literal expressions | Fariborz Jahanian |
2012-03-22 | When an MMX output variable is tied to the input variable, we have to implicitly | Bill Wendling |
2012-03-22 | Make sure we correctly set the alignment for vector loads and stores associat... | Eli Friedman |
2012-03-22 | Fix static analyzer crash on code taking the address of a field. Fixes PR 11... | Ted Kremenek |
2012-03-22 | [analyzer] Add the stat for the number of successfully explored paths. | Anna Zaks |
2012-03-22 | [analyzer] Add stats useful for coverage investigations. | Anna Zaks |
2012-03-22 | [analyzer] Add inlining awareness to the block coverage computation | Anna Zaks |
2012-03-22 | modern objc rewriter: until we can translate block literals | Fariborz Jahanian |