llvm-project/clang/lib/Serialization
Rafael Espindola adea16bd9e Don't compute a patched/semantic storage class.
For variables and functions clang used to store two storage classes. The one
"as written" in the code and a patched one, which, for example, propagates
static to the following decls.

This apparently is from the days clang lacked linkage computation. It is now
redundant and this patch removes it.

llvm-svn: 178663
2013-04-03 15:50:00 +00:00
..
ASTCommon.cpp OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
ASTCommon.h Make getDefinitiveDeclContext() actually return a DeclContext, as one 2013-01-22 17:08:30 +00:00
ASTReader.cpp <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
ASTReaderDecl.cpp Don't compute a patched/semantic storage class. 2013-04-03 15:50:00 +00:00
ASTReaderInternals.h [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file. 2013-03-06 18:12:47 +00:00
ASTReaderStmt.cpp Objective-C: Provide fixit hints when warning 2013-04-02 18:57:54 +00:00
ASTWriter.cpp [modules] If a submodule has re-definitions of the same macro, only the last definition will be used as the "exported" one. 2013-04-03 05:11:33 +00:00
ASTWriterDecl.cpp Don't compute a patched/semantic storage class. 2013-04-03 15:50:00 +00:00
ASTWriterStmt.cpp Objective-C: Provide fixit hints when warning 2013-04-02 18:57:54 +00:00
CMakeLists.txt Implement the writer side of the global module index. 2013-01-23 22:38:11 +00:00
GeneratePCH.cpp [Preprocessor] Remove PPMutationListener. 2013-03-27 01:25:24 +00:00
GlobalModuleIndex.cpp <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interaction to eliminate a pile of extraneous stats(). 2013-03-22 18:50:14 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. 2013-03-06 18:12:44 +00:00
ModuleManager.cpp <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00