summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Improve binary operator detection.Daniel Jasper2014-04-282-1/+2
* clang-format: Fixes spaces in case statements.Daniel Jasper2014-04-282-2/+7
* [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.Hao Liu2014-04-282-10/+18
* clang-format: Don't wrap after @interface.Daniel Jasper2014-04-282-0/+12
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-282-10/+12
* libclang: split out the documentation comment APIAlp Toker2014-04-286-536/+574
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-284-49/+9
* CodeGen: remove an unused variableSaleem Abdulrasool2014-04-281-3/+0
* [SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a m...Argyrios Kyrtzidis2014-04-282-1/+12
* [Index/DocComments] When cloning a full comment, pick the template parameters...Argyrios Kyrtzidis2014-04-272-0/+17
* remove less relevant information + about packaging/Mac OS X + link to cfe-devSylvestre Ledru2014-04-272-4/+3
* Remove no longer relevant information in the gcc/llvm comparison page + minor...Sylvestre Ledru2014-04-271-9/+2
* remove useless codeSylvestre Ledru2014-04-271-1/+0
* Remove deprecated information about performances:Sylvestre Ledru2014-04-271-57/+4
* clang-format: Fix bug when aligning trailing /**/-comments in macros.Daniel Jasper2014-04-272-1/+13
* Fix the method len of the CompletionString object. Patch by Christopher GreeneSylvestre Ledru2014-04-271-1/+1
* c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi2014-04-271-1/+4
* [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...Argyrios Kyrtzidis2014-04-262-3/+35
* [Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...Argyrios Kyrtzidis2014-04-264-4/+42
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-265-10/+4
* Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...Nick Lewycky2014-04-262-0/+39
* Fixed Assert In CGRecordLoweringWarren Hunt2014-04-252-6/+32
* CodeGen: add __yield intrinsic for ARMSaleem Abdulrasool2014-04-253-0/+18
* Make test pass on 32 bit architectures.Benjamin Kramer2014-04-251-1/+1
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-2515-74/+88
* Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan.Nico Weber2014-04-251-1/+3
* PR19558: don't produce an "unused variable" warning for a variable template p...Richard Smith2014-04-252-1/+13
* CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hintSaleem Abdulrasool2014-04-252-3/+3
* CodeGen: Cleanup variable linkage calculationDavid Majnemer2014-04-251-9/+18
* CodeGen: Refactor linkage/visibility calculationDavid Majnemer2014-04-251-33/+27
* Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie2014-04-255-36/+34
* clang-cl: /fallback only applies to C or C++ filesHans Wennborg2014-04-253-1/+9
* clang-cl: pass -debug flag to the linker when compiling with debug infoHans Wennborg2014-04-252-0/+8
* Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie2014-04-253-14/+12
* Revert "Reland r206934 with a hopefully fixed test"Rafael Espindola2014-04-252-5/+1
* fix a test-only leak found by lsan, PR19521Kostya Serebryany2014-04-251-0/+1
* CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner2014-04-252-2/+21
* bindings: expose C++ access specifiersSaleem Abdulrasool2014-04-252-0/+93
* Reland r206934 with a hopefully fixed testReid Kleckner2014-04-242-1/+5
* If we see an explicit instantiation declaration or definition of a functionRichard Smith2014-04-246-21/+124
* MicrosoftVTableContext: Don't leak VPtrInfos. Found by LSan, PR19522.Nico Weber2014-04-241-0/+2
* Fix a tiny test-only leak, found by LSan.Nico Weber2014-04-241-8/+8
* Intrin.h: remove __rdtsc and __rdtscp declarationsHans Wennborg2014-04-241-3/+0
* [X86] Add Clang support for intrinsics __rdtsc and __rdtscp.Andrea Di Biagio2014-04-243-3/+12
* Squelch leak found by LSan by handling missing switch case.Jordan Rose2014-04-241-2/+3
* [mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type()Daniel Sanders2014-04-244-1/+108
* AArch64: update tests to new way of printing NEON lists.Tim Northover2014-04-244-66/+66
* CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...NAKAMURA Takumi2014-04-241-1/+1
* [mips] Correct size_t and ptrdiff_t for N32.Daniel Sanders2014-04-242-10/+71
* Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko2014-04-242-12/+9
OpenPOWER on IntegriCloud