]> granicus.if.org Git - clang/history - include/clang/Serialization/GlobalModuleIndex.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Serialization / GlobalModuleIndex.h
2019-06-26 JF BastienBitStream reader: propagate errors
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-10-12 Sam McCallRemove top-level using declaration from header files...
2018-07-30 Fangrui SongRemove trailing space
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2015-10-30 NAKAMURA TakumiModules: Add a declaration in clang/Serialization/Globa...
2015-07-17 NAKAMURA Takumiclang: s/PCHContainerOps/PCHContainerRdr/ in \param...
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-11 David Blaikieunique_ptr-ify the MemoryBuffer parameter of GlobalModu...
2014-04-16 John ThompsonAdded dump method for global module index.
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2013-08-24 Benjamin KramerThis wasn't headers, just missing namespaces.
2013-04-17 Argyrios Kyrtzidis[Modules] Use global index to improve typo correction...
2013-03-22 Douglas Gregor<rdar://problem/13479539> Simplify ModuleManager/Global...
2013-03-19 Douglas GregorRemove stray semicolon
2013-03-19 Douglas Gregor<rdar://problem/13363214> Eliminate race condition...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-01-28 Douglas GregorASTReader and profiling statistics indicate that implem...
2013-01-25 Douglas GregorImprove coordination between the module manager and...
2013-01-25 Douglas GregorImplement the reader of the global module index and...
2013-01-23 Douglas GregorImplement the writer side of the global module index.