aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-08-27Update for LLVM api change.Rafael Espindola
2014-08-27Update for llvm API change.Rafael Espindola
2014-08-27Fix regression in r216520: don't apply nonnull to non-pointer functionRichard Smith
2014-08-27Fix PR20773 which I introduced with a silly edit mistake in r216531.Chandler Carruth
2014-08-27clang-format: Address review comments of r216501.Daniel Jasper
2014-08-27Call ResolveExceptionSpec for non-OdrUsed functions.Nico Weber
2014-08-27Objective-C. When multiple nullary selectors are found inFariborz Jahanian
2014-08-27Allow __fp16 as a function arg or return type for AArch64Oliver Stannard
2014-08-27Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek
2014-08-27clang-format: Fix regression in formatting of braced initializers.Daniel Jasper
2014-08-27Move some ARM-specific code from CGCall.cpp to TargetInfo.cppOliver Stannard
2014-08-27[asan] Restore asan-rt name on linux back to pre-r216380.Evgeniy Stepanov
2014-08-27Significantly fix Clang's header search for Ubuntu (and possibly otherChandler Carruth
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper
2014-08-27Fix some cases were ArrayRefs were being passed by reference.Craig Topper
2014-08-27Refactor one of the larger functions for Type Diffing into smaller functions.Richard Trieu
2014-08-27Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith
2014-08-27Change a few methods to static methods. No functionality change.Richard Trieu
2014-08-27PR20760: Don't assert (and produce better diagnostics) if a default initializerRichard Smith
2014-08-27Refactor the diagnostic DeclContext printing. No functionality change.Richard Trieu
2014-08-27Re-apply r216491 (Win64 ABI shouldn't extend integer type arguments.)Julien Lerouge
2014-08-26[modules] Don't assert when merging virtual functions that override otherRichard Smith
2014-08-26clang-format: Don't butcher __asm blocks.Daniel Jasper
2014-08-26Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cppJulien Lerouge
2014-08-26Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer
2014-08-26Update for llvm api change.Rafael Espindola
2014-08-26Win64 ABI shouldn't extend integer type arguments.Julien Lerouge
2014-08-26Clarify comment so this doesn't appear to be a C11-only rule.Richard Smith
2014-08-26Update for llvm api changeRafael Espindola
2014-08-26revert patch r216469.Fariborz Jahanian
2014-08-26Fix an incorrect assert condition added in r216410.Alexey Samsonov
2014-08-26Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola
2014-08-26Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola
2014-08-26Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger
2014-08-26c11- Check for c11 language option as documentation saysFariborz Jahanian
2014-08-26Update for llvm api change.Rafael Espindola
2014-08-26arm_acle: Add mappings for dbg intrinsicYi Kong
2014-08-26ARM: Add dbg builtin intrinsicYi Kong
2014-08-26clang-format: New option SpacesInSquareBrackets.Daniel Jasper
2014-08-26[ASan/Win] Add an extra thunk.lib to handle stack-use-after-return optionTimur Iskhodzhanov
2014-08-26arm_acle: Implement swap intrinsicYi Kong
2014-08-26clang-format: Improve handling of block comments in braced lists.Daniel Jasper
2014-08-26Passing a variable to std::move now counts as a use for -WuninitializedRichard Trieu
2014-08-26[modules] Track the described template in an alias declaration that is theRichard Smith
2014-08-26[clang/asan] call __asan_poison_cxx_array_cookie after operator new[]Kostya Serebryany
2014-08-25Fix typo.Richard Smith
2014-08-25Pass actual CXXConstructExpr instead of argument iteratorsAlexey Samsonov
2014-08-25Objective-C. Allow [super initialize] in an +initializeFariborz Jahanian
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian
2014-08-25Pass actual CallExpr instead of CallExpr-specific iteratorsAlexey Samsonov