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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-90
/
+0
*
analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corre...
NAKAMURA Takumi
2015-09-16
1
-1
/
+1
*
Fixing a build bot break from r240400.
Aaron Ballman
2015-06-23
1
-2
/
+3
*
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
*
Driver: Update clang-interpreter example for r218938
Justin Bogner
2014-10-03
1
-2
/
+2
*
unique_ptrify JobList::Jobs
David Blaikie
2014-09-04
1
-4
/
+4
*
Fix configure and make build of clang-interpreter.
Iain Sandoe
2014-09-03
1
-2
/
+4
*
Reinstate "Update for llvm API change.""
Eric Christopher
2014-09-02
1
-1
/
+0
*
Go back to having a takeModule instead of a getModule.
Rafael Espindola
2014-08-19
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-08-19
1
-13
/
+15
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-2
/
+3
*
Temporarily Revert "Update for llvm API change."
Eric Christopher
2014-08-07
1
-0
/
+1
*
Update for llvm API change.
Rafael Espindola
2014-08-07
1
-1
/
+0
*
Use ELF in the clang-interpreter on windows.
Rafael Espindola
2014-07-24
1
-1
/
+8
*
Attempt at fixing the windows shared build.
Rafael Espindola
2014-07-24
1
-0
/
+1
*
Use MCJIT.
Rafael Espindola
2014-07-24
2
-2
/
+5
*
Remove the last use of llvm::ExecutionEngine::create.
Rafael Espindola
2014-07-24
1
-2
/
+9
*
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
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-1
/
+1
*
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
NAKAMURA Takumi
2014-07-15
1
-1
/
+0
*
[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...
NAKAMURA Takumi
2014-07-13
2
-0
/
+18
*
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
*
clang-interpreter: don't check input file existence, we're in-process
Alp Toker
2014-07-09
1
-0
/
+1
*
clang-interpreter: use LLVM interpreter if JIT is unavailable
Alp Toker
2014-07-01
3
-5
/
+6
*
clang-interpreter: interpret instead of JITing
Alp Toker
2014-07-01
3
-6
/
+6
*
Eliminate DefaultImageName from the Driver constructor
Alp Toker
2014-05-15
1
-1
/
+1
*
Fix build break, replace take() with release().
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Remove the remaining uses of OwningPtr.
Ahmed Charles
2014-03-09
2
-6
/
+6
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
2
-20
/
+0
*
[CMake] Fix installation without CLANG_BUILD_EXAMPLES
Jordan Rose
2014-02-20
1
-0
/
+1
*
[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.
Jordan Rose
2014-02-13
2
-3
/
+2
*
[examples] Use loadable modules instead of shared libraries for Clang plugins.
Jordan Rose
2014-02-12
3
-30
/
+3
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-1
/
+1
*
[CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC_ANALYZER.
NAKAMURA Takumi
2014-01-31
1
-0
/
+2
*
[CMake] Parameterize MODULE and SHARED in add_clang_library().
NAKAMURA Takumi
2014-01-23
2
-6
/
+2
*
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
3
-27
/
+17
*
Add ObjCARCOpts to LINK_COMPONENTS.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
[next]