aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema
AgeCommit message (Expand)Author
2012-10-23Use a .def file for most of the diagnostic options.Douglas Gregor
2012-10-23Objective-C: check that when a category method is being implemented,Fariborz Jahanian
2012-10-23Add a new warning -Wmissing-variable-declarations, to warn about variablesEli Friedman
2012-10-23When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scopeRichard Smith
2012-10-23[ms-inline asm] Update for r166433.Chad Rosier
2012-10-23[ms-inline-asm] Add handling for errors coming out of the backend.Eli Friedman
2012-10-23Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. TheseRichard Smith
2012-10-21Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith
2012-10-20Move private classes into anonymous namespaces.Benjamin Kramer
2012-10-20Rework implementation of DR1492: Apply the resolution to operator delete too,Richard Smith
2012-10-20Fix __builtin_va_arg assertion failure in ARM AAPCS.Logan Chien
2012-10-20DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith
2012-10-19[ms-inline asm] Set the SemaCallback in the TargetAsmParser.Chad Rosier
2012-10-19Clarify wording of -Wshift-op-parentheses.David Blaikie
2012-10-19[ms-inline asm] Set the MCTargetAsmParser as paring MS-style inline asm.Chad Rosier
2012-10-19Allow objc_requires_super to be used to check class methods as well.Jordan Rose
2012-10-19Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky
2012-10-19PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith
2012-10-19Handle diamond inheritance in -Woverloaded-virtual.David Blaikie
2012-10-18[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier
2012-10-18Fix Objective-C implicit property synthesis for C++ classes so we use valid Eli Friedman
2012-10-18[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier
2012-10-18Factor CollectClassPropertyImplementations out of Sema into ASTAnna Zaks
2012-10-18From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann
2012-10-18DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith
2012-10-18PR14021: Copy lookup results to ensure safe iteration.David Blaikie
2012-10-18[ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier
2012-10-18Tests for DR1507.Richard Smith
2012-10-17Update comment to match DR1502.Richard Smith
2012-10-17Fix -Woverloaded-virtual when the using statement refers to a base declaratio...David Blaikie
2012-10-17DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.Richard Smith
2012-10-17Implement C++ 10.3p16 - overrides involving deleted functions must match.David Blaikie
2012-10-16DR1492: In a definition of a destructor, the exception specification must beRichard Smith
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff
2012-10-16[ms-inline asm] Move some logic around to simplify the interface between theChad Rosier
2012-10-16Implement GCC's -Wint-to-pointer-cast.David Blaikie
2012-10-16Minor tweak to last patch along with a test case.Fariborz Jahanian
2012-10-16fixes an objc crash involving objc bool literal onFariborz Jahanian
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar
2012-10-15Fixed CXXNamedCast right paren location propagation to instantiations.Abramo Bagnara
2012-10-15Fixed LabelDecl source range.Abramo Bagnara
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber
2012-10-15[ms-inline asm] Rework the front-end to use the API introduced in r165946.Chad Rosier
2012-10-13Update for r165858.Chad Rosier
2012-10-12[ms-inline asm] Remove a bunch of parsing code from the front-end.Chad Rosier
2012-10-12Make -mms-bitfields behave consistently.Eli Friedman
2012-10-12Update for r165833.Chad Rosier
2012-10-12Fix warnings introduced by r165826.DeLesley Hutchins
2012-10-12Thread-safety analysis: support multiple thread-safety attributes onDeLesley Hutchins
2012-10-12[ms-inline asm] Remove a bunch of parsing code from the front-end, which will beChad Rosier