| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -1/+1 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -26/+42 |
| * | Detect attempts to provide a specialization of a function within a | Douglas Gregor | 2011-03-08 | 1 | -3/+8 |
| * | g++ is more permissive regarding flexible arrays. | Argyrios Kyrtzidis | 2011-03-07 | 1 | -5/+12 |
| * | Support explicit template specialization and instantiation for members | Douglas Gregor | 2011-03-07 | 1 | -10/+19 |
| * | Completed source ranges fixes for all classes inheriting from TypeDecl. | Abramo Bagnara | 2011-03-06 | 1 | -1/+1 |
| * | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -0/+1 |
| * | Propagate new-style exception spec information to Declarator. | Sebastian Redl | 2011-03-05 | 1 | -2/+2 |
| * | When diagnostics are suppressed (e.g., because of code completion), don't tri... | Douglas Gregor | 2011-03-04 | 1 | -1/+2 |