summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Fix more incorrect pointer detection.Daniel Jasper2014-11-172-1/+2
* test/Driver/cl-outputs.c: tweak some check prefixes; NFC.Hans Wennborg2014-11-171-26/+26
* Basic: tweak commentSaleem Abdulrasool2014-11-171-0/+1
* Fix the indentation: Nesting level does not match indentation (CID 1254863)Sylvestre Ledru2014-11-171-2/+2
* Fixing a use of stringstream to use an LLVM helper function. Drive-by fixing ...Aaron Ballman2014-11-171-7/+3
* [Reassociate] Update test cases due to r222142.Chad Rosier2014-11-173-10/+10
* Minor readability tweaks to VFTableBuilder.cppTimur Iskhodzhanov2014-11-171-12/+14
* Add a couple more examples illustrating why we need vtordisps and how they workTimur Iskhodzhanov2014-11-171-1/+98
* Remove VariadicOperatorMatcherInterface as it is redundant with logic from Dy...Samuel Benzaquen2014-11-175-50/+26
* A small correction for r221884. No functional changes.Alexander Kornienko2014-11-171-1/+1
* clang-format: Fix regression introduced in r221609.Daniel Jasper2014-11-172-1/+3
* [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.Alexey Samsonov2014-11-164-66/+68
* Fix issues missed during the review of r222099.Richard Trieu2014-11-152-17/+18
* Fix IRGen for passing transparent unionsReid Kleckner2014-11-152-7/+35
* CGDebugInfo: Update for DIBuilder API changeDuncan P. N. Exon Smith2014-11-151-5/+7
* This patch fixes couple of bugs for predefined expressionFariborz Jahanian2014-11-144-14/+33
* [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...Aaron Ballman2014-11-146-9/+62
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-145-27/+97
* Removing an unused variable; NFC.Aaron Ballman2014-11-141-1/+0
* Again revert r222044 to resolve darwin objc test fails.Anton Korobeynikov2014-11-144-96/+26
* Follow-up to D6217Anton Korobeynikov2014-11-144-26/+96
* Add DiagID and Warning Flag to DiagnosticsLogSteven Wu2014-11-142-0/+13
* MinGW doesn't implement std::to_string; working around it. NFC.Aaron Ballman2014-11-141-1/+6
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-147-22/+22
* Typo fix.Yaron Keren2014-11-141-1/+1
* clang-cl: Ignore the new /Zo[-] option (PR21571)Hans Wennborg2014-11-142-2/+7
* clang-format: [Java] Further improve generics formatting.Daniel Jasper2014-11-142-1/+4
* clang-format: Correctly detect multiplication in ctor initializer.Daniel Jasper2014-11-142-1/+2
* [Sema]. Warn when logical expression is a pointerFariborz Jahanian2014-11-148-4/+110
* Silencing a -Wparentheses warning; NFC.Aaron Ballman2014-11-141-1/+1
* Replace weird whitespace symbols with good old spacesTimur Iskhodzhanov2014-11-141-4/+4
* Add one illustrative class hierarchy as an example in a comment to the VFTabl...Timur Iskhodzhanov2014-11-141-0/+58
* Oops, the underline was too short for sphinx to like.Aaron Ballman2014-11-141-1/+1
* Correcting some grammar and typos, and adding CERT as a collaborator.Aaron Ballman2014-11-141-5/+5
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-149-33/+156
* clang-format: Give clang-format-diff.py a -v option.Daniel Jasper2014-11-141-0/+4
* clang-format: Improve function parameter packing.Daniel Jasper2014-11-142-1/+6
* [PowerPC] Enable vec_perm for long long and double vector types for VSXBill Schmidt2014-11-142-0/+88
* clang-format: Support assignments as conditional operands.Daniel Jasper2014-11-142-3/+25
* clang-format: Improve indentation of comments in expressions.Daniel Jasper2014-11-143-3/+14
* [PowerPC] Add VSX builtins for vec_divBill Schmidt2014-11-144-2/+27
* clang-format: [Java] Fix line break behavior of class declarations.Daniel Jasper2014-11-142-11/+24
* clang-format: [Java] Improve generic return type formatting.Daniel Jasper2014-11-142-1/+3
* clang-format: [Java] No altnerative operator names in Java.Daniel Jasper2014-11-142-2/+7
* clang-format: [Java] Improve formatting of generics.Daniel Jasper2014-11-143-8/+8
* [OPENMP] Temporary fix for processing of global variables in loops.Alexey Bataev2014-11-147-1/+100
* [Sanitizer] Refactor SanitizerArgs parsing in Driver.Alexey Samsonov2014-11-144-218/+232
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-149-36/+46
* Cleanup SanitizerArgs: get rid of unused variable, make one method non-static...Alexey Samsonov2014-11-142-10/+4
* PR21565 Add an egregious hack to support broken libstdc++ headers that declareRichard Smith2014-11-145-1/+80
OpenPOWER on IntegriCloud