]> granicus.if.org Git - clang/history - lib/Serialization/ASTReader.cpp
Avoid invalidating successfully loaded module files
[clang] / lib / Serialization / ASTReader.cpp
2014-06-20 Ben LangmuirAvoid invalidating successfully loaded module files
2014-06-16 Richard Smith[modules] When we merge redecl chains or mark a decl...
2014-06-12 Rafael EspindolaInclude system_error directly.
2014-06-10 Alp TokerImprove diagnostic mapping terminology
2014-05-23 Dario DomizioliImplemented support for "pragma clang optimize on/off...
2014-05-22 Justin BognerFrontend: Propagate ASTReaderListener API in ChainedAST...
2014-05-22 Craig Topper[C++11] Use 'nullptr'. Serialization edition.
2014-05-19 Richard SmithIf two sibling modules declare the same entity, and...
2014-05-16 Richard SmithIf a declaration is loaded, and then a module import...
2014-05-16 Alp TokerMerge a couple of copy-and-pasted functions
2014-05-16 Alp TokerRename SourceManager::createFileIDForMemBuffer()
2014-05-10 Benjamin KramerDecouple ExprCXX.h and DeclCXX.h and clean up includes...
2014-05-08 Nico WeberLet ASTReader optionally delete its ASTDeserializationL...
2014-05-08 Richard SmithFix latent bug. This can't actually manifest at the...
2014-05-03 Benjamin KramerReplace one-element SmallVectors inside DenseMaps with...
2014-04-30 Richard SmithDefer loading any pending update records until we've...
2014-04-29 Argyrios Kyrtzidis[PCH/Modules] Don't tie TargetOptions::LinkerVersion...
2014-04-29 Ben LangmuirReapply r207477 and r207479 without cyclic dependency
2014-04-29 NAKAMURA TakumiRevert r207477 (and r207479), "Check -Werror options...
2014-04-29 Ben LangmuirCheck -Werror options during module validation
2014-04-24 Richard SmithWhen two templates get merged together, also merge...
2014-04-23 Richard SmithMake TypeDecl much less friendly.
2014-04-19 Richard SmithWhen a module completes the definition of a class templ...
2014-04-14 Ben LangmuirAdd module name and module map file to -module-file...
2014-04-14 Ben LangmuirAllow multiple modules with the same name to coexist...
2014-04-14 Justin BognerOnDiskHashTable: Make the iterable version separate.
2014-04-10 Ben LangmuirWhen module umbrellas change, rebuild them
2014-04-09 Argyrios Kyrtzidis[Preprocessor/CodeComplete] Don't add include guard...
2014-04-08 Ben LangmuirHave validate-system-headers override validate-once...
2014-03-28 Justin BognerReapply "OnDiskHashTable: Use Endian.h to read little...
2014-03-28 Justin BognerRevert "OnDiskHashTable: Use Endian.h to read little...
2014-03-28 Justin BognerOnDiskHashTable: Use Endian.h to read little endian...
2014-03-28 Richard SmithFix a FIXME, use std::move.
2014-03-27 Dmitri GribenkoComment parsing: when comment ranges are deserialized...
2014-03-23 Richard SmithIf an update record makes a declaration interesting...
2014-03-21 Aaron BallmanFixing code that doesn't compile in MSVC 2012 (but...
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 SmithRearrange serialization block order to put decl update...
2014-03-15 Stephan TolksdorfFix PR18806: Canonicalize the replacement type when...
2014-03-14 Hans WennborgFix VS2012 build after r203881
2014-03-14 Argyrios Kyrtzidis[Modules] Emit the module file paths as dependencies...
2014-03-14 Argyrios Kyrtzidis[Modules] Make sure that the synthesized file "__inferr...
2014-03-14 Argyrios KyrtzidisRefactor ASTReader::readInputFileInfo to return a struc...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators meth_begi...
2014-03-13 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Richard SmithRevert C++11ification in r203534 and r203536. Apparentl...
2014-03-11 Richard SmithSpeculative workaround for apparent libstdc++ bug expos...
2014-03-11 Richard SmithIf a visibility update record is found for a DeclContex...
2014-03-08 Richard SmithModule [extern_c] attribute: inherit to submodules...
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-07 Ben LangmuirAdd a bunch of missing changes from r203208
2014-03-07 Ben LangmuirAdd dependencies from imported modules with -MD
2014-03-06 Aaron Ballman[C++11] Replacing iterators redecls_begin() and redecls...
2014-03-06 Richard SmithFix crash if a submodule overrides one of its own macro...
2014-03-06 Richard SmithSwitch to an idiomatic C++ erase/remove for this loop...
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-24 Rafael EspindolaUpdate for llvm api change.
2014-02-24 Rafael EspindolaDon't assume that F_None is the default. It is about...
2014-02-12 Dmitri GribenkoAdd an option to allow Clang verify source files for...
2014-02-11 Dmitri GribenkoRename some PCH-related errors to have 'err_' as their...
2014-02-07 Ben LangmuirStat system dependencies when using -verify-pch
2014-02-05 Ben LangmuirAdd a CC1 option -verify-pch
2014-01-31 Ben LangmuirFix autolinking when modules are imported in pch files
2014-01-21 Alp TokerUpdate FunctionTypeLoc and related names to match r199686
2014-01-17 Ben LangmuirImprove the error message when a PCH dependency is...
2014-01-14 Hans WennborgRemove the -cxx-abi command-line flag.
2014-01-08 Argyrios Kyrtzidis[Serialization] In ASTReader::getInputFile record it...
2013-12-05 Reid KlecknerAdd an AdjustedType sugar node for adjusting calling...
2013-11-04 Dmitri GribenkoInclude non-explicit submodules in exported module...
2013-10-28 Richard SmithAllow a new syntax in a module requires-declaration:
2013-10-19 Rafael EspindolaSimplify some implementations of get*Decl.
2013-10-18 Richard SmithC++ modules: don't lose track of a 'namespace std'...
2013-10-18 Richard SmithBasic ODR checking for C++ modules:
2013-09-24 Daniel JasperModule use declarations (II)
2013-08-30 Richard SmithDon't eagerly load all conversion operators when loadin...
2013-08-23 Robert WilhelmUse pop_back_val() instead of both back() and pop_back().
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-07-31 Richard SmithFix read of uninitialized enum value in test, caught...
2013-07-05 Craig TopperUse SmallVectorImpl& for function arguments instead...
2013-07-05 Craig TopperUse typedef for Densemap contraining SmallVector passed...
2013-07-05 Craig TopperAdd typedefs for Densemaps containing SmallVectors...
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-07 Douglas GregorLoosen r178109 even further, to assume that all redefin...
2013-05-30 Argyrios Kyrtzidis[PCH] Fix crash with valid code, related to anonymous...
2013-05-24 Argyrios Kyrtzidis[modules] If we hit a failure while loading a PCH/modul...
2013-05-10 Douglas Gregor[Modules] When things go horribly wrong when reading...
2013-05-08 Argyrios Kyrtzidis[PCH] Remove the ASTReaderListener::ReadHeaderFileInfo...
2013-05-06 Argyrios KyrtzidisModify ASTReaderListener to allow visiting the input...
2013-05-03 John McCallMove parsing of identifiers in MS-style inline assembly...
2013-04-30 Richard SmithDon't treat a non-deduced 'auto' type as being type...
2013-04-26 Argyrios Kyrtzidis[PCH/modules] Require the preprocessing record option...
2013-04-26 Argyrios Kyrtzidis[Modules] Fix an issue where the reconstructed redeclar...
2013-04-26 Richard SmithImplement C++1y decltype(auto).
next