2010-09-10 |
Ted Kremenek | Add ObjCAtSynchronizedStmt to the CFG and add GRExprEng... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tom Care | Added AnalyzerStatsChecker, a path sensitive check... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Douglas Gregor | Add libclang support for label statements, gotos, and... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Add libclang visitation for C99 designated initializers. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Add libclang visitation for __builtin_offsetof's compon... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Fariborz Jahanian | property reference expression used on lhs of assignment |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Clean up obtuse wording of checker diagnostic of using... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | When we parse a pragma, keep track of how that pragma... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | Driver/Darwin: Make the compilation object available... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Teach libclang to walk the base and member initializers... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | Fix typo in diagnostic. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | Driver: Mark function as nounwind when -mkernel or... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Bill Wendling | Remove the 'rc' suffix. It indicates a "release candida... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Use FindReportInEquivalenceClass to identify all the... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | Frontend: Add -cxx-system-include option which can... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Simplify template instantiation for C++ exception decla... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Eliminate some unnecessary uses of TreeTransform::Tempo... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Eliminate the comma locations from all of the Sema... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Use temporary files for this test, to see if we can... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Add proper type-source information to UnaryTypeTraitExp... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Douglas Gregor | Clean up CMake dependencies |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Benjamin Kramer | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Argyrios Kyrtzidis | Fix C++ PCH issue. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Gabor Greif | do not bind temporaries to non-const references |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Rename GRState::getSVal() -> getRawSVal() and getSimpli... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Check format strings when a called function has more... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | It appears that technically a null format string is... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Avoid redundant recursive calls in SemaCheckStringLiter... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Remove tabs I accidentally introduced. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Remove stray ';' and convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Tom Care | Simplified reachability checking in IdempotentOperation... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Relax __attribute_((nonnull)) checking to allow the... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Include test case for <rdar://problem/5880430>. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Static analyzer fix: <rdar://problem/5880430> Switch... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Fariborz Jahanian | Block ivar layout must assume that the 'isa' |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Enhance -Wunreachable-code to not consider the 'default... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Enhance -Wreturn-type to not warn when control-flow... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Add 'filtered_pred_iterator' and 'filtered_succ_iterato... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | Initialize 'AllEnumCasesCovered' in SwitchStmt's constr... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Ted Kremenek | When building SwitchStmts in Sema, record whether all... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Douglas Gregor | Push the range associated with a nested-name-specifier... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Francois Pichet | Fix warnings caused by new CXXUuidofExprClass enumerator. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Daniel Dunbar | Add another missing CMake dependency. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Douglas Gregor | Fix a few minor issues with parsing and semantic analys... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Dawn Perchik | Add support for a few MS extensions supported by the... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Douglas Gregor | When providing a completion for a function/method param... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Fariborz Jahanian | Test removed. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Argyrios Kyrtzidis | Decl::CheckAccessDeclContext() keeps asserting. Access... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Fariborz Jahanian | Removed test case. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Douglas Gregor | Clean up some of the CMake dependencies |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Douglas Gregor | Use the new-initialization code for initializing scalar... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Fariborz Jahanian | Reverse r113397 until we decide what to do with |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Argyrios Kyrtzidis | Re-enable CheckAccessDeclContext and make sure it doesn... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Bill Wendling | Initialize the MSVCGuidDecl variable in the correct... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Fariborz Jahanian | Fix a crash when overloading id with objc_object*. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Argyrios Kyrtzidis | Fix C++ PCH issues. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Daniel Dunbar | Frontend/-H: Add comment on why I used a temporary... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Francois Pichet | Microsoft's __uuidof operator implementation part 1. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Francois Pichet | Allow type definitions inside anonymous struct/union... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Sebastian Redl | Don't give 'global constructor' warnings for function... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
John McCall | Put the tautological-comparison-of-unsigned-against... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
John McCall | Implement ARM static local initialization guards, which... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Sebastian Redl | Allow (cv) void and incomplete arrays to be passed... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Gabor Greif | add a fixit when 'main' does ot return 'int'; review... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Douglas Gregor | Provide proper type-source location information for |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Fariborz Jahanian | Local static block variable referecned in its |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Daniel Dunbar | tests: Use -ffreestanding when including stdint.h,... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Ted Kremenek | Fix DeclPrinter to not include '=' in printing when... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Improve source-location information for CXXNewExpr... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Ted Kremenek | Fix null pointer dereference in StreamChecker::Fseek... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Tom Care | Re-enabled truncation/extension checking in IdempotentO... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Add function attributes to the output of -ast-print... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Fariborz Jahanian | get rid of a warning. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Fariborz Jahanian | Have Sema check for validity of CGString literal |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Dale Johannesen | Allow 'o' and 'V' as constraints for output asm operands. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
John McCall | Improve error recovery when we see ':' and expect a... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Dale Johannesen | Adjust a test that's expecting optimizations to be... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Daniel Dunbar | Driver/Darwin: Catch another case where ld ends up... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Daniel Dunbar | Driver/Darwin: Don't pass -demangle to the linker when... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Provide a specific diagnostic when trying to redefine... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Improve recovery when there is a stray ']' or ')' befor... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Improve recovery when a comma is missing between enumer... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Improve diagnostic and recovery when missing a comma... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Benjamin Kramer | Replace loops with SmallVector::append. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Chris Lattner | Due to asmparser improvements, this error message is... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Argyrios Kyrtzidis | Fix a C++ PCH problem which was exposed by r113019... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Chris Lattner | remove curly quotes, patch by Dimitry Andric! |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Argyrios Kyrtzidis | LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayo... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Zhongxing Xu | FinishBlock() is essentially doing nothing except retur... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Zhongxing Xu | Simplify CFG construction: bail out early when we have... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Rafael Espindola | Make "-ccc-cxx" option work on Linux. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Eli Friedman | Get rid of unnecessary return. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Eli Friedman | Update test for r113128. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Chris Lattner | move the hackaround for PR6537 to catch unions as well, |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Chris Lattner | clean up some formatting. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Eli Friedman | PR7242: Make sure to use a different context for evalua... |
commit | commitdiff | tree | snapshot |
next |