Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
clang
/
examples
/
PrintFunctionNames
/
PrintFunctionNames.cpp
b89d85f
[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.
by Justin Lebar
· 9 years ago
d8cd060
Revert r260265, "clang-cl: Support loading plugins on Windows"
by NAKAMURA Takumi
· 10 years ago
75b3a4b
clang-cl: Support loading plugins on Windows
by Ehsan Akhgari
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
28e0f24
Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.
by Nico Weber
· 10 years ago
34eb207
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
6ee521c
Replace size() calls on containers with empty() calls where appropriate. NFC
by Alexander Kornienko
· 11 years ago
6beb6aa
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
by David Blaikie
· 11 years ago
62a56f3
Revert "unique_ptr-ify ownership of ASTConsumers"
by David Blaikie
· 11 years ago
a51666a
unique_ptr-ify ownership of ASTConsumers
by David Blaikie
· 11 years ago
9477f9e5
Fix getCustomDiagID() usage in example code
by Alp Toker
· 12 years ago
8675b4a
Sort the #include lines for examples/...
by Chandler Carruth
· 13 years ago
34e0f6c
Reverted unintentional commit.
by Manuel Klimek
· 13 years ago
c01d3fb
Adds a small tutorial on how to write RAV based ASTFrontendActions.
by Manuel Klimek
· 13 years ago
9f39a76
Update signature of HandleTopLevelDecl.
by Douglas Gregor
· 14 years ago
f42db7c
Fix examples for r140478. PR11021.
by Eli Friedman
· 14 years ago
2be9674
Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
by Daniel Dunbar
· 15 years ago
a8b9498
Make a variable static.
by Dan Gohman
· 15 years ago
7c995e8
Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Straszheim!
by Daniel Dunbar
· 15 years ago
520d1e6
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
by Daniel Dunbar
· 16 years ago
6499e9c
Add a trivial example plugin, which prints the names of the top-level decls.
by Daniel Dunbar
· 16 years ago