summaryrefslogtreecommitdiff
path: root/lib/Sema/CMakeLists.txt
Commit message (Expand)AuthorAge
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-09
* [CMake] clangSema doesn't depend on LLVM CodeGen any more.NAKAMURA Takumi2013-12-09
* Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman2013-09-09
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-07
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-07
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-07
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-22
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-24
* From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann2012-10-18
* Pull ScopeInfo implementation into its own file.Jordan Rose2012-09-28
* [ms-inline asm] Extract AsmStmt handling into a separate file, so as to notChad Rosier2012-08-17
* CMake: Add the new dependency from libSema to LLVM's libs.Benjamin Kramer2012-08-09
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-27
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-27
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-06
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-20
* Fix cmake build.Rafael Espindola2012-06-20
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-14
* Refactor Clang sema attribute handling.Michael Han2012-03-07
* CMake: Fix build to add clangEdit to USED_LIBS.NAKAMURA Takumi2012-03-06
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-11
* Factor C++11 lambda expressions implementation into a separateDouglas Gregor2012-02-08
* Instantiate dependent attributes when instantiating templates.DeLesley Hutchins2012-01-20
* Update the CMake build for r146959's new files.Chandler Carruth2011-12-20
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-25
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-25
* Pull the pseudo-object stuff into its own file.John McCall2011-10-25
* Rename SemaCXXCast.cpp to SemaCast.cpp.John McCall2011-10-11
* Update CMake build.Benjamin Kramer2011-09-24
* Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...Anna Zaks2011-07-28
* Move all of Sema's member-access-related checking out of SemaExpr.cppDouglas Gregor2011-06-23
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-01
* Teach DelayedDiagnostic to copy its string, rather than hope that theDouglas Gregor2011-03-23
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-10
* Move the work-in-progress implementation of variadic templates to its own fil...Douglas Gregor2010-12-15
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-13
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-10
* Clean up some of the CMake dependenciesDouglas Gregor2010-09-08
* One who seeks knowledge learns something new every day.John McCall2010-08-26
* Another step in the process of making the parser depend on Sema:John McCall2010-08-20
* Update CMake build system for ARM NEON generation.Douglas Gregor2010-06-17
* Update CMake build for new attribute changes.Sean Hunt2010-06-17
* Convert DeclNodes to use TableGen.Sean Hunt2010-05-30
* Unbreak CMake build.Douglas Gregor2010-05-05
* Refactor CFG-based warnings in Sema to be run by a worked object called Analy...Ted Kremenek2010-03-20
* Update CMake build.Ted Kremenek2010-03-12