aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema
AgeCommit message (Expand)Author
2013-01-24[ms-inline asm] Add an error when trying to compile MS-style inline assemblyChad Rosier
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-24Start checking nonnull (as well as format and argument_with_type_tag) onNick Lewycky
2013-01-24Fix some wonky formatting, remove spurious emacs major mode marker. NoNick Lewycky
2013-01-23Micro cleanup: use an array of const char, rather than an array of char, as theRichard Smith
2013-01-23Implement -Wvla correctlyDmitri Gribenko
2013-01-23Use 'const Decl *' throughout code completion in SemaDmitri Gribenko
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly
2013-01-23Make __attribute__((nonnull)) use the general expression evaluator to search forNick Lewycky
2013-01-22Small code change to improve performanceFariborz Jahanian
2013-01-22objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian
2013-01-21objectiveC: don't warn when in -Wselector mode andFariborz Jahanian
2013-01-21Eliminate Sema::CompareProperties(), which was walking over a pile ofDouglas Gregor
2013-01-21Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, whichDouglas Gregor
2013-01-21Replace some unnecessary O(N^2) lookups for properties withDouglas Gregor
2013-01-21Add a fixit for _Noreturn main,Dmitri Gribenko
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-20Fixed trailing whitespace.Michael Gottesman
2013-01-19Reapply r172878 with test case.Ted Kremenek
2013-01-19Whitespace.NAKAMURA Takumi
2013-01-19Revert r172878, "Reword warning about using a *static* variable within its ow...NAKAMURA Takumi
2013-01-19Reword warning about using a *static* variable within its own initialization.Ted Kremenek
2013-01-18Remove windows line endings.David Blaikie
2013-01-18Once we've collected the template arguments for aDouglas Gregor
2013-01-18When checking the parameter types of an Objective-C method, don'tDouglas Gregor
2013-01-17One can override an Objective-C ARC ownership qualifier that came fromDouglas Gregor
2013-01-17In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor
2013-01-17Defer checking for unsequenced operations on the RHS of && and || in order toRichard Smith
2013-01-17Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith
2013-01-17-Wunsequenced: if the LHS of an &&, || or ?: is not constant, check forRichard Smith
2013-01-17[ms-inline asm] Extend the Sema interface to get the size and length of aChad Rosier
2013-01-17Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...Joey Gouly
2013-01-17Improve -Wreorder to handle cases of anonymous class member orderingDavid Blaikie
2013-01-17ArrayRef-ize some ctor initializer related APIsDavid Blaikie
2013-01-17Remove some unnecessary castsDavid Blaikie
2013-01-17Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay
2013-01-17Attempt to work around bug in older GCCs to fix buildbot.Richard Smith
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2013-01-17Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith
2013-01-17Treat hidden Objective-C protocol definitions as if they wereDouglas Gregor
2013-01-17Implement a fixit for -Wmain-return-typeDmitri Gribenko
2013-01-16Delay linkage checks when validating the weakref attribute.Rafael Espindola
2013-01-16Fixes crash when illegal function definitions are deleted or defaulted. Fixe...Aaron Ballman
2013-01-16Simplify code. No functionality change.Rafael Espindola
2013-01-16Check for internal weak decls after merging.Rafael Espindola
2013-01-16Rework the traversal of Objective-C categories and extensions toDouglas Gregor
2013-01-16Teach global selector lookup to ignore hidden methods, which occurDouglas Gregor
2013-01-16First step in implementation of mips16 and nomips16 attributes.Reed Kotler
2013-01-16One can have an unavailable method overridden by an available method,Douglas Gregor
2013-01-16Apply adjustment to function- and array-typed non-type templateDouglas Gregor