Age | Commit message (Expand) | Author |
2010-11-11 | Undo a refactor-o and base the bitfield-truncation warning on the | John McCall |
2010-11-11 | Extend the bitfield-truncation warning to initializations. | John McCall |
2010-11-10 | When -Wconversion computes the range of a type, it uses the (bit-)range | John McCall |
2010-11-10 | Tweak to bitfield-overflow warning: don't warn about storing | John McCall |
2010-11-09 | Typo. | John McCall |
2010-11-09 | Add a warning for implicit truncation of constant values due to | John McCall |
2010-11-09 | Split out -Wconversion warnings about constant precision into their | John McCall |
2010-11-09 | Test moved to its correct place. | Fariborz Jahanian |
2010-11-09 | Fix source locations in unnamed bitfield diagnostic, from Jakub | Douglas Gregor |
2010-11-08 | Document Clang's support for attributes on individual enumerators and | John McCall |
2010-11-03 | When setting a tied check if it's already tied. If it's tied to another const... | Anders Carlsson |
2010-11-03 | A number in an input constraint can't point to a read-write ('+') constraint.... | Anders Carlsson |
2010-10-30 | When list-initializing a vector, try to copy-initialize from vectors instead | John McCall |
2010-10-28 | Implement an indirect-goto optimization for goto *&&lbl and respect this | John McCall |
2010-10-25 | Look through the address-of operator to find the function being | Douglas Gregor |
2010-10-25 | When we're calling a function that we know based on its K&R-style | Douglas Gregor |
2010-10-24 | Implement GNU C extension: two types are compatible if they appear | Peter Collingbourne |
2010-10-24 | - Fixed subexpressions evaluation order for binary operators to match order i... | Marcin Swiderski |
2010-10-24 | Move the "used but marked unused" warning behind a special warning flag for now. | Anders Carlsson |
2010-10-22 | Warn if a variable marked with the "unused" attribute is used. Patch by Darin... | Anders Carlsson |
2010-10-22 | Parse attributes on enumerators and instantiate attributes on enum decls. | John McCall |
2010-10-21 | Previously, the printf warnings would say your arguments type was 'int' when ... | Ted Kremenek |
2010-10-19 | test/Sema/return.c: Cygwin does not have _longjmp(). | NAKAMURA Takumi |
2010-10-18 | Microsoft enum extensions. 2 things will change on -fms-extensions: | Francois Pichet |
2010-10-15 | Allow list-initialization of a local variable of class type with a | Douglas Gregor |
2010-10-15 | zap trailing whitespace | Gabor Greif |
2010-10-15 | testcase for http://llvm.org/PR8371 of my last commit, r116570 | Gabor Greif |
2010-10-14 | Tweak the typo-correction implementation to determine corrections | Douglas Gregor |
2010-10-12 | fix PR7885, rejecting invalid uses of __builtin_constant_p. | Chris Lattner |
2010-10-12 | C's comma operator performs lvalue conversion on both its operands; | John McCall |
2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
2010-10-10 | fix PR8217, a silent miscompilation of invalid code. | Chris Lattner |
2010-10-09 | Fixed __builtin_constant_p return type. | Abramo Bagnara |
2010-10-08 | This patch fixes multiple issues in clang's designated init builder and | Douglas Gregor |
2010-10-08 | __attribute__((aligned(n))) directly specifies the alignment of a declaration | John McCall |
2010-10-08 | Track the location of the context requiring an implicit conversion and use it | John McCall |
2010-10-08 | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis |
2010-10-07 | Fixed cast to union with anonymous bitfields. | Abramo Bagnara |
2010-10-06 | Patch for adding message to unavailable attribute. | Fariborz Jahanian |
2010-10-06 | Add message to attribute(deprecated). | Fariborz Jahanian |
2010-10-06 | Issue deprecated warning when typeof uses typedef | Fariborz Jahanian |
2010-10-06 | Remove hard CRLF end-of-line markers from two files. These should be added | Chandler Carruth |
2010-10-06 | Provide a slightly specialized diagnostic for tautological comparisons | John McCall |
2010-10-05 | Issue deprecated warning when typeof uses an | Fariborz Jahanian |
2010-10-01 | diagnose errors when a builtin that require constant arguments don't have them. | Chris Lattner |
2010-09-29 | Add support for attribute((naked)), patch by Zoxc on cfe-commits! | Daniel Dunbar |
2010-09-28 | Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848... | Argyrios Kyrtzidis |
2010-09-27 | Fixed isConstantInitializer for __builtin_choose_expr. | Abramo Bagnara |
2010-09-23 | When warning about comparing an unsigned int to being >= 0, don't issue a war... | Ted Kremenek |
2010-09-20 | Check in support for OpenCL conditional operator on vector types. | Nate Begeman |