| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. | Alexis Hunt | 2011-05-06 | 1 | -16/+17 |
* | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -9/+4 |
* | Do defaulted constructors properly. | Alexis Hunt | 2011-05-06 | 1 | -10/+53 |
* | Revert r130912 in order to approach defaulted functions from the other | Alexis Hunt | 2011-05-06 | 1 | -2/+1 |
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -16/+25 |
* | Implement some framework for defaulted constructors. | Alexis Hunt | 2011-05-05 | 1 | -1/+2 |
* | When tag lookup finds something ambiguous, and we're defining a new | Douglas Gregor | 2011-05-04 | 1 | -0/+13 |
* | When parsing a template friend declaration we dropped the template | Chandler Carruth | 2011-05-03 | 1 | -1/+11 |
* | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 1 | -6/+17 |
* | Extend Sema::ClassifyName() to support C++, ironing out a few issues | Douglas Gregor | 2011-04-27 | 1 | -33/+41 |
* | Improve diagnostics for typo correction via Sema::ClassifyName(), by | Douglas Gregor | 2011-04-27 | 1 | -3/+19 |
* | Add ms_struct attribute on record typee | Fariborz Jahanian | 2011-04-26 | 1 | -0/+2 |
* | 'extern' variables in functions don't shadow externs in global scope. Fixes r... | Argyrios Kyrtzidis | 2011-04-25 | 1 | -14/+4 |
* | When Sema::ClassifyName() finds an invalid ivar reference, return an | Douglas Gregor | 2011-04-25 | 1 | -11/+3 |
* | Implement a new identifier-classification scheme where Sema | Douglas Gregor | 2011-04-24 | 1 | -0/+306 |
* | Correctly emit a diagnostic for multiple templated function definitions in -f... | Francois Pichet | 2011-04-22 | 1 | -18/+18 |
* | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -1/+6 |
* | Do not return true from MergeFunctionDecl for a warn_static_non_static warnin... | Francois Pichet | 2011-04-22 | 1 | -6/+8 |
* | I concur with DPG here. This does indeed apply in 0x mode. Added test | Chandler Carruth | 2011-04-22 | 1 | -2/+1 |
* | For consistency, change suffix from war_ to warn_ for some Microsoft warnings... | Francois Pichet | 2011-04-22 | 1 | -1/+1 |
* | Downgrade error "static declaration of 'foo' follows non-static declaration" ... | Francois Pichet | 2011-04-22 | 1 | -2/+4 |
* | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar | 2011-04-19 | 1 | -2/+1 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -41/+69 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+41 |
* | Still not used to put the * next to the variable name. | Francois Pichet | 2011-04-13 | 1 | -1/+1 |
* | In Microsoft mode, within class scope, if a CXXScopeSpec's type is equal to t... | Francois Pichet | 2011-04-13 | 1 | -1/+32 |
* | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman | 2011-04-09 | 1 | -2/+3 |
* | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -3/+3 |
* | Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero... | Ted Kremenek | 2011-04-04 | 1 | -1/+10 |
* | Accept __declspec(dllimport) for function defined at class scope in Microsoft... | Francois Pichet | 2011-03-29 | 1 | -1/+3 |
* | Diagnose uninitialized uses of a variable within its own initializer. | Chandler Carruth | 2011-03-27 | 1 | -1/+44 |
* | Don't warn about the 'extern' in 'extern "C"' on a tag decl. This is | John McCall | 2011-03-26 | 1 | -2/+7 |
* | Get rid of handling of the 'explicit' keyword from class-head. We still parse... | Anders Carlsson | 2011-03-25 | 1 | -5/+3 |
* | Minor fix in the injection of labels, since we want to look at the redeclarat... | Douglas Gregor | 2011-03-24 | 1 | -1/+1 |
* | Insomniac refactoring: change how the parser allocates attributes so that | John McCall | 2011-03-24 | 1 | -4/+6 |
* | Warn about unused declaration-specifiers on tag declarations. | John McCall | 2011-03-22 | 1 | -10/+42 |
* | Apply Jonathan Sauer's proposed solution to PR9519. Thanks! | John McCall | 2011-03-22 | 1 | -1/+1 |
* | Defined friend functions are *implicitly* inlined, unless the inline specifie... | Abramo Bagnara | 2011-03-18 | 1 | -8/+8 |
* | Fixed inconsistency when adding TemplateParameterListsInfo. | Abramo Bagnara | 2011-03-18 | 1 | -69/+69 |
* | Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a ... | Richard Smith | 2011-03-17 | 1 | -3/+5 |
* | Detect attempts to provide a specialization of a function within a | Douglas Gregor | 2011-03-16 | 1 | -3/+9 |
* | When we're inserting a synthesized label declaration for a | Douglas Gregor | 2011-03-16 | 1 | -2/+6 |
* | When synthesizing a label declaration based on a goto statement that | Douglas Gregor | 2011-03-14 | 1 | -1/+14 |
* | Make deallocation functions implicitly noexcept in C++0x. | Sebastian Redl | 2011-03-14 | 1 | -2/+2 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -4/+6 |
* | Avoid do drop outer template parameter lists on the floor. | Abramo Bagnara | 2011-03-10 | 1 | -4/+4 |
* | Revert r127206 "Detect attempts to provide a specialization of a function within | Daniel Dunbar | 2011-03-09 | 1 | -8/+3 |
* | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -7/+6 |
* | Warn on usage of unavailable objc 'class' in | Fariborz Jahanian | 2011-03-08 | 1 | -0/+1 |
* | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -2/+4 |