| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR16263: Implement current direction of core issue 1376. Binding a reference to | Richard Smith | 2013-06-15 | 1 | -2/+2 |
* | Implement core issue 903: only integer literals with value 0 and prvalues of | Richard Smith | 2013-06-13 | 1 | -8/+9 |
* | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -1/+1 |
* | Do not walk through member-accesses on bitfields when looking for the object | Richard Smith | 2013-06-03 | 1 | -3/+5 |
* | Fix handling of pointers-to-members and comma expressions when | Richard Smith | 2013-06-03 | 1 | -3/+8 |
* | Use only explicit bool conversion operator | David Blaikie | 2013-05-15 | 1 | -1/+1 |
* | Allocate memory for the new number of subexpressions. Fixup for r181572 | Dmitri Gribenko | 2013-05-10 | 1 | -1/+1 |
* | ArrayRef'ize ShuffleVectorExpr::setExprs | Dmitri Gribenko | 2013-05-10 | 1 | -4/+3 |
* | Grab-bag of bit-field fixes: | John McCall | 2013-05-06 | 1 | -3/+8 |
* | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith | 2013-04-22 | 1 | -1/+1 |
* | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -2/+24 |
* | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+1 |
* | Add streamed versions of getQualifiedNameAsString. | Benjamin Kramer | 2013-02-23 | 1 | -1/+2 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -1/+2 |
* | Use const visitors in ASTDumper. | Alexander Kornienko | 2013-02-01 | 1 | -1/+1 |
* | Constify some getters of DesignatedInitExpr | Dmitri Gribenko | 2013-01-26 | 1 | -6/+9 |
* | Switch to APFloat constructor taking fltSemantics. | Tim Northover | 2013-01-22 | 1 | -4/+37 |
* | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 1 | -0/+3 |
* | Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not | Richard Smith | 2013-01-17 | 1 | -0/+6 |
* | Suppress all -Wunused-value warnings from macro body expansions. | Matt Beaumont-Gay | 2013-01-17 | 1 | -4/+0 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -3/+3 |
* | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -2/+2 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -2/+2 |
* | Fix for PR12222. | Erik Verbruggen | 2012-12-25 | 1 | -37/+25 |
* | Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__ | Argyrios Kyrtzidis | 2012-12-14 | 1 | -1/+1 |
* | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -6/+7 |
* | Allow to pass from syntactic form of InitListExpr to semantic form (just as v... | Abramo Bagnara | 2012-11-08 | 1 | -2/+2 |
* | Fixed range of implicit MemberExpr. | Abramo Bagnara | 2012-11-08 | 1 | -2/+5 |
* | Fix an incorrect assert, the LHS can be an LValue. | Rafael Espindola | 2012-11-01 | 1 | -1/+1 |
* | [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for | Argyrios Kyrtzidis | 2012-11-01 | 1 | -20/+16 |
* | Move two helper functions to AST so that sema can use them. | Rafael Espindola | 2012-10-27 | 1 | -0/+69 |
* | Address feedback from Eli Friedman on r166522. | Matt Beaumont-Gay | 2012-10-24 | 1 | -4/+4 |
* | Don't emit -Wunused-value warnings from macro expansions. | Matt Beaumont-Gay | 2012-10-23 | 1 | -0/+4 |
* | Fix -Wunused-value to not warn on expressions that have unresolved lookups due | Matt Beaumont-Gay | 2012-10-23 | 1 | -0/+5 |
* | StringRef-ify Binary/UnaryOperator::getOpcodeStr | David Blaikie | 2012-10-08 | 1 | -2/+2 |
* | Move isObjCSelf into Expr. | Anna Zaks | 2012-10-01 | 1 | -0/+18 |
* | Handle C++ functional casts in a similar way to C-style casts in | Eli Friedman | 2012-09-24 | 1 | -0/+1 |
* | In StringLiteral::setString make sure that we copy the number of | Argyrios Kyrtzidis | 2012-09-14 | 1 | -3/+3 |
* | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith | 2012-09-12 | 1 | -0/+1 |
* | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -2/+9 |
* | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -63/+64 |
* | Fix InitListExpr::isStringLiteralInit so it handles various edge cases correc... | Eli Friedman | 2012-08-20 | 1 | -3/+3 |
* | Factor out computation of whether a typeid's expression is potentially | Richard Smith | 2012-08-13 | 1 | -16/+4 |
* | Provide isConst/Volatile on CXXMethodDecl. | David Blaikie | 2012-08-10 | 1 | -4/+4 |
* | Implement warning for integral null pointer constants other than the literal 0. | David Blaikie | 2012-08-08 | 1 | -2/+7 |
* | Update documentation of HasSideEffects to match its callers' expectations, and | Richard Smith | 2012-08-07 | 1 | -20/+18 |
* | Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it | Richard Smith | 2012-08-07 | 1 | -0/+215 |
* | Handle the case where the base type is not dependent, but the derived one is. | Rafael Espindola | 2012-07-17 | 1 | -0/+3 |
* | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer | 2012-07-04 | 1 | -0/+28 |
* | Fix another issue with devirtualizing calls to final methods by passing them | Rafael Espindola | 2012-06-28 | 1 | -16/+22 |