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-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
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
[next]