aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2013-04-04Fix linkage related crash.Rafael Espindola
2013-04-04Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith
2013-04-04Be sure to check ARC conventions on the implicit method declarationsJohn McCall
2013-04-04Protect the values of array and dictionary literals from theJohn McCall
2013-04-04Make the ObjC attributes diagnostics a bit more informative.Nico Weber
2013-04-03Update OpenCL comments to mention spec section and version.Tanya Lattner
2013-04-03<rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...Douglas Gregor
2013-04-03Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith
2013-04-03[analyzer] Allow tracknullOrUndef look through the ternary operator even when...Anna Zaks
2013-04-03[preprocessor] Minor optimization following r178671.Argyrios Kyrtzidis
2013-04-03Complain about attempts to befriend declarations via a usingJohn McCall
2013-04-03[analyzer] Correctly handle destructors for lifetime-extended temporaries.Jordan Rose
2013-04-03[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...Anna Zaks
2013-04-03[analyzer] Warn when nil receiver results in forming null referenceAnna Zaks
2013-04-03[analyzer] make peelOffOuterExpr in BugReporterVisitors recursively peel off ...Anna Zaks
2013-04-03[analyzer] Properly handle the ternary operator in trackNullOrUndefValueAnna Zaks
2013-04-03[analyzer] Fix typo.Anna Zaks
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03Objective-C modern rewriter. Fixes a bugFariborz Jahanian
2013-04-03[preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis
2013-04-03Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber
2013-04-03Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola