Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
clang
/
lib
/
Frontend
/
MultiplexConsumer.cpp
df88f6f
Replace MarkVarRequired with a more generic
by Rafael Espindola
· 14 years ago
189fa74
Fix a small difference in sema and codegen views of what needs to be output.
by Rafael Espindola
· 14 years ago
e5dc5b3
[libclang] Indexing API: Fully index implict template instantiations.
by Argyrios Kyrtzidis
· 14 years ago
9e0cd46
Add ArrayRef goodness in MultiplexASTMutationListener.
by Argyrios Kyrtzidis
· 14 years ago
9262278
Update MultiplexASTMutationListener with the missing methods from ASTMutationListener.
by Argyrios Kyrtzidis
· 14 years ago
275a671
ArrayRef goodness in MultiplexConsumer, no functionality change.
by Argyrios Kyrtzidis
· 14 years ago
b11f5a4
[libclang] Indexing API: If the client requested to get a CXTranslationUnit after
by Argyrios Kyrtzidis
· 14 years ago
841dd88
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
by Argyrios Kyrtzidis
· 14 years ago
03c40c5
[PCH] Overhaul how preprocessed entities are [de]serialized.
by Argyrios Kyrtzidis
· 14 years ago
2ac2c72
Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost.
by Sebastian Redl
· 14 years ago
ab238a7
Synthesizing the definition of an implicit member is an AST modification, so notify any mutation listeners of it. This fixes a crasher in chained PCH, where an implicit destructor in a PCH gets a definition in a chained PCH, which is then lost. However, any further use of the destructor would cause its definition to be regenerated in the final file, hiding the bug.
by Sebastian Redl
· 14 years ago
9ab988f
Chained PCH: Remember when additional specializations are added to a function template from a previous PCH. Fixes the only crasher when using massive chains on Clang's Sema component. We still have some incomplete codegen there.
by Sebastian Redl
· 14 years ago
2992efa
Add -add-plugin flag, which runs plugins in addition to codegen.
by Nico Weber
· 15 years ago