summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-101-1/+87
* Fix temporary lifetime extension from an initializer using braced "functional"Richard Smith2015-01-101-7/+7
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-102-17/+41
* clang-format: [Java] Support formatting qualified annotations.Nico Weber2015-01-092-23/+35
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-0916-117/+209
* Parse: Don't crash when an annotation token shows up in a C++11 attrDavid Majnemer2015-01-091-3/+5
* Driver: tweak the code for determining default image nameHans Wennborg2015-01-091-6/+8
* Sema: Don't crash when variable is redefined as a constexpr functionDavid Majnemer2015-01-091-1/+1
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-092-13/+13
* Fix crash in typo correction while correcting enum within a struct in COlivier Goffart2015-01-091-2/+4
* Sema: RecordDecl shouldn't have a FunctionDecl as a DeclDavid Majnemer2015-01-091-1/+6
* Sema: Don't crash when specializing a global scope function in a classDavid Majnemer2015-01-091-1/+1
* Sema: Remove some dead code from CreateNewFunctionDeclDavid Majnemer2015-01-091-3/+0
* Parse: Don't crash when trailing return type is missingDavid Majnemer2015-01-091-5/+4
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-093-0/+29
* InstrProf: Don't emit counter increments in dead codeJustin Bogner2015-01-091-0/+2
* Sema: Dependent array designators cannot be checkedDavid Majnemer2015-01-091-2/+2
* PR22117: Fix a case where we would get confused about which function parameterRichard Smith2015-01-092-7/+29
* Don't invent a '$auto-x-y' name for auto types in generic lambdas. This is noRichard Smith2015-01-091-11/+2
* Use APSInt::isSameValue instead of operator== in a place where two APSInt'sRichard Trieu2015-01-091-1/+5
* clang-format: Force line break between "endl" and "<<".Daniel Jasper2015-01-081-28/+26
* Frontend: Fix SourceColumnMap assertion failure on non-ascii characters.Logan Chien2015-01-081-9/+11
* clang-format: Improve template parameter detection.Daniel Jasper2015-01-081-2/+5
* When the diagnostic text is simply "%0", sanitize the string for anyRichard Trieu2015-01-081-0/+15
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-071-29/+20
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-072-1/+9
* clang-format: Let Chromium use the Google default for AlignTrailingComments.Nico Weber2015-01-071-1/+0
* Revert r225085, it caused PR22096.Nico Weber2015-01-072-0/+11
* Debug info: pass in the correct size for a pointer to a member function.Adrian Prantl2015-01-071-2/+2
* clang-format: Understand single-line comments at the end of blocks.Daniel Jasper2015-01-071-4/+6
* clang-format: Fix unary operator detection.Daniel Jasper2015-01-071-4/+4
* Fix comment typo.Nico Weber2015-01-071-1/+1
* Fix grammar-o in comment.Nico Weber2015-01-061-1/+1
* Add __builtin_amdgpu_classMatt Arsenault2015-01-061-0/+3
* R600: Handle amdgcn tripleTom Stellard2015-01-064-0/+6
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-063-0/+71
* Set the default ISA for OpenBSD/mips64 to MIPS III.Brad Smith2015-01-061-0/+4
* Allow -fsanitize-coverage=N with ubsan, clang partKostya Serebryany2015-01-061-2/+3
* Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith2015-01-052-3/+27
* Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith2015-01-052-27/+3
* Fix formatting. NFC.Rafael Espindola2015-01-051-6/+3
* clang-format: [Java] Fix incorrect detection of cast.Daniel Jasper2015-01-051-0/+2
* clang-format: [Java] Fix incorrect recognition of annonymous classes.Daniel Jasper2015-01-041-2/+3
* clang-format: [Java] Change a few flags for Google's Java style.Daniel Jasper2015-01-041-0/+4
* Fix default image name to 'a.exe' on Windows, instead 'a.out'.Yaron Keren2015-01-041-0/+2
* clang-format: Re-enable comment re-indentation for Java/JS.Daniel Jasper2015-01-041-6/+6
* Fix indentation. No behavior change.Nico Weber2015-01-041-1/+1
* Wrap to 80 columns, no behavior change.Nico Weber2015-01-041-4/+7
* Document that GetTypeForDeclarator() cannot return a null type.Nico Weber2015-01-042-14/+13
* Crash less enthusiasticially on _Atomic or __restrict__ on invalid types.Nico Weber2015-01-041-0/+6