| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+2 |
| * | [PCH] Store the offsets of source location file entries and go through them | Argyrios Kyrtzidis | 2011-06-02 | 1 | -7/+9 |
| * | [PCH] Be conservative and check all the files the PCH references to see if | Argyrios Kyrtzidis | 2011-06-01 | 1 | -0/+97 |
| * | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+13 |
| * | Keep track of the file ID corresponding to the original file used to | Douglas Gregor | 2011-05-06 | 1 | -5/+12 |
| * | Introduce a new libclang parsing flag, | Douglas Gregor | 2011-05-06 | 1 | -2/+2 |
| * | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -3/+3 |
| * | there i fixed it | Alexis Hunt | 2011-05-04 | 1 | -9/+25 |
| * | Implement serialization of delegating constructors. | Alexis Hunt | 2011-05-04 | 1 | -9/+22 |
| * | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor | 2011-05-04 | 1 | -1/+2 |
| * | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -2/+3 |
| * | Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer... | Ted Kremenek | 2011-04-28 | 1 | -0/+17 |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+1 |
| * | Fix a crash when ASTReader emits diagnostic when another one is in flight. Fi... | Argyrios Kyrtzidis | 2011-04-25 | 1 | -4/+11 |
| * | Store the full list of pending instantiations in a chained PCH. Previously we... | Sebastian Redl | 2011-04-24 | 1 | -11/+11 |
| * | Teach the AST reader and writer to preserve the __DEPRECATED bit in | Chandler Carruth | 2011-04-23 | 1 | -0/+2 |
| * | Teach SourceManager::getSLocEntry() that it can fail due to problems | Douglas Gregor | 2011-04-20 | 1 | -2/+2 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -2/+2 |
| * | C1X: add a language standard | Peter Collingbourne | 2011-04-15 | 1 | -0/+2 |
| * | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+5 |
| * | The ASTReader created by -chain-include used the generated PCH buffers in the... | Sebastian Redl | 2011-04-14 | 1 | -2/+2 |
| * | Fix AST serialization of reference-to-reference types. This previously caused | Richard Smith | 2011-04-12 | 1 | -2/+2 |
| * | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman | 2011-04-09 | 1 | -5/+6 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -0/+13 |
| * | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -9/+12 |
| * | Forgotten part of previous commit. | Abramo Bagnara | 2011-03-12 | 1 | -2/+2 |
| * | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis | 2011-03-09 | 1 | -14/+20 |
| * | When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the cha... | Anders Carlsson | 2011-03-09 | 1 | -8/+10 |
| * | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl | 2011-03-06 | 1 | -2/+4 |
| * | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi | 2011-03-06 | 1 | -4/+2 |
| * | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl | 2011-03-05 | 1 | -2/+4 |
| * | Improved MemberPointerType source locations. | Abramo Bagnara | 2011-03-05 | 1 | -0/+1 |
| * | Push nested-name-specifier source location information into template | Douglas Gregor | 2011-03-02 | 1 | -4/+6 |
| * | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
| * | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
| * | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky | 2011-03-01 | 1 | -0/+1 |
| * | Add missing options. | Roman Divacky | 2011-03-01 | 1 | -1/+2 |
| * | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
| * | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
| * | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
| * | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
| * | Refactor the construction of nested-name-specifiers with | Douglas Gregor | 2011-02-28 | 1 | -58/+13 |
| * | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -2/+1 |
| * | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -0/+103 |
| * | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -0/+7 |
| * | Preserve what the user passed to -include when emitting .d files. Fixes PR8974! | Nick Lewycky | 2011-02-23 | 1 | -4/+5 |
| * | Add a CXXExceptions flag to LangOptions. | Anders Carlsson | 2011-02-23 | 1 | -2/+4 |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -0/+6 |