| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Diagnose destructor templates. Fixes PR7904. | Douglas Gregor | 2011-03-04 | 1 | -1/+8 |
* | Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. | Abramo Bagnara | 2011-03-03 | 1 | -2/+5 |
* | Remove cruft | Douglas Gregor | 2011-03-02 | 1 | -9/+0 |
* | Force CaseStmt to store its child statements in source-code order, | Douglas Gregor | 2011-03-02 | 1 | -0/+9 |
* | Support a new InheritableAttr subclass, InheritableParamAttr, which is | John McCall | 2011-03-02 | 1 | -13/+67 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -8/+28 |
* | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -28/+8 |
* | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -8/+28 |
* | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -25/+7 |
* | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -7/+25 |
* | Teach Sema::CheckTypenameType to use nested-name-specifiers with | Douglas Gregor | 2011-02-28 | 1 | -2/+3 |
* | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -5/+2 |
* | Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(... | Ted Kremenek | 2011-02-23 | 1 | -8/+3 |
* | Fix PR9276: We were missing the checks for auto deducing to different types i... | Richard Smith | 2011-02-23 | 1 | -9/+21 |
* | Tweaks to C++0x deduced auto type support: | Richard Smith | 2011-02-21 | 1 | -12/+15 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -45/+133 |
* | Remove the Fix-It for "main must return 'int'", which is not always | Douglas Gregor | 2011-02-19 | 1 | -8/+1 |
* | Switch labels over to using normal name lookup, instead of their | Chris Lattner | 2011-02-18 | 1 | -5/+14 |
* | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -4/+10 |