| Commit message (Expand) | Author | Age | Files | Lines |
| * | Basic: [asmSymbolicName] follows the same rule as numbers in asm inputs | David Majnemer | 2015-01-11 | 1 | -0/+7 |
| * | Basic: The asm constraint '#m' isn't valid, reject it | David Majnemer | 2015-01-11 | 1 | -0/+7 |
| * | Basic: The asm constraint '+#r' isn't valid, reject it | David Majnemer | 2015-01-11 | 1 | -0/+6 |
| * | Sema: The asm constraint '+&m' isn't valid, reject it | David Majnemer | 2015-01-10 | 1 | -0/+6 |
| * | Fix test from my previous commit | Olivier Goffart | 2015-01-09 | 1 | -2/+2 |
| * | Fix crash in typo correction while correcting enum within a struct in C | Olivier Goffart | 2015-01-09 | 1 | -0/+11 |
| * | Handle OpaqueValueExprs more intelligently in the TransformTypos tree | Kaelyn Takata | 2015-01-07 | 1 | -0/+3 |
| * | R600: Handle amdgcn triple | Tom Stellard | 2015-01-06 | 1 | -1/+1 |
| * | Sema: analyze I,J,K,M,N,O constraints | Saleem Abdulrasool | 2015-01-06 | 1 | -0/+105 |
| * | Crash less enthusiasticially on _Atomic or __restrict__ on invalid types. | Nico Weber | 2015-01-04 | 1 | -4/+8 |
| * | Sema: Forbid inconsistent constraint alternatives | David Majnemer | 2014-12-29 | 1 | -0/+7 |
| * | [x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas. | Craig Topper | 2014-12-27 | 1 | -0/+20 |
| * | Rename test.cc files to test.cpp. | Nico Weber | 2014-12-22 | 1 | -0/+0 |
| * | Simplify test for rdar://19256338 | Fariborz Jahanian | 2014-12-22 | 1 | -12/+4 |
| * | [c Sema]. Patch fixes pointer-bool-conversion warning on C code | Fariborz Jahanian | 2014-12-18 | 1 | -1/+15 |
| * | Adding a -Wunused-value warning for expressions with side effects used in an ... | Aaron Ballman | 2014-12-17 | 4 | -8/+26 |
| * | Sema: Cleanup and improve string-plus-char checking. | Daniel Marjamaki | 2014-12-15 | 1 | -0/+15 |
| * | Implement the __builtin_call_with_static_chain GNU extension. | Peter Collingbourne | 2014-12-12 | 1 | -0/+11 |
| * | Do not warn on keyword undef | Serge Pavlov | 2014-12-12 | 1 | -2/+0 |
| * | When checking for nonnull parameter attributes, also check the ParmVarDecl si... | Aaron Ballman | 2014-12-11 | 1 | -0/+12 |
| * | Emit warning if define or undef reserved identifier or keyword. | Serge Pavlov | 2014-12-11 | 1 | -0/+2 |
| * | Teach EvaluatedExprVisitor that the condition and unselected branches of a | Richard Smith | 2014-12-03 | 1 | -0/+3 |
| * | PR21706: -Wunsequenced was missing warnings when leaving a sequenced region t... | Richard Smith | 2014-12-03 | 1 | -2/+7 |
| * | Reverted r223114, it caused failure on on clang-native-arm-cortex-a9. | Serge Pavlov | 2014-12-02 | 1 | -2/+0 |
| * | Emit warning if define or undef reserved identifier or keyword. | Serge Pavlov | 2014-12-02 | 1 | -0/+2 |
| * | Create a new 'flag_enum' attribute. | Alexis Hunt | 2014-11-28 | 1 | -0/+73 |
| * | Force the correction of delayed typos in casts in non-C++ code. | Kaelyn Takata | 2014-11-24 | 1 | -0/+5 |
| * | Implement -Wcast-qual, fixing #13772. | Roman Divacky | 2014-11-21 | 1 | -0/+29 |
| * | Enable ActOnIdExpression to use delayed typo correction for non-C++ code | Kaelyn Takata | 2014-11-21 | 1 | -0/+6 |
| * | Add the exception for strings in logical and expressions to -Wstring-conversion | Richard Trieu | 2014-11-19 | 1 | -0/+17 |
| * | [Sema] Patch to issue warning on comparing parameters with | Fariborz Jahanian | 2014-11-18 | 1 | -0/+58 |
| * | [Sema]. Warn when logical expression is a pointer | Fariborz Jahanian | 2014-11-14 | 2 | -1/+85 |
| * | -Wsentinel: Suggest nullptr in C++11 instead of NULL | Reid Kleckner | 2014-11-13 | 1 | -1/+12 |
| * | Remove this test too. | Fariborz Jahanian | 2014-11-11 | 1 | -0/+0 |
| * | Revert r221702 until I address Richard Trieu's | Fariborz Jahanian | 2014-11-11 | 2 | -85/+1 |
| * | Patch to warn when logical evaluation of operand evalutes to a true value; | Fariborz Jahanian | 2014-11-11 | 2 | -1/+85 |
| * | Move the no-prototype calling conv check after decl merging | Reid Kleckner | 2014-11-03 | 1 | -0/+5 |
| * | Don't diagnose no-prototype callee-cleanup function definitions | Reid Kleckner | 2014-11-03 | 2 | -6/+12 |
| * | This patch reverts r220496 which issues warning on comparing | Fariborz Jahanian | 2014-11-03 | 1 | -25/+0 |
| * | Don't dllimport inline functions when targeting MinGW (PR21366) | Hans Wennborg | 2014-11-03 | 1 | -7/+20 |
| * | Fix warning text: lower -> higher | Richard Trieu | 2014-10-28 | 1 | -2/+2 |
| * | Prune CRLF. | NAKAMURA Takumi | 2014-10-27 | 4 | -293/+293 |
| * | Add frontend support for __vectorcall | Reid Kleckner | 2014-10-24 | 3 | -6/+9 |
| * | patch to issue warning on comparing parameters with | Fariborz Jahanian | 2014-10-23 | 1 | -0/+25 |
| * | Switch C compilations to C11 by default. | Richard Smith | 2014-10-20 | 4 | -10/+10 |
| * | tests: move test to more appropriate location | Saleem Abdulrasool | 2014-10-16 | 1 | -10/+0 |
| * | Sema: handle AttributedTypeLocs in C++14 auto deduction | Saleem Abdulrasool | 2014-10-15 | 1 | -0/+10 |
| * | Adding attributes to the IndirectFieldDecl that we generate for anonymous str... | Aaron Ballman | 2014-10-15 | 1 | -0/+10 |
| * | Patch to warn on interger overflow in presence of | Fariborz Jahanian | 2014-10-14 | 1 | -0/+5 |
| * | ms-inline-asm: Correctly mark MS inline ASM labels as used | Ehsan Akhgari | 2014-10-08 | 1 | -2/+8 |