summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith2013-04-033-7/+7
* Add 178663 back.Rafael Espindola2013-04-032-9/+3
* Revert 178663.Rafael Espindola2013-04-032-3/+9
* [preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis2013-04-031-1/+2
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-032-9/+3
* [modules] If a submodule has re-definitions of the same macro, only the last ...Argyrios Kyrtzidis2013-04-031-0/+6
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-022-0/+2
* Objective-C: Provide fixit suggestions when class objectFariborz Jahanian2013-03-282-0/+2
* [modules] Make sure enabled diagnostic pragmas inside the module don't affect...Argyrios Kyrtzidis2013-03-271-3/+9
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-272-4/+15
* [modules] Before marking the module imported macros as ambiguous, check if th...Argyrios Kyrtzidis2013-03-271-11/+57
* [PCH/modules] Remove HiddenName::MacroUndefArgyrios Kyrtzidis2013-03-271-5/+0
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-272-5/+1
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-262-82/+123
* [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.Argyrios Kyrtzidis2013-03-222-279/+454
* [modules] When a MacroInfo object is deserialized, allocate and store its sub...Argyrios Kyrtzidis2013-03-221-1/+1
* <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor2013-03-223-113/+55
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-223-0/+27
* Remove unused variable.Benjamin Kramer2013-03-211-3/+0
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-202-18/+85
* Only introduce the SDKSettings.plist dependency in modules/PCH files that don...Douglas Gregor2013-03-201-1/+1
* Make sure that Module::ConfigMacrosExhaustive gets initialized and deserializ...Douglas Gregor2013-03-201-3/+6
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-202-0/+27
* Minor optimization to r177367 to treat a module with missing dependencies as ...Douglas Gregor2013-03-191-1/+1
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-194-185/+265
* [PCH] Fix assertion hit related to enum decls inside templated funtions.Argyrios Kyrtzidis2013-03-181-0/+1
* [modules] Don't record the macros from the predefines buffer.Argyrios Kyrtzidis2013-03-151-1/+24
* <rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend...Douglas Gregor2013-03-151-15/+46
* [modules] Don't write the UnusedFileScopedDecls vector to the module file.Argyrios Kyrtzidis2013-03-141-2/+3
* [modules] Check for delegating constructor cycles when building a module and ...Argyrios Kyrtzidis2013-03-141-3/+6
* [Modules] Don't eagerly load and associate all the module header files.Argyrios Kyrtzidis2013-03-132-20/+47
* [Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis2013-03-132-5/+5
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-2/+1
* [PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis2013-03-081-1/+1
* [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis2013-03-081-2/+2
* [PCH] When pre-validating the headers from the PCH, only validate non-system ...Argyrios Kyrtzidis2013-03-062-4/+26
* [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.Argyrios Kyrtzidis2013-03-063-40/+66
* [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...Argyrios Kyrtzidis2013-03-062-12/+5
* [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra...Argyrios Kyrtzidis2013-03-062-8/+3
* [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa...Argyrios Kyrtzidis2013-03-041-5/+4
* [PCH] Remove building a SmallPtrSet that is not actually used for anything.Argyrios Kyrtzidis2013-03-011-2/+0
* [PCH] Enhance InputFile to also include whether the file is out-of-date.Argyrios Kyrtzidis2013-03-011-20/+24
* [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenI...Argyrios Kyrtzidis2013-02-271-1/+1
* objective-C arg: provide fixit support whenFariborz Jahanian2013-02-222-0/+3
* [preprocessing record] Have the MacroDefinitions map point to the MacroDefini...Argyrios Kyrtzidis2013-02-221-2/+6
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-223-0/+15
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-222-0/+27
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-202-10/+10
* [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis2013-02-202-52/+56
* [modules] Refactor code from ASTReader::makeModuleVisible() into a new function,Argyrios Kyrtzidis2013-02-191-53/+7
OpenPOWER on IntegriCloud