summaryrefslogtreecommitdiffstats
path: root/lib/Sema/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-0/+1
* Refactor Clang sema attribute handling.Michael Han2012-03-071-1/+4
* CMake: Fix build to add clangEdit to USED_LIBS.NAKAMURA Takumi2012-03-061-1/+7
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-1/+0
* Factor C++11 lambda expressions implementation into a separateDouglas Gregor2012-02-081-0/+1
* Instantiate dependent attributes when instantiating templates.DeLesley Hutchins2012-01-201-1/+2
* Update the CMake build for r146959's new files.Chandler Carruth2011-12-201-0/+1
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-0/+1
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-1/+0
* Pull the pseudo-object stuff into its own file.John McCall2011-10-251-0/+1
* Rename SemaCXXCast.cpp to SemaCast.cpp.John McCall2011-10-111-1/+1
* Update CMake build.Benjamin Kramer2011-09-241-0/+1
* Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...Anna Zaks2011-07-281-0/+1
* Move all of Sema's member-access-related checking out of SemaExpr.cppDouglas Gregor2011-06-231-0/+1
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-011-0/+1
* Teach DelayedDiagnostic to copy its string, rather than hope that theDouglas Gregor2011-03-231-0/+1
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Move the work-in-progress implementation of variadic templates to its own fil...Douglas Gregor2010-12-151-0/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-12/+4
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-4/+12
* Clean up some of the CMake dependenciesDouglas Gregor2010-09-081-0/+2
* One who seeks knowledge learns something new every day.John McCall2010-08-261-1/+0
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-1/+3
* Update CMake build system for ARM NEON generation.Douglas Gregor2010-06-171-2/+2
* Update CMake build for new attribute changes.Sean Hunt2010-06-171-1/+2
* Convert DeclNodes to use TableGen.Sean Hunt2010-05-301-1/+1
* Unbreak CMake build.Douglas Gregor2010-05-051-1/+1
* Refactor CFG-based warnings in Sema to be run by a worked object called Analy...Ted Kremenek2010-03-201-0/+1
* Update CMake build.Ted Kremenek2010-03-121-0/+1
* Try to make cmake happyAnton Korobeynikov2010-01-101-0/+1
* Test exception spec compatibility on return type and parameters.Sebastian Redl2009-10-111-0/+1
* Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor2009-10-061-1/+0
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-0/+2
* Refactor the instantiation of statements into a generic treeDouglas Gregor2009-08-201-1/+0
* Refactor the template-instantiation logic for expressions into aDouglas Gregor2009-08-111-1/+0
* Rename file in preparation of properly implementing C-style casts in C++.Sebastian Redl2009-07-181-1/+1
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-2/+2
* When performing template argument deduction, ensure that multipleDouglas Gregor2009-06-041-0/+1
* Move statement instantiation into its own file. No functionality changeDouglas Gregor2009-05-151-0/+1
* move jump scope checking and related code out into its own file, SemaDecl.cpp isChris Lattner2009-04-191-0/+1
* Update CMakeDouglas Gregor2009-03-271-0/+1
* Move template instantiation for expressions into a separate fileDouglas Gregor2009-03-251-0/+1
* Refactor instantiation of declarations within a template into a muchDouglas Gregor2009-03-171-0/+1
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-161-0/+2
* Implement the basic approach for instantiating types, with a lot of FIXME'dDouglas Gregor2009-02-271-0/+1
* move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp f...Chris Lattner2009-02-171-1/+2
* Refactor name lookup.Douglas Gregor2009-01-141-0/+1
* Representation of template type parameters and non-type templateDouglas Gregor2008-12-051-0/+1
* Fix cmake build, patch from Jjgod Jiang.Daniel Dunbar2008-11-111-0/+2
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+20