index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
examples
/
PrintFunctionNames
/
PrintFunctionNames.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.
Justin Lebar
2016-10-10
1
-2
/
+3
*
Revert r260265, "clang-cl: Support loading plugins on Windows"
NAKAMURA Takumi
2016-02-11
1
-1
/
+0
*
clang-cl: Support loading plugins on Windows
Ehsan Akhgari
2016-02-09
1
-0
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.
Nico Weber
2015-05-17
1
-2
/
+53
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+3
*
Replace size() calls on containers with empty() calls where appropriate. NFC
Alexander Kornienko
2015-01-23
1
-1
/
+1
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-2
/
+3
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-3
/
+2
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-2
/
+3
*
Fix getCustomDiagID() usage in example code
Alp Toker
2013-12-21
1
-3
/
+3
*
Sort the #include lines for examples/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Reverted unintentional commit.
Manuel Klimek
2012-04-26
1
-2
/
+1
*
Adds a small tutorial on how to write RAV based ASTFrontendActions.
Manuel Klimek
2012-04-26
1
-1
/
+2
*
Update signature of HandleTopLevelDecl.
Douglas Gregor
2011-11-19
1
-1
/
+3
*
Fix examples for r140478. PR11021.
Eli Friedman
2011-09-27
1
-2
/
+2
*
Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
Daniel Dunbar
2010-08-02
1
-4
/
+16
*
Make a variable static.
Dan Gohman
2010-07-26
1
-1
/
+1
*
Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...
Daniel Dunbar
2010-06-16
1
-1
/
+14
*
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
Daniel Dunbar
2009-12-11
1
-2
/
+2
*
Add a trivial example plugin, which prints the names of the top-level decls.
Daniel Dunbar
2009-11-15
1
-0
/
+44