summaryrefslogtreecommitdiff
path: root/clang/lib/Sema/CMakeLists.txt
AgeCommit message (Expand)Author
2018-10-05Fix llvm-clang-x86_64-expensive-checks-win build by setting bigobj flag.linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-next-defconfig_nolselinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-nextSimon Pilgrim
2018-07-28Compile SemaTemplate.cpp with /bigobj on MSVCErik Pilkington
2018-07-13[NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane
2017-05-12Enabling the /bigobj flag for SemaDeclAttr.cpp.Aaron Ballman
2016-06-01It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consis...Aaron Ballman
2015-10-22[coroutines] Initial stub Sema functionality for handling coroutine await / y...Richard Smith
2014-09-03Split off CUDA-specific Sema parts to a new fileEli Bendersky
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2014-01-09Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman
2013-12-09[CMake] clangSema doesn't depend on LLVM CodeGen any more.NAKAMURA Takumi
2013-09-09Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman
2013-06-07Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman
2013-06-07Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek
2013-06-07Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2012-10-18From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann
2012-09-28Pull ScopeInfo implementation into its own file.Jordan Rose
2012-08-17[ms-inline asm] Extract AsmStmt handling into a separate file, so as to notChad Rosier
2012-08-09CMake: Add the new dependency from libSema to LLVM's libs.Benjamin Kramer
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Fix cmake build.Rafael Espindola
2012-04-14Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith
2012-03-07Refactor Clang sema attribute handling.Michael Han
2012-03-06CMake: Fix build to add clangEdit to USED_LIBS.NAKAMURA Takumi
2012-02-11Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl
2012-02-08Factor C++11 lambda expressions implementation into a separateDouglas Gregor
2012-01-20Instantiate dependent attributes when instantiating templates.DeLesley Hutchins
2011-12-20Update the CMake build for r146959's new files.Chandler Carruth
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Pull the pseudo-object stuff into its own file.John McCall
2011-10-11Rename SemaCXXCast.cpp to SemaCast.cpp.John McCall
2011-09-24Update CMake build.Benjamin Kramer
2011-07-28Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...Anna Zaks
2011-06-23Move all of Sema's member-access-related checking out of SemaExpr.cppDouglas Gregor
2011-05-01Store a parameter index and function prototype depth in everyJohn McCall
2011-03-23Teach DelayedDiagnostic to copy its string, rather than hope that theDouglas Gregor
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2010-12-15Move the work-in-progress implementation of variadic templates to its own fil...Douglas Gregor
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-08Clean up some of the CMake dependenciesDouglas Gregor
2010-08-26One who seeks knowledge learns something new every day.John McCall