index
:
~jwrdegoede/clang
master
Hans' clang repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
PrintFunctionNames
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-09
[CMake] Cleaning up CMake feature gating on 2.8.12
Chris Bieneman
1
-1
/
+1
2016-02-11
Revert r260265, "clang-cl: Support loading plugins on Windows"
NAKAMURA Takumi
1
-1
/
+0
2016-02-09
clang-cl: Support loading plugins on Windows
Ehsan Akhgari
1
-0
/
+1
2016-01-26
Remove autoconf support
Chris Bieneman
1
-28
/
+0
2015-06-22
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
1
-1
/
+1
2015-06-22
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-1
/
+1
2015-05-17
Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.
Nico Weber
1
-2
/
+53
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
1
-3
/
+3
2015-01-23
Replace size() calls on containers with empty() calls where appropriate. NFC
Alexander Kornienko
1
-1
/
+1
2014-08-10
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
1
-2
/
+3
2014-07-17
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
1
-3
/
+2
2014-07-17
unique_ptr-ify ownership of ASTConsumers
David Blaikie
1
-2
/
+3
2014-07-13
[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...
NAKAMURA Takumi
1
-0
/
+9
2014-07-13
PrintFunctionNames/CMakeLists.txt: Fix a comment.
NAKAMURA Takumi
1
-1
/
+1
2014-07-11
Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.
NAKAMURA Takumi
1
-1
/
+0
2014-02-21
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
1
-10
/
+0
2014-02-13
[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.
Jordan Rose
1
-0
/
+1
2014-02-12
[examples] Use loadable modules instead of shared libraries for Clang plugins.
Jordan Rose
2
-17
/
+2
2014-01-23
[CMake] Parameterize MODULE and SHARED in add_clang_library().
NAKAMURA Takumi
1
-3
/
+1
2013-12-30
Don't use PrintFunctionNames.exports on Windows.
Nico Weber
1
-3
/
+6
2013-12-29
Fix typo in comment.
Nico Weber
1
-1
/
+1
2013-12-29
[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.
Nico Weber
1
-0
/
+8
2013-12-21
Fix getCustomDiagID() usage in example code
Alp Toker
1
-3
/
+3
2013-12-10
[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...
NAKAMURA Takumi
1
-2
/
+5
2012-12-20
Revert r170801, which breaks the mingw build.
Douglas Gregor
1
-0
/
+1
2012-12-20
Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!
Douglas Gregor
1
-1
/
+0
2012-12-04
Sort the #include lines for examples/...
Chandler Carruth
1
-1
/
+1
2012-07-27
libclang, examples: [CMake] Add dependencies to tblgen'd headers.
NAKAMURA Takumi
1
-0
/
+9
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
1
-5
/
+5
2012-04-26
Reverted unintentional commit.
Manuel Klimek
1
-2
/
+1
2012-04-26
Adds a small tutorial on how to write RAV based ASTFrontendActions.
Manuel Klimek
1
-1
/
+2
2011-12-18
examples: flesh out PFN readme
Dylan Noblesmith
1
-0
/
+4
2011-11-19
Update signature of HandleTopLevelDecl.
Douglas Gregor
1
-1
/
+3
2011-09-27
Fix examples for r140478. PR11021.
Eli Friedman
1
-2
/
+2
2011-02-19
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
1
-24
/
+1
2011-02-19
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
1
-1
/
+24
2011-02-18
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
1
-24
/
+1
2011-02-14
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis
1
-0
/
+1
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
1
-2
/
+0
2011-01-26
make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...
Nico Weber
2
-5
/
+11
2011-01-19
Fix name to match reality.
Nick Lewycky
1
-1
/
+1
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek
1
-2
/
+2
2010-12-23
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted Kremenek
1
-2
/
+2
2010-12-22
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...
Argyrios Kyrtzidis
1
-0
/
+1
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
1
-1
/
+1
2010-09-14
PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.
Michael J. Spencer
1
-0
/
+28
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
1
-10
/
+1
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
1
-1
/
+10
2010-08-02
Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
Daniel Dunbar
1
-4
/
+16
2010-07-26
Make a variable static.
Dan Gohman
1
-1
/
+1
[next]