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
...
*
[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
*
Add irreader to the component list, because ParseIR is called.
Bill Wendling
2013-10-19
1
-2
/
+2
*
Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.
Hans Wennborg
2013-09-12
1
-2
/
+2
*
Remove unused header.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Use llvm::sys::fs::getMainExecutable.
Rafael Espindola
2013-06-26
1
-4
/
+5
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-1
/
+1
*
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-03-26
1
-0
/
+1
*
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-20
1
-1
/
+1
*
Use getProcessTriple in clang-interpreter.
Peter Collingbourne
2013-01-16
1
-2
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-1
/
+1
*
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
3
-10
/
+9
*
Fix examples.
Rafael Espindola
2012-11-27
1
-1
/
+1
*
analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.
NAKAMURA Takumi
2012-11-02
1
-1
/
+1
*
Update clang-interpreter example
Douglas Gregor
2012-10-23
1
-3
/
+4
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
2
-2
/
+3
*
libclang, examples: [CMake] Add dependencies to tblgen'd headers.
NAKAMURA Takumi
2012-07-27
2
-0
/
+18
*
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
3
-37
/
+40
*
Honour CLANG_BUILD_EXAMPLES correctly, by setting the directory's
Peter Collingbourne
2012-05-03
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
*
Remove clangIndex reference from clang-interpreter CMake build
Douglas Gregor
2012-04-13
1
-1
/
+0
*
clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.
NAKAMURA Takumi
2012-03-21
1
-1
/
+2
*
Remove clang-wpa example, which has been unmaintained for quite a while.
Douglas Gregor
2012-03-14
3
-233
/
+0
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-4
/
+4
*
[analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename
Anna Zaks
2012-03-02
1
-3
/
+3
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
2
-2
/
+2
*
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-13
1
-1
/
+1
*
drop more llvm:: prefixes on OwningPtr<>
Dylan Noblesmith
2012-02-13
3
-8
/
+8
*
examples/analyzer-plugin: hook up to build
Dylan Noblesmith
2012-02-13
4
-3
/
+4
*
examples/analyzer-plugin/: unbreak build
Dylan Noblesmith
2012-02-09
1
-2
/
+3
*
Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are built
Peter Collingbourne
2012-01-26
1
-0
/
+4
*
remove unneeded config.h includes
Dylan Noblesmith
2011-12-22
1
-2
/
+0
[prev]
[next]