index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Clang sema attribute handling.
Michael Han
2012-03-07
1
-1
/
+4
*
CMake: Fix build to add clangEdit to USED_LIBS.
NAKAMURA Takumi
2012-03-06
1
-1
/
+7
*
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-11
1
-1
/
+0
*
Factor C++11 lambda expressions implementation into a separate
Douglas Gregor
2012-02-08
1
-0
/
+1
*
Instantiate dependent attributes when instantiating templates.
DeLesley Hutchins
2012-01-20
1
-1
/
+2
*
Update the CMake build for r146959's new files.
Chandler Carruth
2011-12-20
1
-0
/
+1
*
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
1
-0
/
+1
*
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
1
-1
/
+0
*
Pull the pseudo-object stuff into its own file.
John McCall
2011-10-25
1
-0
/
+1
*
Rename SemaCXXCast.cpp to SemaCast.cpp.
John McCall
2011-10-11
1
-1
/
+1
*
Update CMake build.
Benjamin Kramer
2011-09-24
1
-0
/
+1
*
Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...
Anna Zaks
2011-07-28
1
-0
/
+1
*
Move all of Sema's member-access-related checking out of SemaExpr.cpp
Douglas Gregor
2011-06-23
1
-0
/
+1
*
Store a parameter index and function prototype depth in every
John McCall
2011-05-01
1
-0
/
+1
*
Teach DelayedDiagnostic to copy its string, rather than hope that the
Douglas Gregor
2011-03-23
1
-0
/
+1
*
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2011-02-10
1
-2
/
+0
*
Move the work-in-progress implementation of variadic templates to its own fil...
Douglas Gregor
2010-12-15
1
-0
/
+1
*
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-13
1
-12
/
+4
*
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-10
1
-4
/
+12
*
Clean up some of the CMake dependencies
Douglas Gregor
2010-09-08
1
-0
/
+2
*
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
1
-1
/
+0
*
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-20
1
-1
/
+3
*
Update CMake build system for ARM NEON generation.
Douglas Gregor
2010-06-17
1
-2
/
+2
*
Update CMake build for new attribute changes.
Alexis Hunt
2010-06-17
1
-1
/
+2
*
Convert DeclNodes to use TableGen.
Alexis Hunt
2010-05-30
1
-1
/
+1
*
Unbreak CMake build.
Douglas Gregor
2010-05-05
1
-1
/
+1
*
Refactor CFG-based warnings in Sema to be run by a worked object called Analy...
Ted Kremenek
2010-03-20
1
-0
/
+1
*
Update CMake build.
Ted Kremenek
2010-03-12
1
-0
/
+1
*
Try to make cmake happy
Anton Korobeynikov
2010-01-10
1
-0
/
+1
*
Test exception spec compatibility on return type and parameters.
Sebastian Redl
2009-10-11
1
-0
/
+1
*
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
1
-1
/
+0
*
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor
2009-09-17
1
-0
/
+2
*
Refactor the instantiation of statements into a generic tree
Douglas Gregor
2009-08-20
1
-1
/
+0
*
Refactor the template-instantiation logic for expressions into a
Douglas Gregor
2009-08-11
1
-1
/
+0
*
Rename file in preparation of properly implementing C-style casts in C++.
Sebastian Redl
2009-07-18
1
-1
/
+1
*
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-07-15
1
-2
/
+2
*
When performing template argument deduction, ensure that multiple
Douglas Gregor
2009-06-04
1
-0
/
+1
*
Move statement instantiation into its own file. No functionality change
Douglas Gregor
2009-05-15
1
-0
/
+1
*
move jump scope checking and related code out into its own file, SemaDecl.cpp is
Chris Lattner
2009-04-19
1
-0
/
+1
*
Update CMake
Douglas Gregor
2009-03-27
1
-0
/
+1
*
Move template instantiation for expressions into a separate file
Douglas Gregor
2009-03-25
1
-0
/
+1
*
Refactor instantiation of declarations within a template into a much
Douglas Gregor
2009-03-17
1
-0
/
+1
*
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-03-16
1
-0
/
+2
*
Implement the basic approach for instantiating types, with a lot of FIXME'd
Douglas Gregor
2009-02-27
1
-0
/
+1
*
move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp f...
Chris Lattner
2009-02-17
1
-1
/
+2
*
Refactor name lookup.
Douglas Gregor
2009-01-14
1
-0
/
+1
*
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-05
1
-0
/
+1
*
Fix cmake build, patch from Jjgod Jiang.
Daniel Dunbar
2008-11-11
1
-0
/
+2
*
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes
2008-10-26
1
-0
/
+20