Age | Commit message (Expand) | Author |
2011-04-09 | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-03-31 | Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of... | Sebastian Redl |
2011-03-31 | Tell the diagnostic client about starting and ending source files when automa... | Sebastian Redl |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-12 | Forgotten part of previous commit. | Abramo Bagnara |
2011-03-12 | Renamed OffsetOfNode::getRange to getSourceRange for uniformity. | Abramo Bagnara |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-09 | Silence gcc warnings. | Argyrios Kyrtzidis |
2011-03-09 | Fix CMake build. | Argyrios Kyrtzidis |
2011-03-09 | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis |
2011-03-09 | When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the cha... | Anders Carlsson |
2011-03-09 | Add a bit to ParmVarDecl indicating whether the parameter undergoes | John McCall |
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 | When writing file references in a pch, make sure to ask the file manager for ... | Anders Carlsson |
2011-03-08 | Fixed NamespaceDecl source range. | Abramo Bagnara |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara |
2011-03-06 | Write CXX base specifier offsets for chained ASTs. | Anders Carlsson |
2011-03-06 | When serializing a DeclRefExpr, always store the number of explicit template | Anders Carlsson |
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-06 | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl |
2011-03-06 | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi |
2011-03-05 | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl |
2011-03-05 | Fixed LabelDecl source range and cleaned creation code. | Abramo Bagnara |
2011-03-05 | Improved MemberPointerType source locations. | Abramo Bagnara |
2011-03-05 | When we're deserializing a template parameter declaration, temporarily | Douglas Gregor |
2011-03-05 | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis |
2011-03-04 | Make sure to put template parameters into their owning template's | Douglas Gregor |
2011-03-03 | Fixed source range for LabelDecl. | Abramo Bagnara |
2011-03-03 | Removed left brace location from LinkageSpecDecl. | Abramo Bagnara |
2011-03-03 | Fixed end source location for LinkageSpecDecl. | Abramo Bagnara |
2011-03-03 | Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. | Abramo Bagnara |
2011-03-02 | Push nested-name-specifier source location information into template | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-03-01 | Reinstate the introduction of source-location information for | Douglas Gregor |
2011-03-01 | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky |
2011-03-01 | Add missing options. | Roman Divacky |
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-03-01 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-28 | Refactor the construction of nested-name-specifiers with | Douglas Gregor |
2011-02-28 | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor |
2011-02-28 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-28 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-25 | Push nested-name-specifier source location information into | Douglas Gregor |