Age | Commit message (Expand) | Author |
2010-06-26 | Implement support for #pragma message, patch by Michael Spencer! | Chris Lattner |
2010-06-26 | Change EmitReferenceBindingToExpr to take a decl instead of a boolean. | Anders Carlsson |
2010-06-26 | Add function for mangling reference temporaries. | Anders Carlsson |
2010-06-26 | Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler. | Charles Davis |
2010-06-26 | Add a missing dependency to try to fix a buildbot failure. | Bob Wilson |
2010-06-25 | Relax assertion since non-pod C++ classes are not aggregates, but still can a... | Ted Kremenek |
2010-06-25 | When a constant size array is casted to another type, its length should be sc... | Jordy Rose |
2010-06-25 | Use TypeSourceInfo to help determine the SourceRange of a CXXNewExpr. This f... | Ted Kremenek |
2010-06-25 | Add "checker caching" to GRExprEngine::CheckerVisit to progressively build | Ted Kremenek |
2010-06-25 | Fix -analyze-display-progress (once again), this time with an additional regr... | Ted Kremenek |
2010-06-25 | Minor change to my last patch to fix PR7490. | Fariborz Jahanian |
2010-06-25 | Translate numbers properly. | Eric Christopher |
2010-06-25 | IRGen for trivial initialization of dynamiccaly allocated | Fariborz Jahanian |
2010-06-25 | Change RegionStoreManager::Retrieve to infer the type of a symbolic region fr... | Tom Care |
2010-06-25 | build: Get CLANG_VERSION from Version.inc instead of depending on VER file di... | Daniel Dunbar |
2010-06-25 | Support NonTypeTemplateParmDecl for PCH. | Argyrios Kyrtzidis |
2010-06-25 | Make PCHWriter::FlushStmts() robust. If we added null Stmts, reading them bac... | Argyrios Kyrtzidis |
2010-06-25 | Support DependentTemplateSpecializationType and ElaboratedType for PCH. | Argyrios Kyrtzidis |
2010-06-25 | Add forgotten breaks in case statements. | Argyrios Kyrtzidis |
2010-06-25 | Support UnresolvedLookupExpr for PCH. | Argyrios Kyrtzidis |
2010-06-25 | Support UnresolvedMemberExpr for PCH. | Argyrios Kyrtzidis |
2010-06-25 | Print source location when we encounter unhandled statement during PCH writing. | Argyrios Kyrtzidis |
2010-06-25 | Implement dependent alignment attribute support. This is a bit gross given the | Chandler Carruth |
2010-06-25 | Add comment for my last patch. | Fariborz Jahanian |
2010-06-25 | Fixed another double-char in PPC-specific asm constraints. | John Thompson |
2010-06-24 | Added PPC-specific asm constraints, PS3 configuration changes. | John Thompson |
2010-06-24 | Remove HAS_TLS define. | Eric Christopher |
2010-06-24 | Fixes a regression when redeclaration of a global satic | Fariborz Jahanian |
2010-06-24 | Return null pointer instead of 'false' (fixes clang warning). | Ted Kremenek |
2010-06-24 | Add check for illegal whence argument of fseek. | Zhongxing Xu |
2010-06-24 | Should return stateNotNull. | Zhongxing Xu |
2010-06-24 | Let StreamChecker::CheckNullStream() return a GRState after successful check. | Zhongxing Xu |
2010-06-24 | Support a couple more C++ Exprs for PCH. | Argyrios Kyrtzidis |
2010-06-24 | Fix broken de/serialization for a couple of C++ Exprs. | Argyrios Kyrtzidis |
2010-06-24 | More clang support for darwin tls. Add a __has_feature macro and | Eric Christopher |
2010-06-24 | Patch to correctly mangle block helper functions | Fariborz Jahanian |
2010-06-23 | Add 'VisitEndAnalysis' callback to Checker class. This callback is called by... | Ted Kremenek |
2010-06-23 | Add parentheses suggested by gcc. | Duncan Sands |
2010-06-23 | Driver: Add make variable to allow disabling default integrated assembler, till | Daniel Dunbar |
2010-06-23 | Support C++ class template specializations and partial specializations for PCH. | Argyrios Kyrtzidis |
2010-06-23 | Modify ClassTemplateSpecializationDecl and ClassTemplatePartialSpecialization... | Argyrios Kyrtzidis |
2010-06-23 | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner |
2010-06-23 | polish the -finstrument-functions implementation, patch by Nelson Elhage! | Chris Lattner |
2010-06-23 | add comments. | Zhongxing Xu |
2010-06-23 | add comments. | Zhongxing Xu |
2010-06-22 | Correctly construct an ElementRegion for alloca() + pointer arithmetic. Fixe... | Ted Kremenek |
2010-06-22 | String literals enclosed in parentheses are still string | Douglas Gregor |
2010-06-22 | Make c++ and C++ valid extensions for C++ source files, from Seth Cantrell! | Douglas Gregor |
2010-06-22 | Vector types are not arithmetic types, either. Note that we now ban | Douglas Gregor |
2010-06-22 | Patch to provide separate ASTs for multiple ObjC class extension | Fariborz Jahanian |