aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/CMakeLists.txt
AgeCommit message (Expand)Author
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
2010-08-20Another step in the process of making the parser depend on Sema:John McCall
2010-06-17Update CMake build system for ARM NEON generation.Douglas Gregor
2010-06-17Update CMake build for new attribute changes.Sean Hunt
2010-05-30Convert DeclNodes to use TableGen.Sean Hunt
2010-05-05Unbreak CMake build.Douglas Gregor
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