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
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-08-26
clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...
Benjamin Kramer
2010-08-26
Update clang-interpreter for recent DiagnosticClient ownership changes.
Benjamin Kramer
2010-08-25
Add back clang-wpa. It is useful for experimenting with inter-file analysis.
Zhongxing Xu
2010-08-24
Add Serialization dependency to clang-interpreter
Peter Collingbourne
2010-08-11
Remove wpa 'example', it isn't being maintained.
Daniel Dunbar
2010-08-02
Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
Daniel Dunbar
2010-07-26
Make a variable static.
Dan Gohman
2010-07-26
Use an export file. Plugins must export llvm::Registry symbols.
Dan Gohman
2010-07-24
Fix clang-interpreter build
Peter Collingbourne
2010-07-22
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-19
Reapply r108617.
Zhongxing Xu
2010-07-17
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-10
PrintFunctionNames is a plugin, it should pull in symbols from the clang binary
Nick Lewycky
2010-07-09
Fix CMake build
Peter Collingbourne
2010-07-06
Add skeleton code to make wpa call the analysis engine.
Zhongxing Xu
2010-07-06
Collect function definitions in the Indexer when indexing through the ASTs.
Zhongxing Xu
2010-07-02
Create a ASTUnitTU class to interface ASTUnit to the Indexer.
Zhongxing Xu
2010-07-02
add -analyze-function option.
Zhongxing Xu
2010-07-02
add -view-call-graph option to wpa.
Zhongxing Xu
2010-07-02
Change CallGraph::Prog to be a reference. idx::Program means to be a global o...
Zhongxing Xu
2010-06-16
Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...
Daniel Dunbar
2010-06-15
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-08
Makefiles: Remove unnecessary early include of Makefile.config.
Daniel Dunbar
2010-06-08
Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...
Daniel Dunbar
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-06-08
Teach the PrintFunctionNames example to be a proper module, so that
Douglas Gregor
2010-06-08
Update LINK_COMPONENTS for examples.
Daniel Dunbar
2010-04-20
Tip of the day: save before commit.
Benjamin Kramer
2010-04-20
Fix -Wcast-qual warnings.
Benjamin Kramer
2010-04-06
clang-wpa fixes for Diagnostic
Douglas Gregor
2010-04-06
Unbreak build
Douglas Gregor
2010-04-05
Grrrr
Douglas Gregor
2010-04-05
Try to de-bork build of WPA
Douglas Gregor
2010-04-01
Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable
Daniel Dunbar
2010-02-27
Wire up Daniel's new spiffy C interpreter into the CMake build system
Kovarththanan Rajaratnam
2010-02-27
Add comment
Kovarththanan Rajaratnam
2010-02-27
Add header + comments
Kovarththanan Rajaratnam
2010-02-25
Add a minimal C interpreter example.
Daniel Dunbar
2010-01-24
-fno-rtti is now the default.
Chris Lattner
2010-01-05
Fix -plugin command line argument syntax for clang -cc1 change.
Daniel Dunbar
2009-12-20
Fix CMake build on windows, from Cedric Venet
Douglas Gregor
2009-12-11
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
Daniel Dunbar
2009-12-06
Document that CompilerInvocation::createDiagnostics keeps a reference to the ...
Daniel Dunbar
2009-12-03
Fix layering violation by moving Analysis/CallGraph to Index
Daniel Dunbar
2009-12-03
Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...
Daniel Dunbar
2009-12-03
Update example link lines.
Daniel Dunbar
2009-12-01
Add a very minimal README.txt for examples/PrintFunctionNames.
Daniel Dunbar
2009-11-17
Add missed CMake file for adding clang examples to CMake build.
Daniel Dunbar
[prev]
[next]