index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2013-03-26
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-01-20
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-16
Use getProcessTriple in clang-interpreter.
Peter Collingbourne
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-20
Revert r170801, which breaks the mingw build.
Douglas Gregor
2012-12-20
Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!
Douglas Gregor
2012-12-04
Sort the #include lines for examples/...
Chandler Carruth
2012-11-27
Fix examples.
Rafael Espindola
2012-11-02
analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.
NAKAMURA Takumi
2012-10-23
Update clang-interpreter example
Douglas Gregor
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-07-27
libclang, examples: [CMake] Add dependencies to tblgen'd headers.
NAKAMURA Takumi
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-05-03
Honour CLANG_BUILD_EXAMPLES correctly, by setting the directory's
Peter Collingbourne
2012-04-26
Reverted unintentional commit.
Manuel Klimek
2012-04-26
Adds a small tutorial on how to write RAV based ASTFrontendActions.
Manuel Klimek
2012-04-13
Remove clangIndex reference from clang-interpreter CMake build
Douglas Gregor
2012-03-21
clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.
NAKAMURA Takumi
2012-03-14
Remove clang-wpa example, which has been unmaintained for quite a while.
Douglas Gregor
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-02
[analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename
Anna Zaks
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-13
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-13
drop more llvm:: prefixes on OwningPtr<>
Dylan Noblesmith
2012-02-13
examples/analyzer-plugin: hook up to build
Dylan Noblesmith
2012-02-09
examples/analyzer-plugin/: unbreak build
Dylan Noblesmith
2012-01-26
Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are built
Peter Collingbourne
2011-12-22
remove unneeded config.h includes
Dylan Noblesmith
2011-12-18
examples: flesh out PFN readme
Dylan Noblesmith
2011-11-19
Update signature of HandleTopLevelDecl.
Douglas Gregor
2011-11-01
rename getHostTriple into getDefaultTargetTriple in clang
Sebastian Pop
2011-10-30
Add support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-10-06
Add missing include to clang-interpreter example, to make it work on Windows....
Eli Friedman
2011-10-04
Rip out flags for controlling C++ "production mode" separately.
Bob Wilson
2011-09-27
Fix examples for r140478. PR11021.
Eli Friedman
2011-08-24
Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.
Evan Cheng
2011-08-17
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
Don't use BuiltinBug in analyzer plugin example.
Jordy Rose
2011-08-17
[analyzer] Add basic support for pluggable checkers.
Jordy Rose
2011-06-02
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-06-01
Fixes Makefile based build for examples/Tooling.
Manuel Klimek
2011-06-01
Put Parse before Sema on the link line since parse depends on sema.
Nick Lewycky
2011-05-31
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-05-31
Fix linking of clang-wpa.
Zhongxing Xu
2011-05-23
Fix examples compile break due to rewrite of isa.
Manuel Klimek
2011-05-16
Pulls the common part of the clang-check example into Tooling, to allow new t...
Manuel Klimek
2011-05-14
Let clang-check actually use the Directory entry in the json file.
Nico Weber
2011-05-10
Fixes compilation with Visual Studio by replacing the non-standard vector::da...
Manuel Klimek
2011-04-30
Fix gcc 'warning: multi-line comment'.
Nico Weber
[next]