summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF...Argyrios Kyrtzidis2011-11-131-4/+6
* Fix the signature of the getcontext builtin. Patch by Dimitry Andric.Rafael Espindola2011-11-132-0/+19
* Add a method in ASTMutationListener for the last use of Decl's [is/set]Change...Argyrios Kyrtzidis2011-11-121-8/+8
* [PCH] When completing an objc forward reference, do not serialize the chain o...Argyrios Kyrtzidis2011-11-122-18/+17
* Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow theDouglas Gregor2011-11-111-2/+2
* There's no good reason to track temporaries in ExprWithCleanups,John McCall2011-11-102-11/+12
* [PCH] Fix reading from PCH of diagnostic pragmas.Argyrios Kyrtzidis2011-11-091-2/+6
* Change the AST representation of operations on Objective-CJohn McCall2011-11-062-0/+43
* [libclang] Add infrastructure to be able to only deserialize decls in a file ...Argyrios Kyrtzidis2011-11-031-0/+87
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-012-4/+5
* Rework the AST for the initializer of a delegating constructor, soDouglas Gregor2011-11-012-12/+11
* [PCH] Now that we store the location of a decl outside its recordArgyrios Kyrtzidis2011-10-314-9/+13
* [PCH] For ASTReader's FileDeclIDs also associate the Module that theArgyrios Kyrtzidis2011-10-311-1/+2
* [PCH] Sort the file decls by file offset not raw source location.Argyrios Kyrtzidis2011-10-281-4/+5
* [PCH] In ASTWriter::associateDeclWithFile don't bother finding the file locArgyrios Kyrtzidis2011-10-282-8/+9
* [PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis2011-10-284-46/+149
* [PCH] Pull the location out of the serialized declarations and put it in the ...Argyrios Kyrtzidis2011-10-273-19/+19
* Make the loading of information attached to an IdentifierInfo from anDouglas Gregor2011-10-272-93/+94
* Eliminate a hang while loading a sequence of redeclarable entities. InDouglas Gregor2011-10-262-17/+38
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-252-0/+2
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-252-2/+0
* Introduce a placeholder type for "pseudo object"John McCall2011-10-252-0/+2
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-252-0/+26
* [PCH] When visiting preprocessed entities, make it possible to avoid deserial...Argyrios Kyrtzidis2011-10-251-5/+35
* [PCH] When serializing Stmts, keep track of when sub statements are reference...Argyrios Kyrtzidis2011-10-212-4/+58
* Keep track when a ObjC interface/protocol was initially created as a forward ...Argyrios Kyrtzidis2011-10-172-1/+5
* Controlling macros are identifiers, not declarations.Douglas Gregor2011-10-171-1/+2
* Add a new placeholder type to represent "unbridged"John McCall2011-10-172-0/+7
* For modules, all macros that aren't include guards are implicitlyDouglas Gregor2011-10-172-5/+7
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-142-0/+2
* [PCH] Serialize info about redeclared objc methods.Argyrios Kyrtzidis2011-10-142-0/+15
* Add support for viewing the module graph via Graphviz, for debuggingDouglas Gregor2011-10-111-0/+49
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-112-0/+38
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-073-8/+8
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-062-0/+26
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-053-4/+17
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-042-10/+9
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-032-2/+17
* Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis2011-10-032-3/+15
* Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis2011-10-031-0/+1
* Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f...Argyrios Kyrtzidis2011-10-032-4/+1
* Mark a TagDecl when it is free standing (e.g. "struct foo;")Argyrios Kyrtzidis2011-09-302-0/+4
* Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method.Daniel Dunbar2011-09-291-1/+1
* Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch toDaniel Dunbar2011-09-291-4/+3
* Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bitArgyrios Kyrtzidis2011-09-261-0/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-253-8/+8
* Fix up assertion a bit moreDouglas Gregor2011-09-231-1/+1
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-233-5/+0
* Eliminate an MSVC comparison warning, from Aaron BallmanDouglas Gregor2011-09-231-1/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-235-11/+11
OpenPOWER on IntegriCloud