index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
PrintFunctionNames
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
cmake: Add CLANG_LINK_CLANG_DYLIB option
Tom Stellard
2019-07-03
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
cmake: Remove uses of add_llvm_loadable_module macro
Tom Stellard
2018-12-20
1
-1
/
+1
*
Test commit
Kristof Umann
2018-05-23
1
-2
/
+2
*
This is a test commit.
David Carlier
2018-05-23
1
-1
/
+1
*
[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.
Justin Lebar
2016-10-10
1
-2
/
+3
*
Reapply r276973 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-08-05
1
-1
/
+1
*
Revert r276973 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-28
1
-1
/
+1
*
Reapply r276856 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-07-28
1
-1
/
+1
*
Revert r276856 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-27
1
-1
/
+1
*
Adjust Registry interface to not require plugins to export a registry
John Brawn
2016-07-27
1
-1
/
+1
*
[CMake] Cleaning up CMake feature gating on 2.8.12
Chris Bieneman
2016-06-09
1
-1
/
+1
*
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
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-28
/
+0
*
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
*
[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...
NAKAMURA Takumi
2014-07-13
1
-0
/
+9
*
PrintFunctionNames/CMakeLists.txt: Fix a comment.
NAKAMURA Takumi
2014-07-13
1
-1
/
+1
*
Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.
NAKAMURA Takumi
2014-07-11
1
-1
/
+0
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-10
/
+0
*
[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.
Jordan Rose
2014-02-13
1
-0
/
+1
*
[examples] Use loadable modules instead of shared libraries for Clang plugins.
Jordan Rose
2014-02-12
2
-17
/
+2
*
[CMake] Parameterize MODULE and SHARED in add_clang_library().
NAKAMURA Takumi
2014-01-23
1
-3
/
+1
*
Don't use PrintFunctionNames.exports on Windows.
Nico Weber
2013-12-30
1
-3
/
+6
*
Fix typo in comment.
Nico Weber
2013-12-29
1
-1
/
+1
*
[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.
Nico Weber
2013-12-29
1
-0
/
+8
*
Fix getCustomDiagID() usage in example code
Alp Toker
2013-12-21
1
-3
/
+3
*
[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...
NAKAMURA Takumi
2013-12-10
1
-2
/
+5
*
Revert r170801, which breaks the mingw build.
Douglas Gregor
2012-12-20
1
-0
/
+1
*
Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!
Douglas Gregor
2012-12-20
1
-1
/
+0
*
Sort the #include lines for examples/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
libclang, examples: [CMake] Add dependencies to tblgen'd headers.
NAKAMURA Takumi
2012-07-27
1
-0
/
+9
*
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
1
-5
/
+5
*
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
*
examples: flesh out PFN readme
Dylan Noblesmith
2011-12-18
1
-0
/
+4
*
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
*
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
1
-24
/
+1
*
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-19
1
-1
/
+24
*
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-18
1
-24
/
+1
*
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis
2011-02-14
1
-0
/
+1
[next]