aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization
AgeCommit message (Expand)Author
2011-11-12Add a method in ASTMutationListener for the last use of Decl's [is/set]Change...Argyrios Kyrtzidis
2011-11-12[PCH] When completing an objc forward reference, do not serialize the chain o...Argyrios Kyrtzidis
2011-11-11Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow theDouglas Gregor
2011-11-10There's no good reason to track temporaries in ExprWithCleanups,John McCall
2011-11-09[PCH] Fix reading from PCH of diagnostic pragmas.Argyrios Kyrtzidis
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-11-03[libclang] Add infrastructure to be able to only deserialize decls in a file ...Argyrios Kyrtzidis
2011-11-01Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman
2011-11-01Rework the AST for the initializer of a delegating constructor, soDouglas Gregor
2011-10-31[PCH] Now that we store the location of a decl outside its recordArgyrios Kyrtzidis
2011-10-31[PCH] For ASTReader's FileDeclIDs also associate the Module that theArgyrios Kyrtzidis
2011-10-28[PCH] Sort the file decls by file offset not raw source location.Argyrios Kyrtzidis
2011-10-28[PCH] In ASTWriter::associateDeclWithFile don't bother finding the file locArgyrios Kyrtzidis
2011-10-28[PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis
2011-10-27[PCH] Pull the location out of the serialized declarations and put it in the ...Argyrios Kyrtzidis
2011-10-27Make the loading of information attached to an IdentifierInfo from anDouglas Gregor
2011-10-26Eliminate a hang while loading a sequence of redeclarable entities. InDouglas Gregor
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-25Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor
2011-10-25[PCH] When visiting preprocessed entities, make it possible to avoid deserial...Argyrios Kyrtzidis
2011-10-21[PCH] When serializing Stmts, keep track of when sub statements are reference...Argyrios Kyrtzidis
2011-10-17Keep track when a ObjC interface/protocol was initially created as a forward ...Argyrios Kyrtzidis
2011-10-17Controlling macros are identifiers, not declarations.Douglas Gregor
2011-10-17Add a new placeholder type to represent "unbridged"John McCall
2011-10-17For modules, all macros that aren't include guards are implicitlyDouglas Gregor
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-10-14[PCH] Serialize info about redeclared objc methods.Argyrios Kyrtzidis
2011-10-11Add support for viewing the module graph via Graphviz, for debuggingDouglas Gregor
2011-10-11Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman
2011-10-07Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall
2011-10-06Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman
2011-10-05Added a flag to identify resolved overloaded function references.Abramo Bagnara
2011-10-04Improve location fidelity of objc decls.Argyrios Kyrtzidis
2011-10-03Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis
2011-10-03Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis
2011-10-03Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis
2011-10-03Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f...Argyrios Kyrtzidis
2011-09-30Mark a TagDecl when it is free standing (e.g. "struct foo;")Argyrios Kyrtzidis
2011-09-29Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method.Daniel Dunbar
2011-09-29Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch toDaniel Dunbar
2011-09-26Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bitArgyrios Kyrtzidis
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-23Fix up assertion a bit moreDouglas Gregor
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23Eliminate an MSVC comparison warning, from Aaron BallmanDouglas Gregor
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-22Do manual binary search for preprocessing entities because their end locationsArgyrios Kyrtzidis
2011-09-22Don't use TemplateArgumentListInfo inside AST nodes because it may leak.Argyrios Kyrtzidis