]> granicus.if.org Git - clang/history - lib/Serialization/ASTWriter.cpp
When loading a module with no local entities, still bump the size of the
[clang] / lib / Serialization / ASTWriter.cpp
2014-08-16 Ben LangmuirWhen loading a module with no local entities, still...
2014-08-14 Richard Smith[modules] When we merge together multiple class templat...
2014-08-13 Richard Smith[modules] When performing a lookup into a namespace...
2014-08-12 Ben LangmuirVerify all the module map files for a pcm are the same...
2014-08-11 Richard SmithAdd some FIXMEs.
2014-08-09 Ben LangmuirRefactor the module map file used for uniquing a module...
2014-08-07 Richard Smith[modules] When emitting an update record containing...
2014-08-07 Richard SmithUse -Rblah, not -Wblah, to control remark diagnostics...
2014-07-27 Richard Smith[modules] Add some missing record names. We really...
2014-07-27 Richard Smith[modules] Add abbreviation for ImplicitCastExpr. This...
2014-07-26 Richard Smith[modules] Improve abbreviations for C++:
2014-07-25 Richard Smith[modules] Substantially improve handling of #undef:
2014-07-21 Richard Smith[modules] Fix some of the confusion when computing...
2014-07-18 Richard SmithReinstate r213348, reverted in r213395, with an additio...
2014-07-18 Ben LangmuirRevert "[modules] Fix macro hiding bug exposed if:"
2014-07-18 Richard Smith[modules] Fix macro hiding bug exposed if:
2014-07-15 Aaron BallmanAdded the pack_elements range accessor. Refactoring...
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-06-12 Alp TokerComplete the switch from mappings to declarative diagno...
2014-06-10 Alp TokerImprove diagnostic mapping terminology
2014-05-23 Dario DomizioliImplemented support for "pragma clang optimize on/off...
2014-05-22 Richard SmithIf a class template specialization from one module...
2014-05-22 Craig Topper[C++11] Use 'nullptr'. Serialization edition.
2014-05-16 Richard SmithIf a declaration is loaded, and then a module import...
2014-05-10 Benjamin KramerDecouple ExprCXX.h and DeclCXX.h and clean up includes...
2014-04-29 Argyrios Kyrtzidis[PCH/Modules] Don't tie TargetOptions::LinkerVersion...
2014-04-19 Richard SmithWhen a module completes the definition of a class templ...
2014-04-18 Justin BognerTeach users of OnDiskHashTable to define hash_value...
2014-04-18 Justin BognerRemove OnDiskHashTable.h, since it's been moved to...
2014-04-17 Richard SmithAdd missing serialization code for one of the CXXRecord...
2014-04-14 Ben LangmuirAllow multiple modules with the same name to coexist...
2014-04-09 Argyrios Kyrtzidis[Preprocessor/CodeComplete] Don't add include guard...
2014-03-28 Justin BognerReapply "OnDiskHashTable: Use EndianStream.h to write...
2014-03-28 Justin BognerRevert "OnDiskHashTable: Use EndianStream.h to write...
2014-03-28 Justin BognerOnDiskHashTable: Use EndianStream.h to write little...
2014-03-27 Stephan TolksdorfFix PR18307: Properly (de)serialize inherited construct...
2014-03-25 Richard SmithSave out a correct lookup table if a lookup table entry...
2014-03-22 Richard SmithEmit an update record if we instantiate the definition...
2014-03-21 Aaron BallmanFixing code that doesn't compile in MSVC 2012 (but...
2014-03-21 Richard SmithSerialize and deserialize mangling numbers.
2014-03-21 Richard SmithPR19215: When writing/reading a PCH that imported a...
2014-03-20 Richard SmithWhen the exception specification for a function in...
2014-03-20 Richard SmithRefactor and simplify DeclUpdates serialization.
2014-03-20 Richard SmithRefactor to move decl update emission into the decl...
2014-03-20 Richard SmithRearrange serialization block order to put decl update...
2014-03-17 Aaron Ballman[C++11] Replacing ObjCObjectType iterators qual_begin...
2014-03-14 Aaron Ballman[C++11] Removing the local_import_begin() and local_imp...
2014-03-13 Ben LangmuirPrevent outputting HeaderFileInfos for files not used...
2014-03-08 Richard SmithModule [extern_c] attribute: inherit to submodules...
2014-03-07 Aaron Ballman[C++11] Replacing DeclBase iterators decls_begin()...
2014-03-07 Ben LangmuirAdd dependencies from imported modules with -MD
2014-03-06 Richard SmithFix crash if a submodule overrides one of its own macro...
2014-03-03 Argyrios KyrtzidisIntroduce '-fmodules-user-build-path' which accepts...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-01 Richard SmithIf a module A exports a macro M, and a module B imports...
2014-02-19 Reid KlecknerUse llvm::DeleteContainerSeconds when possible
2014-01-31 Ben LangmuirFix autolinking when modules are imported in pch files
2014-01-27 Richard SmithRemove dead code; MacroDirective's IsHidden flag is...
2014-01-25 Alp TokerRename getResultType() on function and method declarati...
2014-01-21 Alp TokerUpdate FunctionTypeLoc and related names to match r199686
2014-01-20 Alp TokerRename FunctionProtoType accessors from 'arguments...
2014-01-14 Hans WennborgRemove the -cxx-abi command-line flag.
2014-01-01 Alp TokerEliminate UnaryTypeTraitExpr
2013-12-13 Alp TokerEliminate BinaryTypeTraitExpr
2013-12-10 Richard SmithImplement DR1460: fix handling of default initializers...
2013-12-05 Reid KlecknerAdd an AdjustedType sugar node for adjusting calling...
2013-11-27 Alp TokerRemove a whole lot of unused variables
2013-11-04 Richard SmithImplement final resolution of DR1402: implicitly-declar...
2013-10-28 Richard SmithAllow a new syntax in a module requires-declaration:
2013-10-23 Faisal ValiRefactor out the circular reference to LambdaExpr in...
2013-10-23 Rafael EspindolaRevert r193223 and r193216.
2013-10-23 Faisal ValiRemove the circular reference to LambdaExpr in CXXRecor...
2013-10-19 Rafael EspindolaAdd isFirstDecl to DecBase too and use it instead of...
2013-09-28 Richard SmithPer latest drafting, switch to implementing init-captur...
2013-09-26 Faisal ValiImplement a rudimentary form of generic lambdas.
2013-09-24 Daniel JasperModule use declarations (II)
2013-09-22 Benjamin KramerFix array_pod_sort predicates after LLVM change.
2013-09-05 Eli FriedmanNote when a decl is used in AST files.
2013-08-30 Richard SmithDon't eagerly load all conversion operators when loadin...
2013-08-24 Benjamin KramerThis wasn't headers, just missing namespaces.
2013-08-24 Benjamin KramerAdd missing includes.
2013-08-24 Benjamin KramerReplace compLocDecl with less_first.
2013-08-22 Manuel KlimekRevert "Implement a rudimentary form of generic lambdas."
2013-08-22 Faisal ValiImplement a rudimentary form of generic lambdas.
2013-08-10 Enea ZaffanellaAdded source locs for angled parentheses in class/var...
2013-08-07 Richard SmithPR9992: Serialize and deserialize the token sequence...
2013-08-07 Argyrios Kyrtzidis[PCH] Fix a PCH serialization crash, with invalid code...
2013-08-06 Larisse VoufoStarted implementing variable templates. Top level...
2013-07-22 Douglas GregorMake modules depend on the compiler's own module.map...
2013-07-11 Eli BenderskySimplify GetBuiltinNames by hoising the NoBuiltins...
2013-07-04 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-06-26 Richard SmithLazily deserialize the "first' friend declaration when...
2013-06-24 Reid Kleckner[AST] Introduce a new DecayedType sugar node
2013-06-20 Lawrence CrowlThis patch adds new private headers to the module map...
2013-06-12 Richard SmithPR12086, PR15117
2013-05-20 Richard SmithRevert r182331, these checks should be based on the...
2013-05-20 Richard SmithMove two Darwin-specific hacks into #ifdef __APPLE__...
2013-05-16 Richard SmithFirst pass of semantic analysis for init-captures:...
2013-05-11 Richard SmithC++1y deduced return types: when we deduce a return...
2013-05-08 Argyrios Kyrtzidis[modules] When building a module, make sure we don...
next