summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...Aaron Ballman2014-03-171-3/+2
* [C++11] Removing the local_import_begin() and local_import_end() APIs and rep...Aaron Ballman2014-03-141-6/+2
* Prevent outputting HeaderFileInfos for files not used as headersBen Langmuir2014-03-131-4/+4
* Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'Richard Smith2014-03-081-1/+3
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-8/+5
* Add dependencies from imported modules with -MDBen Langmuir2014-03-071-28/+1
* Fix crash if a submodule overrides one of its own macros, and add support forRichard Smith2014-03-061-2/+12
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-031-0/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith2014-03-011-51/+87
* Use llvm::DeleteContainerSeconds when possibleReid Kleckner2014-02-191-3/+1
* Fix autolinking when modules are imported in pch filesBen Langmuir2014-01-311-3/+3
* Remove dead code; MacroDirective's IsHidden flag is always false.Richard Smith2014-01-271-5/+0
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-2/+2
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-3/+3
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+0
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+0
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-101-0/+1
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-0/+9
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+0
* Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith2013-11-041-2/+0
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-281-4/+5
* Refactor out the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-231-1/+2
* Revert r193223 and r193216.Rafael Espindola2013-10-231-2/+1
* Remove the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-231-1/+2
* Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0.Rafael Espindola2013-10-191-1/+1
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-6/+1
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-0/+1
* Module use declarations (II)Daniel Jasper2013-09-241-0/+4
* Fix array_pod_sort predicates after LLVM change.Benjamin Kramer2013-09-221-6/+4
* Note when a decl is used in AST files.Eli Friedman2013-09-051-0/+10
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-301-2/+2
* This wasn't headers, just missing namespaces.Benjamin Kramer2013-08-241-3/+2
* Add missing includes.Benjamin Kramer2013-08-241-0/+1
* Replace compLocDecl with less_first.Benjamin Kramer2013-08-241-6/+1
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-2/+0
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-0/+2
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-0/+11
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-1/+27
* [PCH] Fix a PCH serialization crash, with invalid code related to forward enu...Argyrios Kyrtzidis2013-08-071-0/+15
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+16
* Make modules depend on the compiler's own module.map, as a proxy for the comp...Douglas Gregor2013-07-221-2/+17
* Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.Eli Bendersky2013-07-111-2/+3
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-4/+4
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-261-1/+1
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+8
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-201-4/+17
* PR12086, PR15117Richard Smith2013-06-121-0/+1
OpenPOWER on IntegriCloud