aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExpr.cpp
AgeCommit message (Expand)Author
2012-04-28Rename isPODType (using the C++98 rules) into isCXX98PODType and make isPODTy...Benjamin Kramer
2012-04-19PR 12586: Fix assert while running libc++ testsuite: deal with exceptionRichard Smith
2012-04-18VerifyICE: Pass PartialDiagnostics by reference.Benjamin Kramer
2012-04-17Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith
2012-04-16objective-c modern translator: buildit objc boolFariborz Jahanian
2012-04-13When we're flagging a protected scope to prevent jumps into theJohn McCall
2012-04-12objective-c literals: Issue warning and ignoreFariborz Jahanian
2012-04-12Compute standard conversion sequences for conversions to atomicDouglas Gregor
2012-04-12objective-c numeric literal: type of boolean isFariborz Jahanian
2012-04-10objective-c: remove IsConstProperty as it does notFariborz Jahanian
2012-04-10objective-c: add an assertion for propertyFariborz Jahanian
2012-04-09Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie
2012-04-06Implement support for null non-type template arguments for non-typeDouglas Gregor
2012-04-06Fix a Sema invariant bug that I recently introduced involvingJohn McCall
2012-04-05Properly implement the C rules for composite types for qualified pointers in ...Eli Friedman
2012-04-04Enter an expression evaluation context when parsingJohn McCall
2012-04-04Remove dead assignment to local variable.Ted Kremenek
2012-04-02Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith
2012-03-30PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith
2012-03-30Forbid the block and lambda copy-capture of __autoreleasing variablesJohn McCall
2012-03-28objective-c: Improve diagnostics andFariborz Jahanian
2012-03-13Alternate fix to PR12248: put Sema in charge of special-casingJohn McCall
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
2012-03-09[AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().Daniel Dunbar
2012-03-09Support for raw and template forms of numeric user-defined literals,Richard Smith
2012-03-09[AST] Reduce Decl::getASTContext() calls.Daniel Dunbar
2012-03-08Don't crash when a statement in a block is ill-formed butJohn McCall
2012-03-08Add support for cooked forms of user-defined-integer-literal andRichard Smith
2012-03-08User-defined literal support for character literals.Richard Smith
2012-03-07AST representation for user-defined literals, plus just enough of semanticRichard Smith
2012-03-07objective-c lldb support: don't perform ivar access control check Fariborz Jahanian
2012-03-06Cleanup (style). Thanks to Argyrios for catchingSean Callanan
2012-03-06Extended the UnknownAnyTy resolver to handleSean Callanan
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-03-06Undo patch for // rdar://10735698Fariborz Jahanian
2012-03-05patch to optionally warn for block implementations without explicit Fariborz Jahanian
2012-03-02Add -Wstring-plus-int, which warns on "str" + int and int + "str".Nico Weber
2012-03-02Change diagnostic test for my last patch.Fariborz Jahanian
2012-03-02Ensure that we instantiate static reference data members of class templatesRichard Smith
2012-03-01c/objc: problem originally reported as an objective-c bug.Fariborz Jahanian
2012-03-01Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.Eli Friedman
2012-02-29Fix a couple -Wuninitialized warnings from gcc. Reported by David Greene.Eli Friedman
2012-02-29A couple minor bug-fixes for template instantiation for expressions which are...Eli Friedman
2012-02-29Make the odr-use logic work correctly for constant-expressions. PR12006.Eli Friedman
2012-02-27Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assign...Sebastian Redl
2012-02-26Make sure we don't try to produce a definition of an implicitly-deleted functionRichard Smith
2012-02-25ArrayRef'ize various functions in the AST/Parser/Sema.Ahmed Charles
2012-02-25Improve the diagnostic in ARC mode when a conditional with an Objective-C typ...Eli Friedman
2012-02-24Implement C++11 [over.match.copy]p1b2, which allows the use ofDouglas Gregor