summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-101-0/+40
* Fix temporary lifetime extension from an initializer using braced "functional"Richard Smith2015-01-101-0/+7
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-102-0/+28
* Remove unnecessary/incorrect XFAIL after the revert of 225000David Blaikie2015-01-091-2/+0
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-093-39/+11
* Parse: Don't crash when an annotation token shows up in a C++11 attrDavid Majnemer2015-01-091-0/+7
* Driver: tweak the code for determining default image nameHans Wennborg2015-01-091-0/+7
* Sema: Don't crash when variable is redefined as a constexpr functionDavid Majnemer2015-01-091-0/+5
* Fix test from my previous commitOlivier Goffart2015-01-091-2/+2
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-091-1/+5
* Fix crash in typo correction while correcting enum within a struct in COlivier Goffart2015-01-091-0/+11
* Sema: RecordDecl shouldn't have a FunctionDecl as a DeclDavid Majnemer2015-01-091-1/+7
* Sema: Don't crash when specializing a global scope function in a classDavid Majnemer2015-01-091-0/+6
* Parse: Don't crash when trailing return type is missingDavid Majnemer2015-01-091-0/+7
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-091-0/+21
* InstrProf: Don't emit counter increments in dead codeJustin Bogner2015-01-091-0/+15
* Sema: Dependent array designators cannot be checkedDavid Majnemer2015-01-091-0/+7
* PR22117: Fix a case where we would get confused about which function parameterRichard Smith2015-01-091-1/+10
* Don't invent a '$auto-x-y' name for auto types in generic lambdas. This is noRichard Smith2015-01-091-1/+1
* Use APSInt::isSameValue instead of operator== in a place where two APSInt'sRichard Trieu2015-01-091-0/+11
* IR: Add 'distinct' MDNodes to bitcode and assembly (clang)Duncan P. N. Exon Smith2015-01-085-26/+26
* Frontend: Fix SourceColumnMap assertion failure on non-ascii characters.Logan Chien2015-01-081-0/+37
* Attempt to fix test from r225423 to get build bots green.Richard Trieu2015-01-081-7/+7
* When the diagnostic text is simply "%0", sanitize the string for anyRichard Trieu2015-01-081-0/+11
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-072-0/+8
* Slightly simplify the test from r225361.Nico Weber2015-01-071-22/+7
* Revert r225085, it caused PR22096.Nico Weber2015-01-071-0/+26
* Debug info: pass in the correct size for a pointer to a member function.Adrian Prantl2015-01-071-0/+10
* Suppress clang warnings in a codegen test.Rafael Espindola2015-01-061-8/+8
* Add __builtin_amdgpu_classMatt Arsenault2015-01-061-0/+14
* [PowerPC] Add support for -mcmpbHal Finkel2015-01-061-0/+6
* Update for .ll syntax change.Rafael Espindola2015-01-066-19/+19
* R600: Handle amdgcn tripleTom Stellard2015-01-065-12/+13
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-061-0/+105
* Set the default ISA for OpenBSD/mips64 to MIPS III.Brad Smith2015-01-061-0/+8
* Allow -fsanitize-coverage=N with ubsan, clang partKostya Serebryany2015-01-061-0/+6
* Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith2015-01-052-4/+4
* Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith2015-01-052-4/+4
* Fix lit for builds under /optFrancisco Lopes da Silva2015-01-051-2/+2
* Make this test a bit stricter.Rafael Espindola2015-01-051-7/+7
* Disable warnings in this test.Rafael Espindola2015-01-051-4/+4
* Fix clash of gcc toolchains in driver regression tests.Samuel Antao2015-01-057-1/+156
* Remove an assert that's not true on invalid code.Nico Weber2015-01-042-0/+28
* Fix default image name to 'a.exe' on Windows, instead 'a.out'.Yaron Keren2015-01-041-1/+1
* Crash less enthusiasticially on _Atomic or __restrict__ on invalid types.Nico Weber2015-01-041-4/+8
* AST: Remove overzealous assertion from IsModifiableDavid Majnemer2015-01-041-0/+3
* Parse: __attribute__((keyword)) shouldn't errorDavid Majnemer2015-01-032-2/+2
* Volatile reads are side-effecting operations, but in the general case of acce...Aaron Ballman2015-01-031-3/+4
* Remove -Werror from test.Rafael Espindola2015-01-031-2/+2
* Really don't warn about -flto/fno-lto :-(Rafael Espindola2015-01-031-0/+1