index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-01-24
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2012-10-18
From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.
Axel Naumann
2012-09-28
Pull ScopeInfo implementation into its own file.
Jordan Rose
2012-08-17
[ms-inline asm] Extract AsmStmt handling into a separate file, so as to not
Chad Rosier
2012-08-09
CMake: Add the new dependency from libSema to LLVM's libs.
Benjamin Kramer
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-20
Fix a big layering violation introduced by r158771.
Chandler Carruth
2012-06-20
Fix cmake build.
Rafael Espindola
2012-04-14
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-03-07
Refactor Clang sema attribute handling.
Michael Han
2012-03-06
CMake: Fix build to add clangEdit to USED_LIBS.
NAKAMURA Takumi
2012-02-11
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-08
Factor C++11 lambda expressions implementation into a separate
Douglas Gregor
2012-01-20
Instantiate dependent attributes when instantiating templates.
DeLesley Hutchins
2011-12-20
Update the CMake build for r146959's new files.
Chandler Carruth
2011-10-25
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
Pull the pseudo-object stuff into its own file.
John McCall
2011-10-11
Rename SemaCXXCast.cpp to SemaCast.cpp.
John McCall
2011-09-24
Update CMake build.
Benjamin Kramer
2011-07-28
Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...
Anna Zaks
2011-06-23
Move all of Sema's member-access-related checking out of SemaExpr.cpp
Douglas Gregor
2011-05-01
Store a parameter index and function prototype depth in every
John McCall
2011-03-23
Teach DelayedDiagnostic to copy its string, rather than hope that the
Douglas Gregor
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2010-12-15
Move the work-in-progress implementation of variadic templates to its own fil...
Douglas Gregor
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-08
Clean up some of the CMake dependencies
Douglas Gregor
2010-08-26
One who seeks knowledge learns something new every day.
John McCall
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall
2010-06-17
Update CMake build system for ARM NEON generation.
Douglas Gregor
2010-06-17
Update CMake build for new attribute changes.
Sean Hunt
2010-05-30
Convert DeclNodes to use TableGen.
Sean Hunt
2010-05-05
Unbreak CMake build.
Douglas Gregor
2010-03-20
Refactor CFG-based warnings in Sema to be run by a worked object called Analy...
Ted Kremenek
2010-03-12
Update CMake build.
Ted Kremenek
2010-01-10
Try to make cmake happy
Anton Korobeynikov
2009-10-11
Test exception spec compatibility on return type and parameters.
Sebastian Redl
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-09-17
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor
2009-08-20
Refactor the instantiation of statements into a generic tree
Douglas Gregor
2009-08-11
Refactor the template-instantiation logic for expressions into a
Douglas Gregor
2009-07-18
Rename file in preparation of properly implementing C-style casts in C++.
Sebastian Redl
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
[next]