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
/
AST
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2009-11-10
Move all of the type-printing logic to its own C++ source file
Douglas Gregor
2009-10-29
Extract TemplateArgument into a new header just for common template
John McCall
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-08-19
Update CMakeLists.
Benjamin Kramer
2009-07-28
Add a Profile function for statements so that we can (eventually) determine
Douglas Gregor
2009-07-19
Update CMake
Daniel Dunbar
2009-07-16
Move the source-level CFG from libAST to libAnalysis.
Ted Kremenek
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-07-06
Update CMake files.
Argyrios Kyrtzidis
2009-07-06
Rename 'ASTNode' -> 'ASTLocation'.
Argyrios Kyrtzidis
2009-07-05
Introduce the DeclReferenceMap class inside the AST library.
Argyrios Kyrtzidis
2009-07-05
Introduce ASTNode class into the AST library.
Argyrios Kyrtzidis
2009-06-14
move the various builtins stuff from libast to libbasic. This
Chris Lattner
2009-05-30
Refactor and clean up the AST printer, so that it uses a DeclVisitor,
Douglas Gregor
2009-05-21
Fix CMake build for AST XML dumper
Douglas Gregor
2009-05-21
AST XML dump, from Olaf Krzikalla!
Douglas Gregor
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-01
Update CMake file. Patch by Brian Diekelman!
Ted Kremenek
2009-03-28
CMake: remove TranslationUnit.cpp from build (file has been removed).
Cedric Venet
2009-03-19
Introduce a representation for types that we referred to via a
Douglas Gregor
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-02-04
Basic representation of C++ class templates, from Andrew Sutton.
Douglas Gregor
2008-11-19
CMake: Added some source files.
Oscar Fuentes
2008-11-17
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes