Age | Commit message (Expand) | Author |
2011-03-24 | Minor fix in the injection of labels, since we want to look at the redeclarat... | Douglas Gregor |
2011-03-24 | Insomniac refactoring: change how the parser allocates attributes so that | John McCall |
2011-03-22 | Warn about unused declaration-specifiers on tag declarations. | John McCall |
2011-03-22 | Apply Jonathan Sauer's proposed solution to PR9519. Thanks! | John McCall |
2011-03-18 | Defined friend functions are *implicitly* inlined, unless the inline specifie... | Abramo Bagnara |
2011-03-18 | Fixed inconsistency when adding TemplateParameterListsInfo. | Abramo Bagnara |
2011-03-17 | Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a ... | Richard Smith |
2011-03-16 | Detect attempts to provide a specialization of a function within a | Douglas Gregor |
2011-03-16 | When we're inserting a synthesized label declaration for a | Douglas Gregor |
2011-03-14 | When synthesizing a label declaration based on a goto statement that | Douglas Gregor |
2011-03-14 | Make deallocation functions implicitly noexcept in C++0x. | Sebastian Redl |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-10 | Avoid do drop outer template parameter lists on the floor. | Abramo Bagnara |
2011-03-09 | Revert r127206 "Detect attempts to provide a specialization of a function within | Daniel Dunbar |
2011-03-09 | Fixed InnerLocStart. | Abramo Bagnara |
2011-03-08 | Warn on usage of unavailable objc 'class' in | Fariborz Jahanian |
2011-03-08 | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor |
2011-03-08 | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara |
2011-03-08 | Detect attempts to provide a specialization of a function within a | Douglas Gregor |
2011-03-07 | g++ is more permissive regarding flexible arrays. | Argyrios Kyrtzidis |
2011-03-07 | Support explicit template specialization and instantiation for members | Douglas Gregor |
2011-03-06 | Completed source ranges fixes for all classes inheriting from TypeDecl. | Abramo Bagnara |
2011-03-06 | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara |
2011-03-05 | Propagate new-style exception spec information to Declarator. | Sebastian Redl |
2011-03-04 | When diagnostics are suppressed (e.g., because of code completion), don't tri... | Douglas Gregor |
2011-03-04 | Diagnose destructor templates. Fixes PR7904. | Douglas Gregor |
2011-03-03 | Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. | Abramo Bagnara |
2011-03-02 | Remove cruft | Douglas Gregor |
2011-03-02 | Force CaseStmt to store its child statements in source-code order, | Douglas Gregor |
2011-03-02 | Support a new InheritableAttr subclass, InheritableParamAttr, which is | John McCall |
2011-03-01 | Reinstate the introduction of source-location information for | Douglas Gregor |
2011-03-01 | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor |
2011-03-01 | Reinstate r126737, extending the generation of type-source location | Douglas Gregor |
2011-03-01 | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source location information into elaborated | Douglas Gregor |
2011-02-28 | Teach Sema::CheckTypenameType to use nested-name-specifiers with | Douglas Gregor |
2011-02-25 | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor |
2011-02-23 | Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(... | Ted Kremenek |
2011-02-23 | Fix PR9276: We were missing the checks for auto deducing to different types i... | Richard Smith |
2011-02-21 | Tweaks to C++0x deduced auto type support: | Richard Smith |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-19 | Remove the Fix-It for "main must return 'int'", which is not always | Douglas Gregor |
2011-02-18 | Switch labels over to using normal name lookup, instead of their | Chris Lattner |
2011-02-17 | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner |
2011-02-17 | Step #1/N of implementing support for __label__: split labels into | Chris Lattner |
2011-02-11 | Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! | Peter Collingbourne |
2011-02-09 | AST, Sema, Serialization: keep track of cudaConfigureCall | Peter Collingbourne |
2011-02-08 | In Sema::CheckShadow, get the DeclContext from the variable that we are checking | Argyrios Kyrtzidis |
2011-02-08 | Support for objextive-c++ use of property-dot syntax as receiver | Fariborz Jahanian |