| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Write CXX base specifier offsets for chained ASTs. | Anders Carlsson | 2011-03-06 | 1 | -19/+27 |
* | Improved MemberPointerType source locations. | Abramo Bagnara | 2011-03-05 | 1 | -0/+1 |
* | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis | 2011-03-05 | 1 | -5/+8 |
* | Push nested-name-specifier source location information into template | Douglas Gregor | 2011-03-02 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 | -3/+58 |
* | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -0/+4 |
* | Add a CXXExceptions flag to LangOptions. | Anders Carlsson | 2011-02-23 | 1 | -1/+2 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -0/+8 |
* | Add a new ObjCExceptions member variable to LangOptions. This controls whethe... | Anders Carlsson | 2011-02-19 | 1 | -0/+1 |
* | Serialization/deserialization support for floating point #pragma | Peter Collingbourne | 2011-02-15 | 1 | -0/+28 |
* | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis | 2011-02-15 | 1 | -5/+25 |
* | Eliminate a major performance problem with chained PCH, where we were | Douglas Gregor | 2011-02-11 | 1 | -4/+0 |
* | Implement AST/PCH chaining support for macro definitions. Previously, | Douglas Gregor | 2011-02-11 | 1 | -3/+16 |
* | When we're writing macro definitions to an AST/PCH File, sort the | Douglas Gregor | 2011-02-10 | 1 | -7/+27 |
* | Implement two related optimizations that make de-serialization of | Douglas Gregor | 2011-02-10 | 1 | -21/+133 |
* | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -0/+1 |
* | AST, Sema, Serialization: keep track of cudaConfigureCall | Peter Collingbourne | 2011-02-09 | 1 | -0/+9 |
* | Split the serialized representation for the detailed preprocessing | Douglas Gregor | 2011-02-08 | 1 | -81/+97 |
* | Update the writing of the block-information block in the AST file | Douglas Gregor | 2011-02-08 | 1 | -2/+82 |
* | Basic implementation of inherited constructors. Only generates declarations, ... | Sebastian Redl | 2011-02-05 | 1 | -0/+1 |
* | Basic support for -mms-bitfields, from Carl Norum! | Douglas Gregor | 2011-02-01 | 1 | -0/+1 |
* | Rvalue references for *this: | Douglas Gregor | 2011-01-26 | 1 | -0/+1 |
* | Use attributes for all the override control specifiers. | Anders Carlsson | 2011-01-24 | 1 | -2/+0 |
* | Serialize and deserialize IsMarkedFinal/IsMarkedExplicit. | Anders Carlsson | 2011-01-22 | 1 | -0/+2 |
* | Generalise support for non-inheritable attributes | Peter Collingbourne | 2011-01-21 | 1 | -1/+0 |
* | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor | 2011-01-15 | 1 | -0/+8 |
* | Store/retrieve -fshort-enums for PCH, fixes rdar://8854933. | Argyrios Kyrtzidis | 2011-01-15 | 1 | -0/+3 |
* | Teach template template argument pack expansions to keep track of the | Douglas Gregor | 2011-01-14 | 1 | -0/+6 |
* | Properly propagate #pragma diagnostic mappings from PCH but not command-line ... | Argyrios Kyrtzidis | 2011-01-14 | 1 | -9/+21 |
* | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor | 2011-01-14 | 1 | -0/+4 |
* | Start implementing support for substitution into pack expansions that | Douglas Gregor | 2011-01-14 | 1 | -0/+12 |
* | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -6/+7 |
* | Update AST reader/writer to handle new AppleKext. | Fariborz Jahanian | 2011-01-07 | 1 | -0/+1 |
* | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall | 2011-01-06 | 1 | -0/+22 |
* | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -2/+6 |
* | Add semantic analysis for the creation of and an AST representation | Douglas Gregor | 2011-01-05 | 1 | -0/+2 |
* | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor | 2011-01-03 | 1 | -0/+3 |
* | Add -fobjc-default-synthesized-properties flag | Ted Kremenek | 2010-12-23 | 1 | -0/+2 |
* | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer | 2010-12-21 | 1 | -4/+5 |
* | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor | 2010-12-20 | 1 | -0/+8 |
* | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -1/+1 |