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