aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-01Improve formatting of function types.Daniel Jasper
2013-03-30Remove old NVPTX cpus and add new NVPTX cpusJustin Holewinski
2013-03-30Use kernel metadata to differentiate between kernel and deviceJustin Holewinski
2013-03-30Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel
2013-03-30Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.Benjamin Kramer
2013-03-30[analyzer] Restructure ExprEngine::VisitCXXNewExpr to do a bit less work.Jordan Rose
2013-03-30[analyzer] Handle caching out while evaluating a C++ new expression.Jordan Rose
2013-03-30[analyzer] Add debug helper LocationContext::dumpStack().Jordan Rose
2013-03-29[analyzer] Address Jordan’s review of r178309 - do not register an extra vi...Anna Zaks
2013-03-29[analyzer] Look for a StmtPoint node instead of PostStmt in trackNullOrUndefV...Anna Zaks
2013-03-29When looking for overridden ObjC methods, don't ignore 'hidden' ones.Argyrios Kyrtzidis
2013-03-29[cmake] Add clang-headers as a dependency of libclang and if we have to copy ...Argyrios Kyrtzidis
2013-03-29Sema: Warn on sizeof on binary ops on decayed arrays.Benjamin Kramer
2013-03-29Bugfix/Followup for r177086.Adrian Prantl
2013-03-29Improvement on r177086.Adrian Prantl
2013-03-29Hexagon: Set Hexagon tool-chain when configured as OSless target.Jyotsna Verma
2013-03-29Remove sign-compare warning on systems that still use 32 bit time_ts.Benjamin Kramer
2013-03-29Fix thinko (and the bots): We still want to warn in C.Rafael Espindola
2013-03-29Don't special case one line extern "C" decls.Rafael Espindola
2013-03-29Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao
2013-03-29Add XTEST intrinsic defined in TSX extensionMichael Liao
2013-03-29[cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static ...Ted Kremenek
2013-03-29Revert r178273 as it broke the Linux bootstrap due to false positivesTimur Iskhodzhanov
2013-03-29Add static analyzer support for conditionally executing static initializers.Ted Kremenek
2013-03-29Add configuration plumbing to enable static initializer branching in the CFG ...Ted Kremenek
2013-03-28Objective-C: Produce precise diagnostic whenFariborz Jahanian
2013-03-28[analyzer] Document existence of ConstPointerEscape.Anna Zaks
2013-03-28[analyzer] Add support for escape of const pointers and use it to allow “ne...Anna Zaks
2013-03-28[analyzer] Apply the suppression rules to the nil receiver only if the value ...Anna Zaks
2013-03-28[ms-cxxabi] Add more tests for r178297Reid Kleckner
2013-03-28[sema] Check the result of getAsCXXRecordDecl() to fix the buildReid Kleckner
2013-03-28Warn about more than the first unused variable when -Werror is set.Matt Beaumont-Gay
2013-03-28[sema] Remove unused variable from r178283Reid Kleckner
2013-03-28[ms-cxxabi] Correctly compute the size of member pointersReid Kleckner
2013-03-28Objective-C: Provide fixit suggestions when class objectFariborz Jahanian
2013-03-28Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.Jordan Rose
2013-03-28Implemented a warning when an input several bitwise operations areSam Panzer
2013-03-28Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.Thomas Schwinge
2013-03-28Rename LinuxDistro to Distro.Thomas Schwinge
2013-03-28Use early return in printing logic. Minor cleanup.Ted Kremenek
2013-03-28Add CFG logic to create a conditional branch for modeling static initializers.Ted Kremenek
2013-03-28Fixed handling of comments before preprocessor directives.Alexander Kornienko
2013-03-28Fix order of initialization warning.Eric Christopher
2013-03-28[analyzer] These implements unix.MismatchedDeallocatorChecker checker.Anton Yartsev
2013-03-28[analyzer] For now assume all standard global 'operator new' functions alloca...Anton Yartsev
2013-03-28Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel
2013-03-28[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjustSimon Atanasyan
2013-03-28Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel
2013-03-28Define __SIZE_MAX__ preprocessor macro.Evgeniy Stepanov
2013-03-28For -Wignored-qualifiers, don't warn on qualifiers which we acquire via aRichard Smith