Age | Commit message (Expand) | Author |
2011-05-05 | Implement support for C++0x alias templates. | Richard Smith |
2011-05-04 | there i fixed it | Sean Hunt |
2011-05-04 | Implement serialization of delegating constructors. | Sean Hunt |
2011-05-04 | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor |
2011-05-02 | Revise the representation of parameter scope data so that the | John McCall |
2011-05-01 | Add an optional field attached to a DeclRefExpr which points back to the | Chandler Carruth |
2011-05-01 | Store a parameter index and function prototype depth in every | John McCall |
2011-05-01 | Remove the NameQualifier struct, which was just a wrapper around | Chandler Carruth |
2011-05-01 | Several cosmetic changes, no functionality changed. | Chandler Carruth |
2011-05-01 | Move the state bits in DeclRefExpr out of the pointer union and into | Chandler Carruth |
2011-05-01 | Compress some bits. Only matters for MSVC, or if we ever | John McCall |
2011-05-01 | Re-applies the patch first applied way back in r106099, with | Chandler Carruth |
2011-04-30 | Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout' | Chandler Carruth |
2011-04-30 | Completely re-implement the core logic behind the __is_standard_layout | Chandler Carruth |
2011-04-29 | Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs. | Anders Carlsson |
2011-04-29 | Add a decl update when a static data member of a class template is instantiat... | Sebastian Redl |
2011-04-28 | Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer... | Ted Kremenek |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-27 | If a null statement was preceded by an empty macro keep its instantiation sou... | Argyrios Kyrtzidis |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-25 | Fix a crash when ASTReader emits diagnostic when another one is in flight. Fi... | Argyrios Kyrtzidis |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-24 | Use template magic to make dumping of vectors slightly less fragile. | Benjamin Kramer |
2011-04-24 | Set the correct anonymous namespace (must be last reopening), and behave corr... | Sebastian Redl |
2011-04-24 | Fix adding an anonymous namespace in a chained PCH to a namespace from a prev... | Sebastian Redl |
2011-04-24 | Synthesizing the definition of an implicit member is an AST modification, so ... | Sebastian Redl |
2011-04-24 | On reading DeclContexts from PCH, check for visible updates even if the conte... | Sebastian Redl |
2011-04-24 | Store the full list of pending instantiations in a chained PCH. Previously we... | Sebastian Redl |
2011-04-24 | Implement most of the remaining logic in __is_literal type trait. This | Chandler Carruth |
2011-04-23 | Begin tracking trivialness of move constructors and move assignment | Chandler Carruth |
2011-04-23 | Teach the AST reader and writer to preserve the __DEPRECATED bit in | Chandler Carruth |
2011-04-22 | For | Argyrios Kyrtzidis |
2011-04-21 | For | Argyrios Kyrtzidis |
2011-04-20 | Teach SourceManager::getSLocEntry() that it can fail due to problems | Douglas Gregor |
2011-04-19 | We regard a function as 'unused' from the codegen perspective, so our warning... | Argyrios Kyrtzidis |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-15 | C1X: add a language standard | Peter Collingbourne |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-04-14 | Chained PCH: Remember when additional specializations are added to a function... | Sebastian Redl |
2011-04-14 | The ASTReader created by -chain-include used the generated PCH buffers in the... | Sebastian Redl |
2011-04-14 | Add a flag to StringLiteral to keep track of whether the string is a pascal s... | Anders Carlsson |
2011-04-12 | Fix AST serialization of reference-to-reference types. This previously caused | Richard Smith |
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 |