summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* When checking for uninitialized values, do not confuse "std::move" with everyRichard Trieu2014-11-273-3/+6
* clang-format: [Java] Don't line-wrap package declarations.Daniel Jasper2014-11-262-2/+6
* clang-format: Tweak -style=Chromium for Java files.Nico Weber2014-11-261-6/+11
* [OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...Anastasia Stulova2014-11-264-6/+29
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-266-5/+44
* clang-format: [Java] Improve formatting of throws declarations.Daniel Jasper2014-11-261-2/+3
* clang-format: [Java] Improve cast detection.Daniel Jasper2014-11-261-3/+7
* clang-format: [Java] Fix breaking after annotations.Daniel Jasper2014-11-261-1/+2
* clang-format: Add SFS_Empty to only empty functions on a single line.Daniel Jasper2014-11-261-2/+6
* clang-format: [Java] Support Foo.class;Daniel Jasper2014-11-261-0/+7
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-263-67/+219
* CodeGen: Fix emission of __atomic_compare_exchangeDavid Majnemer2014-11-251-22/+22
* Ensure that any TypoExprs in the arguments to bultins with custom typeKaelyn Takata2014-11-251-2/+6
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-252-3/+15
* clang-format: Refactoring.Daniel Jasper2014-11-255-404/+375
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-252-44/+60
* Add a missing override, caught by clang's inconsistent override warning.Chandler Carruth2014-11-251-1/+1
* [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructionsSergey Dmitrouk2014-11-251-0/+7
* MS ABI: Add CodeGen support for rethrowing MS C++ exceptionsDavid Majnemer2014-11-254-16/+51
* CodeGen: further simplify assertionSaleem Abdulrasool2014-11-251-4/+2
* Remove unnecessary environment switchReid Kleckner2014-11-241-11/+1
* Force the correction of delayed typos in casts in non-C++ code.Kaelyn Takata2014-11-241-0/+6
* Filter the toplevel matchers by kind.Samuel Benzaquen2014-11-242-10/+86
* Correctly remove OptimizeForSize from functions marked OptimizeNone.Paul Robinson2014-11-241-10/+15
* CodeGen: make i686-windows-itanium more similar to msvcSaleem Abdulrasool2014-11-241-0/+1
* CodeGen: use a range-based for loopSaleem Abdulrasool2014-11-241-3/+2
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-242-15/+3
* Fix line endingsNico Rieck2014-11-241-3/+3
* Fix crash when using __if_exists in C modeNico Rieck2014-11-241-2/+3
* Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...Aaron Ballman2014-11-245-371/+413
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-242-3/+15
* clang-format: Make short case labels work with #ifsDaniel Jasper2014-11-231-0/+3
* clang-format: [Java] Treat 'instanceof' like other binary operators.Daniel Jasper2014-11-232-2/+6
* clang-format: [Java] Space before array initializers.Daniel Jasper2014-11-231-0/+2
* clang-format: Improve ObjC blocks with return type.Daniel Jasper2014-11-231-1/+1
* clang-format: Refactoring.Daniel Jasper2014-11-235-413/+367
* clang-format: [JS] Support Closure's module statements.Daniel Jasper2014-11-235-26/+40
* CodeGen: tweak struct ABI handlingSaleem Abdulrasool2014-11-231-1/+1
* CodeGen: Make atomic operations play nice with address spacesDavid Majnemer2014-11-221-6/+8
* Simplify MicrosoftMangleContextImpl::shouldMangleStringLiteralDavid Majnemer2014-11-221-2/+1
* Delay checking overrides for exception specifications if the overriddenRichard Smith2014-11-223-21/+22
* MS ABI: Mangle u8 string literalsDavid Majnemer2014-11-211-1/+2
* Objective-C ARC. Fixes a crash when checking for 'weak' propery Fariborz Jahanian2014-11-211-0/+2
* Sema: Don't permit variably modified types in typeidDavid Majnemer2014-11-211-0/+7
* Implement -Wcast-qual, fixing #13772.Roman Divacky2014-11-211-4/+40
* MS ABI: Mangle char16_t and char32_t string literalsDavid Majnemer2014-11-211-10/+7
* Add an assertion for detecting missed/uncorrected TypoExprs.Kaelyn Takata2014-11-211-0/+2
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-218-22/+62
* Properly correct initializer expressions based on whether they would be valid.Kaelyn Takata2014-11-211-0/+17
* Use the full-Expr filter to disambiguate equidistant correctionKaelyn Takata2014-11-211-26/+41
OpenPOWER on IntegriCloud