Age | Commit message (Expand) | Author |
2013-01-19 | Reword warning about using a *static* variable within its own initialization. | Ted Kremenek |
2013-01-18 | Fix mismatched #endif. | Jordan Rose |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
2013-01-17 | Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not | Richard Smith |
2013-01-17 | In Objective-C ARC, completely ignore ownership qualifiers on the | Douglas Gregor |
2013-01-17 | Parsing support for C11's _Noreturn keyword. No semantics yet. | Richard Smith |
2013-01-17 | Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ... | Joey Gouly |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-17 | Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on | Richard Smith |
2013-01-17 | Implement a fixit for -Wmain-return-type | Dmitri Gribenko |
2013-01-16 | No longer crashing with an assert when __has_include or __has_include_next is... | Aaron Ballman |
2013-01-16 | First step in implementation of mips16 and nomips16 attributes. | Reed Kotler |
2013-01-15 | When checking availability attributes for consistency between an | Douglas Gregor |
2013-01-15 | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor |
2013-01-14 | Multiprecision subtraction builtins. | Michael Gottesman |
2013-01-14 | Infer "link" lines for top-level frameworks. Essentially, a framework | Douglas Gregor |
2013-01-14 | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor |
2013-01-14 | Accept [[gnu::*]] for all __attribute__((*))s which are: | Richard Smith |
2013-01-13 | Fix LLP64 build. | Michael J. Spencer |
2013-01-13 | Added builtins for multiprecision adds. | Michael Gottesman |
2013-01-12 | Prune an unused diagnostic, detected after improving the script in r172330 | Dmitri Gribenko |
2013-01-12 | Remove unused diagnostics | Dmitri Gribenko |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Add missing includes and forward declarations so that headers don't depend on | Dmitri Gribenko |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2013-01-12 | Fix -Wunused-comparison for comparisons in arguments to function-like macros. | Matt Beaumont-Gay |
2013-01-11 | Improve diagnostic per Richard's suggestion | Fariborz Jahanian |
2013-01-10 | In my last patch use InGroup<Switch> (per Dmitri's comment). | Fariborz Jahanian |
2013-01-10 | Provide a better warning when case value overflows. | Fariborz Jahanian |
2013-01-10 | Diagnostics: name all implicit groups used more than once. | Jordan Rose |
2013-01-10 | Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena... | Guy Benyei |
2013-01-09 | Enable intel_ocl_bicc for x86_64 target. This was missed in r171056. | Guy Benyei |
2013-01-09 | put back diagnostics when flexible members are captured | Fariborz Jahanian |
2013-01-08 | Remove lambda from my last patch. | Fariborz Jahanian |
2013-01-08 | objectiveC blocks: It is impractical to capture | Fariborz Jahanian |
2013-01-08 | Remove on-by-default warning from -Wmost. | David Blaikie |
2013-01-07 | Add support for attribute((mode(unwind_word))). | Rafael Espindola |
2013-01-07 | Simplify. No behavior change. | Nico Weber |
2013-01-04 | Add the module name to the 'incomplete umbrella header' warning. | Douglas Gregor |
2013-01-04 | Fix up various builtin declaration of objc_msgSend families | Fariborz Jahanian |
2013-01-04 | Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> | Douglas Gregor |
2013-01-03 | Fix capitalization of Objective-C in diagnostic. | Ted Kremenek |
2013-01-02 | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-28 | Improve diagnostic wording for when an implicitly-deleted special member | Richard Smith |
2012-12-27 | Implement dcl.link paragraph 5. | Rafael Espindola |
2012-12-25 | Produce an actual error before attempting to attach notes to it when bailing out | Richard Smith |
2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
2012-12-22 | Add back -Wduplicate-enum which I mistakenly removed. | Ted Kremenek |
2012-12-21 | Tweak Sema::CheckLiteralKind() to also include block literals | Ted Kremenek |