index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-12-03
Initial version of formatting library.
Daniel Jasper
2012-07-06
Adds the AST Matcher library, which provides a in-C++ DSL to express
Manuel Klimek
2012-06-20
Fix a big layering violation introduced by r158771.
Chandler Carruth
2012-06-20
Structured comment parsing, first step.
Dmitri Gribenko
2012-04-13
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2012-04-04
Adds a tooling library.
Manuel Klimek
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall
2011-06-02
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-04-21
Adds a function to run FrontendActions over in-memory code. This is
Manuel Klimek
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
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
Add GR/Checkers subdir for CMake build.
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-08-24
Move ExecuteCompilerInvocation to a new library FrontendTool
Peter Collingbourne
2010-08-17
Reintroduce the serialization library, with fixed dependencies.
Sebastian Redl
2010-08-17
Revert Sebastian's build-breaking patch.
Douglas Gregor
2010-08-17
Create a new Serialization module that contains all the PCH code, and will co...
Sebastian Redl
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2009-07-05
Introduce the 'Index' library.
Argyrios Kyrtzidis
2009-03-24
Really fix cmake style builds.
Mike Stump
2009-03-02
Fix cmake builds.
Mike Stump
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes