aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-08xDaniel Jasper
2013-04-07Sema: Don't crash when trying to emit a warning for a duplicate value in an i...Benjamin Kramer
2013-04-06Remove nondeterminism introduced in r178950.Richard Smith
2013-04-06When an internal-linkage function or variable is declared within an extern "C"Richard Smith
2013-04-06[analyzer] When creating a trimmed graph, preserve whether a node is a sink.Jordan Rose
2013-04-06[objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis
2013-04-06<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...Douglas Gregor
2013-04-06[analyzer] Shorten the malloc checker’s leak messageAnna Zaks
2013-04-06Rework how ObjC method inherit deprecated/availability.Ted Kremenek
2013-04-05[analyzer] Reword error messages for nil keys and values of NSMutableDictionary.Anna Zaks
2013-04-05[analyzer] Remove another redundancy from trackNullOrUndefAnna Zaks
2013-04-05[analyzer] Fix null tracking for the given test case, by using the proper sta...Anna Zaks
2013-04-05When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-04-05[analyzer] Eliminates all the cases with unknown family.Anton Yartsev
2013-04-05[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose
2013-04-05[analyzer] Split new/delete checker into use-after-free and leaks parts.Jordan Rose
2013-04-05Allow breaking after 'class' for classes with looong names.Daniel Jasper
2013-04-05Fix bad formatting of overloaded operator definitions.Daniel Jasper
2013-04-05Proper prefix for doxygen commentsEli Bendersky
2013-04-05AArch64: bring predefines in line with most recent ACLE documentTim Northover
2013-04-05[analyzer] Path notes for the MismatchedDeallocator checker.Anton Yartsev
2013-04-05Improve formatting of multi-variable DeclStmts.Daniel Jasper
2013-04-05Allow EmitConstantInit() to emit constant initializers for objects with trivi...Alexey Samsonov
2013-04-05[analyzer] Check allocation family more precise.Anton Yartsev
2013-04-05[analyzer] Corrected the switch statement.Anton Yartsev
2013-04-05[analyzer] Show path diagnostic for C++ initializersAnna Zaks
2013-04-05[analyzer] Fully-covered switch for families in isTrackedFamily()Anton Yartsev
2013-04-04Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.Michael J. Spencer
2013-04-04[analyzer] Reduced the unwanted correlations between checkers living inside M...Anton Yartsev
2013-04-04Revert 178811 until I fix the unit tests.Tanya Lattner
2013-04-04Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-04-04[analyzer] Enable destructor inlining by default (c++-inlining=destructors).Jordan Rose
2013-04-04Add some documentation for PNaClABIInfo.Eli Bendersky
2013-04-04[analyzer] RetainCountChecker: refactor annotation handling.Jordan Rose
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Don't patch the storage class of static data members.Rafael Espindola
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-04-04Remove the unused MemoryBuffers, no functionality change.Argyrios Kyrtzidis
2013-04-04Fix bug discovered with address sanitizer.Daniel Jasper
2013-04-04Objective-C: Issue deprecated warning when using a Fariborz Jahanian
2013-04-04Use isExternalLinkage instead of hasExternalLinkage.Rafael Espindola
2013-04-04Make helpers static & 80 cols.Benjamin Kramer
2013-04-04Fix a recent linkage regression.Rafael Espindola
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
2013-04-04Revert r177948. We decided that we do not want ObjC property redeclarations ...Ted Kremenek
2013-04-04Add hasExternalLinkageUncached back with the test that Richard provided, butRafael Espindola
2013-04-04Avoid computing the linkage instead of avoiding caching it.Rafael Espindola
2013-04-04Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith