| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Keep track of the file ID corresponding to the original file used to | Douglas Gregor | 2011-05-06 | 1 | -1/+6 |
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -1/+2 |
* | there i fixed it | Alexis Hunt | 2011-05-04 | 1 | -0/+21 |
* | Implement serialization of delegating constructors. | Alexis Hunt | 2011-05-04 | 1 | -6/+9 |
* | 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 | -1/+1 |
* | Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout' | Chandler Carruth | 2011-04-30 | 1 | -1/+1 |
* | Completely re-implement the core logic behind the __is_standard_layout | Chandler Carruth | 2011-04-30 | 1 | -0/+4 |
* | Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs. | Anders Carlsson | 2011-04-29 | 1 | -0/+1 |
* | Add a decl update when a static data member of a class template is instantiat... | Sebastian Redl | 2011-04-29 | 1 | -0/+12 |
* | Use template magic to make dumping of vectors slightly less fragile. | Benjamin Kramer | 2011-04-24 | 1 | -27/+18 |
* | Synthesizing the definition of an implicit member is an AST modification, so ... | Sebastian Redl | 2011-04-24 | 1 | -0/+9 |
* | Store the full list of pending instantiations in a chained PCH. Previously we... | Sebastian Redl | 2011-04-24 | 1 | -4/+2 |
* | Implement most of the remaining logic in __is_literal type trait. This | Chandler Carruth | 2011-04-24 | 1 | -0/+2 |
* | Begin tracking trivialness of move constructors and move assignment | Chandler Carruth | 2011-04-23 | 1 | -0/+2 |
* | Teach the AST reader and writer to preserve the __DEPRECATED bit in | Chandler Carruth | 2011-04-23 | 1 | -0/+1 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+1 |
* | C1X: add a language standard | Peter Collingbourne | 2011-04-15 | 1 | -0/+1 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+2 |
* | Chained PCH: Remember when additional specializations are added to a function... | Sebastian Redl | 2011-04-14 | 1 | -0/+12 |
* | Fix AST serialization of reference-to-reference types. This previously caused | Richard Smith | 2011-04-12 | 1 | -2/+3 |
* | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman | 2011-04-09 | 1 | -0/+1 |
* | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -0/+14 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -5/+8 |
* | Forgotten part of previous commit. | Abramo Bagnara | 2011-03-12 | 1 | -2/+2 |
* | When writing file references in a pch, make sure to ask the file manager for ... | Anders Carlsson | 2011-03-08 | 1 | -0/+7 |
* | 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 |