Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Justin Lebar
|
ed407c49cb
[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.
|
8 years ago |
NAKAMURA Takumi
|
7eba45f7ef
Revert r260265, "clang-cl: Support loading plugins on Windows"
|
9 years ago |
Ehsan Akhgari
|
ae1cd1e7c3
clang-cl: Support loading plugins on Windows
|
9 years ago |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 years ago |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 years ago |
Nico Weber
|
acb8cdf0f8
Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.
|
10 years ago |
Alexander Kornienko
|
dfa4cf3126
Use 'override/final' instead of 'virtual' for overridden methods
|
10 years ago |
Alexander Kornienko
|
8785e3e9a0
Replace size() calls on containers with empty() calls where appropriate. NFC
|
10 years ago |
David Blaikie
|
b53da86048
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
|
11 years ago |
David Blaikie
|
80bfbba822
Revert "unique_ptr-ify ownership of ASTConsumers"
|
11 years ago |
David Blaikie
|
4d15e347a0
unique_ptr-ify ownership of ASTConsumers
|
11 years ago |
Alp Toker
|
f83451512e
Fix getCustomDiagID() usage in example code
|
11 years ago |
Chandler Carruth
|
e0c6e93ddd
Sort the #include lines for examples/...
|
12 years ago |
Manuel Klimek
|
981d1ec3fd
Reverted unintentional commit.
|
13 years ago |
Manuel Klimek
|
d9ed0fd0d1
Adds a small tutorial on how to write RAV based ASTFrontendActions.
|
13 years ago |
Douglas Gregor
|
1a026803b7
Update signature of HandleTopLevelDecl.
|
13 years ago |
Eli Friedman
|
d3c1661593
Fix examples for r140478. PR11021.
|
14 years ago |
Daniel Dunbar
|
f56a488a6b
Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
|
15 years ago |
Dan Gohman
|
1890eb81a6
Make a variable static.
|
15 years ago |
Daniel Dunbar
|
3177aae51a
Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Straszheim!
|
15 years ago |
Daniel Dunbar
|
dd63b28107
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
|
15 years ago |
Daniel Dunbar
|
9a69387f5c
Add a trivial example plugin, which prints the names of the top-level decls.
|
16 years ago |