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
/
Sema
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2010-03-20
Refactor CFG-based warnings in Sema to be run by a worked object called Analy...
Ted Kremenek
2010-03-12
Update CMake build.
Ted Kremenek
2010-01-10
Try to make cmake happy
Anton Korobeynikov
2009-10-11
Test exception spec compatibility on return type and parameters.
Sebastian Redl
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-09-17
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor
2009-08-20
Refactor the instantiation of statements into a generic tree
Douglas Gregor
2009-08-11
Refactor the template-instantiation logic for expressions into a
Douglas Gregor
2009-07-18
Rename file in preparation of properly implementing C-style casts in C++.
Sebastian Redl
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-06-04
When performing template argument deduction, ensure that multiple
Douglas Gregor
2009-05-15
Move statement instantiation into its own file. No functionality change
Douglas Gregor
2009-04-19
move jump scope checking and related code out into its own file, SemaDecl.cpp is
Chris Lattner
2009-03-27
Update CMake
Douglas Gregor
2009-03-25
Move template instantiation for expressions into a separate file
Douglas Gregor
2009-03-17
Refactor instantiation of declarations within a template into a much
Douglas Gregor
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-02-27
Implement the basic approach for instantiating types, with a lot of FIXME'd
Douglas Gregor
2009-02-17
move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp f...
Chris Lattner
2009-01-14
Refactor name lookup.
Douglas Gregor
2008-12-05
Representation of template type parameters and non-type template
Douglas Gregor
2008-11-11
Fix cmake build, patch from Jjgod Jiang.
Daniel Dunbar
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes