| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the Serialization library from 'instantiation' to 'expansion', with | Chandler Carruth | 2011-07-15 | 2 | -14/+14 |
| * | Add serialization support for SubstNonTypeTemplateParmExpr. | John McCall | 2011-07-15 | 2 | -285/+135 |
| * | StringMap::first() is about to start returning a StringRef, adapt. | Chris Lattner | 2011-07-14 | 1 | -2/+2 |
| * | Move the rest of the preprocessor terminology from 'instantiate' and | Chandler Carruth | 2011-07-14 | 2 | -10/+10 |
| * | Properly implement the scope restriction on the NRVO for | Douglas Gregor | 2011-07-06 | 2 | -2/+4 |
| * | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 3 | -7/+12 |
| * | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 2 | -0/+16 |
| * | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 2 | -0/+36 |
| * | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 2 | -0/+17 |
| * | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad | 2011-06-21 | 1 | -5/+6 |
| * | Objective-C fast enumeration loop variables are not retained in ARC, but | John McCall | 2011-06-17 | 2 | -1/+7 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 4 | -6/+72 |
| * | Introduce a -cc1-level option to turn off related result type | Douglas Gregor | 2011-06-14 | 2 | -0/+3 |
| * | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor | 2011-06-13 | 2 | -3/+0 |
| * | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 2 | -3/+9 |
| * | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 4 | -0/+5 |
| * | Touchup to comments that weren't quite in sync with code | Jonathan D. Turner | 2011-06-06 | 1 | -2/+3 |
| * | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 2 | -1/+16 |
| * | Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva... | Jonathan D. Turner | 2011-06-03 | 3 | -35/+258 |
| * | Test of commit access. | Jonathan D. Turner | 2011-06-03 | 1 | -1/+1 |
| * | Introduce additional abbreviations into the AST writer for | Douglas Gregor | 2011-06-03 | 3 | -13/+184 |
| * | [PCH] Store the offsets of source location file entries and go through them | Argyrios Kyrtzidis | 2011-06-02 | 2 | -9/+27 |
| * | [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 | 2 | -0/+26 |
| * | When determining whether we can make a declaration into a global | Douglas Gregor | 2011-05-13 | 2 | -0/+2 |
| * | Implement defaulting of destructors. | Alexis Hunt | 2011-05-12 | 2 | -0/+4 |
| * | Implement implicit deletion of default constructors. | Alexis Hunt | 2011-05-11 | 2 | -2/+2 |
| * | Clean up trivial default constructors now. | Alexis Hunt | 2011-05-09 | 2 | -0/+2 |
| * | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Alexis Hunt | 2011-05-09 | 2 | -2/+2 |
| * | Keep track of the file ID corresponding to the original file used to | Douglas Gregor | 2011-05-06 | 2 | -6/+18 |
| * | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 2 | -4/+4 |
| * | 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 | 4 | -4/+19 |
| * | there i fixed it | Alexis Hunt | 2011-05-04 | 2 | -9/+46 |
| * | Implement serialization of delegating constructors. | Alexis Hunt | 2011-05-04 | 2 | -15/+31 |
| * | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor | 2011-05-04 | 2 | -2/+4 |
| * | Revise the representation of parameter scope data so that the | John McCall | 2011-05-02 | 2 | -3/+14 |
| * | Add an optional field attached to a DeclRefExpr which points back to the | Chandler Carruth | 2011-05-01 | 2 | -6/+15 |
| * | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 2 | -0/+6 |
| * | Remove the NameQualifier struct, which was just a wrapper around | Chandler Carruth | 2011-05-01 | 1 | -1/+1 |
| * | Several cosmetic changes, no functionality changed. | Chandler Carruth | 2011-05-01 | 1 | -1/+1 |
| * | Move the state bits in DeclRefExpr out of the pointer union and into | Chandler Carruth | 2011-05-01 | 1 | -9/+5 |
| * | Compress some bits. Only matters for MSVC, or if we ever | John McCall | 2011-05-01 | 1 | -10/+10 |
| * | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 4 | -5/+4 |
| * | Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout' | Chandler Carruth | 2011-04-30 | 2 | -2/+2 |
| * | Completely re-implement the core logic behind the __is_standard_layout | Chandler Carruth | 2011-04-30 | 2 | -0/+8 |
| * | Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs. | Anders Carlsson | 2011-04-29 | 2 | -0/+2 |
| * | Add a decl update when a static data member of a class template is instantiat... | Sebastian Redl | 2011-04-29 | 3 | -4/+24 |
| * | Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer... | Ted Kremenek | 2011-04-28 | 2 | -0/+27 |
| * | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 2 | -0/+25 |