Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
5256c1fd315104f7b1542bb231f16dbad8a8d64b
/
lib
/
Frontend
/
MultiplexConsumer.cpp
55fc873
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 12 years ago
0250393
Replace MarkVarRequired with a more generic
by Rafael Espindola
· 13 years ago
234fe65
Fix a small difference in sema and codegen views of what needs to be output.
by Rafael Espindola
· 13 years ago
6d96836
[libclang] Indexing API: Fully index implict template instantiations.
by Argyrios Kyrtzidis
· 13 years ago
409e245
Add ArrayRef goodness in MultiplexASTMutationListener.
by Argyrios Kyrtzidis
· 13 years ago
1da95db
Update MultiplexASTMutationListener with the missing methods from ASTMutationListener.
by Argyrios Kyrtzidis
· 13 years ago
9ec9ce1
ArrayRef goodness in MultiplexConsumer, no functionality change.
by Argyrios Kyrtzidis
· 13 years ago
6f3ce97
[libclang] Indexing API: If the client requested to get a CXTranslationUnit after
by Argyrios Kyrtzidis
· 13 years ago
88c2596
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
by Argyrios Kyrtzidis
· 13 years ago
e24692b
[PCH] Overhaul how preprocessed entities are [de]serialized.
by Argyrios Kyrtzidis
· 13 years ago
f79a719
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
58a2cd8
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
5bbcdbf
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
5aa74af
Add -add-plugin flag, which runs plugins in addition to codegen.
by Nico Weber
· 14 years ago