summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic
Commit message (Expand)AuthorAgeFilesLines
* Merging r228118:upstream/release_36Tom Stellard2015-06-221-0/+10
* Merging r229680:Daniel Sanders2015-04-271-0/+10
* Merge r230255,231245,231280,231986:Joerg Sonnenberger2015-03-122-0/+11
* Merging r228792:Hans Wennborg2015-02-113-0/+11
* Merging r226863:Hans Wennborg2015-01-231-0/+2
* Revert "r222906 - Create a new 'flag_enum' attribute."Hans Wennborg2015-01-204-37/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-142-2/+2
* [OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev2015-01-131-1/+1
* [PowerPC]To provide better compatibility with gcc I added the __bool keyword ...Bill Seurer2015-01-121-0/+1
* Parse: Get rid of cxx_exceptspec_end, use EOF insteadDavid Majnemer2015-01-121-1/+0
* Parse: Get rid of tok::cxx_defaultarg_end, use EOF insteadDavid Majnemer2015-01-121-1/+0
* Sema: The asm constraint '+&m' isn't valid, reject itDavid Majnemer2015-01-101-0/+3
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-102-0/+5
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-092-2/+2
* Add __builtin_amdgpu_classMatt Arsenault2015-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
* [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: Forbid inconsistent constraint alternativesDavid Majnemer2014-12-291-0/+2
* Lex: Don't let annotation tokens get into macro expansionDavid Majnemer2014-12-281-1/+1
* [x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...Craig Topper2014-12-271-0/+32
* Mark __builtin_ia32_cmppd256 and __builtin_ia32_cmpps256 as taking an ICE for...Craig Topper2014-12-271-2/+2
* 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
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-1/+7
* Objective-C. Provide group name for warningFariborz Jahanian2014-12-182-1/+3
* Fixed warnings on redefine keywords and reserved ids.Serge Pavlov2014-12-182-0/+4
* [Objective-C]. Modern property getters have side-effects.Fariborz Jahanian2014-12-182-1/+2
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-0/+6
* 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
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-162-2/+4
* Move -Wkeyword-macro into -pedantic, remove -Wreserved-id-macro.Nico Weber2014-12-162-7/+2
* Warn when attribute 'optnone' conflicts with attributes on aPaul Robinson2014-12-152-1/+3
* Bugfix for Codegen of atomic load/store/other ops.Alexey Bataev2014-12-151-0/+9
* If a non-template constructor instantiated to X(X),John McCall2014-12-141-0/+3
* 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
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-122-0/+12
* Do not warn on keyword undefSerge Pavlov2014-12-121-4/+2
* [modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith2014-12-111-0/+3
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-113-0/+13
* Parse: Concatenated string literals should be verified in inline asmDavid Majnemer2014-12-111-1/+0
* [modules] If we import a module, and we've seen a module map that describes theRichard Smith2014-12-061-0/+3