summaryrefslogtreecommitdiffstats
path: root/lib/Sema/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Split out modules-specific declaration handling from SemaDecl.cpp into aRichard Smith2019-04-181-0/+1
* Fix llvm-clang-x86_64-expensive-checks-win build by setting bigobj flag.Simon Pilgrim2018-10-051-0/+1
* Compile SemaTemplate.cpp with /bigobj on MSVCErik Pilkington2018-07-281-0/+1
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-1/+1
* Enabling the /bigobj flag for SemaDeclAttr.cpp.Aaron Ballman2017-05-121-0/+1
* It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consis...Aaron Ballman2016-06-011-0/+4
* [coroutines] Initial stub Sema functionality for handling coroutine await / y...Richard Smith2015-10-221-0/+1
* Split off CUDA-specific Sema parts to a new fileEli Bendersky2014-09-031-0/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-19/+0
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-091-1/+0
* [CMake] clangSema doesn't depend on LLVM CodeGen any more.NAKAMURA Takumi2013-12-091-4/+1
* Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman2013-09-091-0/+1
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-0/+1
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-071-1/+0
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-071-0/+1
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-241-0/+1
* From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann2012-10-181-0/+1
* Pull ScopeInfo implementation into its own file.Jordan Rose2012-09-281-0/+1
* [ms-inline asm] Extract AsmStmt handling into a separate file, so as to notChad Rosier2012-08-171-0/+1
* CMake: Add the new dependency from libSema to LLVM's libs.Benjamin Kramer2012-08-091-0/+7
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+3
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-5/+5
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+1
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-13/+18
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+0
* Fix cmake build.Rafael Espindola2012-06-201-0/+1
* 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