aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic
AgeCommit message (Expand)Author
2013-01-13Fix LLP64 build.Michael J. Spencer
2013-01-13Added builtins for multiprecision adds.Michael Gottesman
2013-01-12Prune an unused diagnostic, detected after improving the script in r172330Dmitri Gribenko
2013-01-12Remove unused diagnosticsDmitri Gribenko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko
2013-01-12Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor
2013-01-12Fix -Wunused-comparison for comparisons in arguments to function-like macros.Matt Beaumont-Gay
2013-01-11Improve diagnostic per Richard's suggestionFariborz Jahanian
2013-01-10In my last patch use InGroup<Switch> (per Dmitri's comment).Fariborz Jahanian
2013-01-10Provide a better warning when case value overflows.Fariborz Jahanian
2013-01-10Diagnostics: name all implicit groups used more than once.Jordan Rose
2013-01-10Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei
2013-01-09Enable intel_ocl_bicc for x86_64 target. This was missed in r171056.Guy Benyei
2013-01-09put back diagnostics when flexible members are capturedFariborz Jahanian
2013-01-08Remove lambda from my last patch.Fariborz Jahanian
2013-01-08objectiveC blocks: It is impractical to capture Fariborz Jahanian
2013-01-08Remove on-by-default warning from -Wmost.David Blaikie
2013-01-07Add support for attribute((mode(unwind_word))).Rafael Espindola
2013-01-07Simplify. No behavior change.Nico Weber
2013-01-04Add the module name to the 'incomplete umbrella header' warning.Douglas Gregor
2013-01-04Fix up various builtin declaration of objc_msgSend familiesFariborz Jahanian
2013-01-04Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor
2013-01-03Fix capitalization of Objective-C in diagnostic.Ted Kremenek
2013-01-02s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-28Improve diagnostic wording for when an implicitly-deleted special memberRichard Smith
2012-12-27Implement dcl.link paragraph 5.Rafael Espindola
2012-12-25Produce an actual error before attempting to attach notes to it when bailing outRichard Smith
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-22Add back -Wduplicate-enum which I mistakenly removed.Ted Kremenek
2012-12-21Tweak Sema::CheckLiteralKind() to also include block literalsTed Kremenek
2012-12-21Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().Ted Kremenek
2012-12-21Extend checkUnsafeAssigns() to also handle assigning an object literal to a w...Ted Kremenek
2012-12-20Revert "Warn if a __weak variable is initialized with an Objective-C object l...Ted Kremenek
2012-12-20Warn if a __weak variable is initialized with an Objective-C object literal.Ted Kremenek
2012-12-20Move operator precedence calculation to new headerDaniel Jasper
2012-12-20Attribute 'cf_returns_autoreleased' doesn't really exist.Ted Kremenek
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith
2012-12-19[driver] Have -isysroot warn on nonexistent paths.Chad Rosier
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-19Attempt to clarify a vexing-parse diagnostic.Richard Smith
2012-12-18CodeGen: Expand creal and cimag into complex field loadsMeador Inge
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-18When warning about a missing prototype because a function declaration is miss...Anders Carlsson
2012-12-18Use the correct return type (size_t) for these builtins.Bill Wendling
2012-12-18Add an expected parameter for the size of the destination.Bill Wendling