summaryrefslogtreecommitdiffstats
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merge r230255,231245,231280,231986:Joerg Sonnenberger2015-03-121-0/+34
* Merging r227295:Hans Wennborg2015-01-281-1/+5
* Merging r227220:Hans Wennborg2015-01-271-0/+5
* Merging r226863:Hans Wennborg2015-01-231-6/+6
* Revert "r222906 - Create a new 'flag_enum' attribute."Hans Wennborg2015-01-201-73/+0
* Sema: Relax parsing of '#' in constraintsDavid Majnemer2015-01-141-1/+1
* Sema: Check type compatibility with the most recent decl when mergingDavid Majnemer2015-01-141-2/+6
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-141-0/+4
* Revert "Sema: An extern declaration can't be a redeclaration of a parameter"David Majnemer2015-01-131-4/+0
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-131-0/+4
* Basic: Numeric constraints are multidigitDavid Majnemer2015-01-111-0/+7
* Basic: [asmSymbolicName] follows the same rule as numbers in asm inputsDavid Majnemer2015-01-111-0/+7
* Basic: The asm constraint '#m' isn't valid, reject itDavid Majnemer2015-01-111-0/+7
* Basic: The asm constraint '+#r' isn't valid, reject itDavid Majnemer2015-01-111-0/+6
* Sema: The asm constraint '+&m' isn't valid, reject itDavid Majnemer2015-01-101-0/+6
* Fix test from my previous commitOlivier Goffart2015-01-091-2/+2
* Fix crash in typo correction while correcting enum within a struct in COlivier Goffart2015-01-091-0/+11
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-071-0/+3
* R600: Handle amdgcn tripleTom Stellard2015-01-061-1/+1
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-061-0/+105
* Crash less enthusiasticially on _Atomic or __restrict__ on invalid types.Nico Weber2015-01-041-4/+8
* Sema: Forbid inconsistent constraint alternativesDavid Majnemer2014-12-291-0/+7
* [x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.Craig Topper2014-12-271-0/+20
* Rename test.cc files to test.cpp.Nico Weber2014-12-221-0/+0
* Simplify test for rdar://19256338Fariborz Jahanian2014-12-221-12/+4
* [c Sema]. Patch fixes pointer-bool-conversion warning on C codeFariborz Jahanian2014-12-181-1/+15
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-174-8/+26
* Sema: Cleanup and improve string-plus-char checking.Daniel Marjamaki2014-12-151-0/+15
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-121-0/+11
* Do not warn on keyword undefSerge Pavlov2014-12-121-2/+0
* When checking for nonnull parameter attributes, also check the ParmVarDecl si...Aaron Ballman2014-12-111-0/+12
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-111-0/+2
* Teach EvaluatedExprVisitor that the condition and unselected branches of aRichard Smith2014-12-031-0/+3
* PR21706: -Wunsequenced was missing warnings when leaving a sequenced region t...Richard Smith2014-12-031-2/+7
* Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.Serge Pavlov2014-12-021-2/+0
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-021-0/+2
* Create a new 'flag_enum' attribute.Sean Hunt2014-11-281-0/+73
* Force the correction of delayed typos in casts in non-C++ code.Kaelyn Takata2014-11-241-0/+5
* Implement -Wcast-qual, fixing #13772.Roman Divacky2014-11-211-0/+29
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-0/+6
* Add the exception for strings in logical and expressions to -Wstring-conversionRichard Trieu2014-11-191-0/+17
* [Sema] Patch to issue warning on comparing parameters withFariborz Jahanian2014-11-181-0/+58
* [Sema]. Warn when logical expression is a pointerFariborz Jahanian2014-11-142-1/+85
* -Wsentinel: Suggest nullptr in C++11 instead of NULLReid Kleckner2014-11-131-1/+12
* Remove this test too.Fariborz Jahanian2014-11-111-0/+0
* Revert r221702 until I address Richard Trieu'sFariborz Jahanian2014-11-112-85/+1
* Patch to warn when logical evaluation of operand evalutes to a true value;Fariborz Jahanian2014-11-112-1/+85
* Move the no-prototype calling conv check after decl mergingReid Kleckner2014-11-031-0/+5
* Don't diagnose no-prototype callee-cleanup function definitionsReid Kleckner2014-11-032-6/+12
* This patch reverts r220496 which issues warning on comparing Fariborz Jahanian2014-11-031-25/+0