summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud