summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Fix handling of invalid -O options.Rafael Espindola2014-12-161-1/+1
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-165-18/+9
* Move -Wkeyword-macro into -pedantic, remove -Wreserved-id-macro.Nico Weber2014-12-162-7/+2
* Consider calls from implict host device functions as valid in SemaCUDA.Jacques Pienaar2014-12-161-3/+0
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-162-16/+15
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-0/+7
* Diagnose function template definitions inside functionsReid Kleckner2014-12-151-1/+0
* Silene -Wreorder warning.Roman Divacky2014-12-151-1/+1
* Handle errors in lambda prototype instantiation correctlyReid Kleckner2014-12-151-0/+12
* Warn when attribute 'optnone' conflicts with attributes on aPaul Robinson2014-12-153-1/+9
* Add voidType() matcher.Samuel Benzaquen2014-12-151-0/+12
* Sema: Don't leave switch stack inconsistent when recoveringDavid Majnemer2014-12-151-1/+1
* First patch with codegen of the 'omp for' directive. It implementsAlexander Musman2014-12-151-86/+213
* Parse: Don't reorder tokens using ConsumeTokenDavid Majnemer2014-12-151-1/+1
* Bugfix for Codegen of atomic load/store/other ops.Alexey Bataev2014-12-151-0/+9
* MSVC: A wide string literal from L#macro_arg in a macroAlexey Bataev2014-12-151-2/+10
* If a non-template constructor instantiated to X(X),John McCall2014-12-142-0/+14
* clang-cl: Fix handling of the /volatile flag (PR21893)Hans Wennborg2014-12-131-1/+2
* clang-cl: ignore /cgthreads (PR21894)Hans Wennborg2014-12-131-0/+1
* clang-cl: Make /Gd ignored instead of unsupportedHans Wennborg2014-12-131-1/+1
* clang-cl: Add unsupported /Gv option (PR21892)Hans Wennborg2014-12-131-0/+1
* Parse: MS property members cannot have an in-class initializerDavid Majnemer2014-12-131-0/+2
* Sema: Constexpr functions must have return statements which have an exprDavid Majnemer2014-12-131-0/+2