summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r155279:Bill Wendling2012-04-211-3/+2
* VerifyICE: Pass PartialDiagnostics by reference.Benjamin Kramer2012-04-181-4/+5
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-0/+7
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-17/+1
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-131-10/+14
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-121-3/+7
* Compute standard conversion sequences for conversions to atomicDouglas Gregor2012-04-121-4/+9
* objective-c numeric literal: type of boolean isFariborz Jahanian2012-04-121-1/+13
* objective-c: remove IsConstProperty as it does notFariborz Jahanian2012-04-101-17/+1
* objective-c: add an assertion for propertyFariborz Jahanian2012-04-101-0/+5
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-091-1/+1
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-061-1/+2
* Fix a Sema invariant bug that I recently introduced involvingJohn McCall2012-04-061-0/+3
* Properly implement the C rules for composite types for qualified pointers in ...Eli Friedman2012-04-051-11/+27
* Enter an expression evaluation context when parsingJohn McCall2012-04-041-0/+14
* Remove dead assignment to local variable.Ted Kremenek2012-04-041-2/+0
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-021-8/+11
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-1/+20
* Forbid the block and lambda copy-capture of __autoreleasing variablesJohn McCall2012-03-301-0/+21
* objective-c: Improve diagnostics andFariborz Jahanian2012-03-281-6/+6
* Alternate fix to PR12248: put Sema in charge of special-casingJohn McCall2012-03-131-3/+36
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-107/+107
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-62/+12
* [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().Daniel Dunbar2012-03-091-11/+12
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-23/+117
* [AST] Reduce Decl::getASTContext() calls.Daniel Dunbar2012-03-091-4/+5
* Don't crash when a statement in a block is ill-formed butJohn McCall2012-03-081-0/+2
* Add support for cooked forms of user-defined-integer-literal andRichard Smith2012-03-081-28/+67
* User-defined literal support for character literals.Richard Smith2012-03-081-4/+27
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-4/+21
* objective-c lldb support: don't perform ivar access control check Fariborz Jahanian2012-03-071-1/+2
* Cleanup (style). Thanks to Argyrios for catchingSean Callanan2012-03-061-8/+3
* Extended the UnknownAnyTy resolver to handleSean Callanan2012-03-061-10/+34
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-4/+21
* Undo patch for // rdar://10735698Fariborz Jahanian2012-03-061-6/+1
* patch to optionally warn for block implementations without explicit Fariborz Jahanian2012-03-051-1/+6
* Add -Wstring-plus-int, which warns on "str" + int and int + "str".Nico Weber2012-03-021-3/+48
* Change diagnostic test for my last patch.Fariborz Jahanian2012-03-021-3/+2
* Ensure that we instantiate static reference data members of class templatesRichard Smith2012-03-021-2/+3
* c/objc: problem originally reported as an objective-c bug.Fariborz Jahanian2012-03-011-0/+6
* Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.Eli Friedman2012-03-011-0/+1
* Fix a couple -Wuninitialized warnings from gcc. Reported by David Greene.Eli Friedman2012-02-291-1/+1
* A couple minor bug-fixes for template instantiation for expressions which are...Eli Friedman2012-02-291-0/+2
* Make the odr-use logic work correctly for constant-expressions. PR12006.Eli Friedman2012-02-291-0/+12
* Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assign...Sebastian Redl2012-02-271-0/+19
* Make sure we don't try to produce a definition of an implicitly-deleted functionRichard Smith2012-02-261-3/+5
* ArrayRef'ize various functions in the AST/Parser/Sema.Ahmed Charles2012-02-251-4/+5
* Improve the diagnostic in ARC mode when a conditional with an Objective-C typ...Eli Friedman2012-02-251-0/+16
* Implement C++11 [over.match.copy]p1b2, which allows the use ofDouglas Gregor2012-02-241-2/+5
* Pull the OpaqueValueExpr's source expression into its constructor, soDouglas Gregor2012-02-231-1/+2