summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-102-0/+5
* Driver: tweak the code for determining default image nameHans Wennborg2015-01-091-3/+3
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-092-2/+2
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-092-0/+10
* Add help text for mmacosx-version-min=, mios-version-min=.Nico Weber2015-01-071-2/+4
* Add __builtin_amdgpu_classMatt Arsenault2015-01-061-0/+2
* [PowerPC] Add support for -mcmpbHal Finkel2015-01-061-0/+2
* Basic: fix compilation with MSVCSaleem Abdulrasool2015-01-061-2/+4
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-062-4/+22
* Fix dangling pointer in isDerivedFrom.Samuel Benzaquen2015-01-051-3/+3
* Remove an assert that's not true on invalid code.Nico Weber2015-01-041-2/+3
* Fix default image name to 'a.exe' on Windows, instead 'a.out'.Yaron Keren2015-01-041-1/+1
* Document that GetTypeForDeclarator() cannot return a null type.Nico Weber2015-01-041-4/+0
* Add non-const version getFileSystemOpts() access function.Yaron Keren2014-12-301-0/+3
* Parse: Ignore '::' in 'struct :: {'David Majnemer2014-12-291-7/+5
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-292-0/+6
* [x86] Fix an accidental commit of a change from Ii to iC on __builtin_ia32_cm...Craig Topper2014-12-291-1/+1
* [x86] Put 'C' after 'i' on all the AVX-512 intrisics that take const ints. 'C...Craig Topper2014-12-291-55/+55
* Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer2014-12-291-5/+7
* Sema: Forbid inconsistent constraint alternativesDavid Majnemer2014-12-291-0/+2
* Sema: Don't crash when an inject class name has a nested redefinitionDavid Majnemer2014-12-281-0/+5
* Lex: Don't let annotation tokens get into macro expansionDavid Majnemer2014-12-281-1/+1
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-272-1/+2
* [x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...Craig Topper2014-12-271-0/+32
* Address review feedback on r221933.Nico Weber2014-12-271-7/+21
* Mark __builtin_ia32_cmppd256 and __builtin_ia32_cmpps256 as taking an ICE for...Craig Topper2014-12-271-2/+2
* Sema: Qualify getPrintable's Expr argumentDavid Majnemer2014-12-261-1/+1
* clang-cl: Various changes to /Zc: handling.Nico Weber2014-12-231-0/+8
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-1/+5
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-213-0/+13
* Allow to disable all sanitizers with "-fno-sanitize=all" option.Alexey Samsonov2014-12-191-0/+4
* Use ObjCMultipleMethodNames to match the option.Fariborz Jahanian2014-12-192-2/+2
* Putting unevaluated expression warnings, and evaluated typeid warnings, under...Aaron Ballman2014-12-192-3/+7
* Fix layering violation, Lex shouldn't know about DeclDavid Majnemer2014-12-191-5/+4
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-192-2/+23
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-182-12/+0
* Objective-C. Provide group name for warningFariborz Jahanian2014-12-182-1/+3
* [Objective-C]. Patch to unify code generation for ObjCMsgSend and ObjCBoxedExpr.Fariborz Jahanian2014-12-181-0/+9
* Fixed warnings on redefine keywords and reserved ids.Serge Pavlov2014-12-183-3/+14
* Parse: Don't parse after the eof has been consumedDavid Majnemer2014-12-181-0/+14
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-182-0/+12
* [Objective-C]. Modern property getters have side-effects.Fariborz Jahanian2014-12-182-1/+2
* Fix a function that only calls itself. The const_cast needs to remove theRichard Trieu2014-12-181-1/+1
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-173-3/+17
* Destroy the diagnostic client first in ~DiagnosticEngineReid Kleckner2014-12-171-0/+1
* Basic: clean up bleeding whitespaceSaleem Abdulrasool2014-12-171-2/+2
* CodeGen: implement __emit intrinsicSaleem Abdulrasool2014-12-171-0/+2
* Revert r224433, r224371 is good enough for now.Joerg Sonnenberger2014-12-171-2/+1
* Disable the keyword-as-macro warning for now until the noise level isJoerg Sonnenberger2014-12-171-1/+2
* DR1684: a constexpr member function need not be a member of a literal class t...Richard Smith2014-12-161-2/+0