aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization
AgeCommit message (Expand)Author
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-05-04there i fixed itSean Hunt
2011-05-04Implement serialization of delegating constructors.Sean Hunt
2011-05-04Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor
2011-05-02Revise the representation of parameter scope data so that theJohn McCall
2011-05-01Add an optional field attached to a DeclRefExpr which points back to theChandler Carruth
2011-05-01Store a parameter index and function prototype depth in everyJohn McCall
2011-05-01Remove the NameQualifier struct, which was just a wrapper aroundChandler Carruth
2011-05-01Several cosmetic changes, no functionality changed.Chandler Carruth
2011-05-01Move the state bits in DeclRefExpr out of the pointer union and intoChandler Carruth
2011-05-01Compress some bits. Only matters for MSVC, or if we everJohn McCall
2011-05-01Re-applies the patch first applied way back in r106099, withChandler Carruth
2011-04-30Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout'Chandler Carruth
2011-04-30Completely re-implement the core logic behind the __is_standard_layoutChandler Carruth
2011-04-29Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs.Anders Carlsson
2011-04-29Add a decl update when a static data member of a class template is instantiat...Sebastian Redl
2011-04-28Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...Ted Kremenek
2011-04-28Implementation of Embarcadero array type traitsJohn Wiegley
2011-04-27If a null statement was preceded by an empty macro keep its instantiation sou...Argyrios Kyrtzidis
2011-04-26Make yet another placeholder type, this one marking that an expression is a b...John McCall
2011-04-25Fix a crash when ASTReader emits diagnostic when another one is in flight. Fi...Argyrios Kyrtzidis
2011-04-25t/clang/expr-traitsJohn Wiegley
2011-04-24Use template magic to make dumping of vectors slightly less fragile.Benjamin Kramer
2011-04-24Set the correct anonymous namespace (must be last reopening), and behave corr...Sebastian Redl
2011-04-24Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...Sebastian Redl
2011-04-24Synthesizing the definition of an implicit member is an AST modification, so ...Sebastian Redl
2011-04-24On reading DeclContexts from PCH, check for visible updates even if the conte...Sebastian Redl
2011-04-24Store the full list of pending instantiations in a chained PCH. Previously we...Sebastian Redl
2011-04-24Implement most of the remaining logic in __is_literal type trait. ThisChandler Carruth
2011-04-23Begin tracking trivialness of move constructors and move assignmentChandler Carruth
2011-04-23Teach the AST reader and writer to preserve the __DEPRECATED bit inChandler Carruth
2011-04-22ForArgyrios Kyrtzidis
2011-04-21ForArgyrios Kyrtzidis
2011-04-20Teach SourceManager::getSLocEntry() that it can fail due to problemsDouglas Gregor
2011-04-19We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-15C1X: implement generic selectionsPeter Collingbourne
2011-04-15C1X: add a language standardPeter Collingbourne
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith
2011-04-14Chained PCH: Remember when additional specializations are added to a function...Sebastian Redl
2011-04-14The ASTReader created by -chain-include used the generated PCH buffers in the...Sebastian Redl
2011-04-14Add a flag to StringLiteral to keep track of whether the string is a pascal s...Anders Carlsson
2011-04-12Fix AST serialization of reference-to-reference types. This previously causedRichard Smith
2011-04-09PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2011-03-31Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of...Sebastian Redl
2011-03-31Tell the diagnostic client about starting and ending source files when automa...Sebastian Redl
2011-03-23Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor
2011-03-12Propagate the new exception information to FunctionProtoType.Sebastian Redl