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
2011-04-30
Add a Makefile to examples/Tooling for people who do not use cmake.
Nico Weber
2011-04-30
Fix Makefile build of examples/clang-interpreter.
Nico Weber
2011-04-27
This is the next step in building the standalone tools infrastructure:
Manuel Klimek
2011-03-29
Fixed build error.
John Thompson
2011-02-23
[analyzer] Add LangOptions in CheckerManager.
Argyrios Kyrtzidis
2011-02-19
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-18
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-15
Fix the clang-wpa example.
Argyrios Kyrtzidis
2011-02-14
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-09
Update clang-wpa to pass extra argument to AnalysisManager constructor.
Ted Kremenek
2011-01-26
make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...
Nico Weber
2011-01-19
Fix name to match reality.
Nick Lewycky
2011-01-18
Get clang-wpa to build in TOT (reflecting updates
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted Kremenek
2010-12-22
[analyzer] Refactoring: Drop the 'GR' prefix.
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-24
Unbreak clang-interpreter. (Should there be some automated testing for this?)
Eli Friedman
2010-11-17
Add a comment explaining why r117813 was needed.
Dan Gohman
2010-10-30
Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...
Benjamin Kramer
2010-10-29
These functions don't need external linkage.
Dan Gohman
2010-09-14
Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...
Tom Care
2010-09-14
PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.
Michael J. Spencer
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
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
[prev]
[next]