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
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply r151638 and r151641.
James Molloy
2012-02-29
1
-1
/
+73
*
Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h
Argyrios Kyrtzidis
2012-02-28
1
-70
/
+1
*
Un-break clang based on r151638 - What was meant to be a trivial variable nam...
James Molloy
2012-02-28
1
-1
/
+1
*
Correctly track tags and enum members defined in the prototype of a function,...
James Molloy
2012-02-28
1
-1
/
+70
*
Don't assert when trying to diagnose why a class with a constructor template is
Richard Smith
2012-02-26
1
-9
/
+25
*
Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...
Eli Friedman
2012-02-23
1
-3
/
+1
*
modern objc translator. Finish off first cut of the
Fariborz Jahanian
2012-02-20
1
-0
/
+4
*
When we resolve the type of an 'auto' variable, clear out the linkage
Douglas Gregor
2012-02-20
1
-1
/
+2
*
Remove a debugging line accidentally left in the last commit.
David Chisnall
2012-02-18
1
-1
/
+0
*
Implement #pragma redefine_extname.
David Chisnall
2012-02-18
1
-0
/
+32
*
Avoid infinite mutual recursion in DiagnoseInvalidRedeclaration.
Kaelyn Uhrain
2012-02-16
1
-2
/
+18
*
C++11 allows unions to have static data members. Remove the corresponding
Richard Smith
2012-02-16
1
-7
/
+11
*
Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...
Eli Friedman
2012-02-16
1
-3
/
+3
*
Warn about non-int main() results in GNU C mode instead of erroring.
John McCall
2012-02-14
1
-12
/
+21
*
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-13
1
-8
/
+8
*
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-02-13
1
-9
/
+13
*
Employ DirectList initialized entities to properly sort through some initiali...
Sebastian Redl
2012-02-12
1
-3
/
+6
*
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-11
1
-35
/
+87
*
PR11684, core issue 1417:
Richard Smith
2012-02-10
1
-18
/
+0
*
Adding support for warning when a non-C compatible user-defined type is retur...
Aaron Ballman
2012-02-09
1
-0
/
+11
*
When completing a lambda expression, make sure to check and attach the
Douglas Gregor
2012-02-08
1
-1
/
+2
*
Fix a bug in semantic analysis involving anonymous structs and flexible arrays.
Eli Friedman
2012-02-07
1
-2
/
+14
*
Fix a couple of nasty bugs involving negative enum constants. <rdar://proble...
Eli Friedman
2012-02-07
1
-19
/
+18
*
Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...
Abramo Bagnara
2012-02-06
1
-1
/
+1
*
constexpr: Implement DR1358: An instantiation of a constexpr function which
Richard Smith
2012-02-05
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
In C++11 mode, when an integral constant expression is desired and we have a
Richard Smith
2012-02-04
1
-19
/
+23
*
Disallow constexpr main.
Richard Smith
2012-02-04
1
-2
/
+7
*
Don't warn about anonymous struct/union in C11.
Hans Wennborg
2012-02-03
1
-5
/
+7
*
Add some code to accurately perform odr-used marking for variables per the C+...
Eli Friedman
2012-02-02
1
-0
/
+2
*
objc: don't crash if primary class is missing and continuation class
Fariborz Jahanian
2012-02-02
1
-0
/
+2
*
Fix crash on invalid in microsoft anonymous struct extension.
Nico Weber
2012-02-01
1
-3
/
+4
*
Make the callback object to Sema::CorrectTypo mandatory.
Kaelyn Uhrain
2012-01-31
1
-6
/
+6
*
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-27
1
-3
/
+5
*
Avoid redundant NNS qualification in constructor/destructor names.
Abramo Bagnara
2012-01-27
1
-2
/
+8
*
Replace a hack to handle NSLog/NSLogv in sema by declaring them as Library Bu...
Jean-Daniel Dupas
2012-01-24
1
-12
/
+9
*
Small code cleanup/simplification in Sema::ClassifyName.
Kaelyn Uhrain
2012-01-24
1
-7
/
+7
*
Minor fixups for auto deduction of initializer lists.
Sebastian Redl
2012-01-23
1
-1
/
+2
*
In Microsoft Mode, disable the C++11 strict integral conversion rules for enu...
Francois Pichet
2012-01-21
1
-1
/
+2
*
Instantiate dependent attributes when instantiating templates.
DeLesley Hutchins
2012-01-20
1
-0
/
+3
*
constexpr: converted constant expression handling for enumerator values, case
Richard Smith
2012-01-18
1
-18
/
+28
*
Convert SemaDecl.cpp to pass callback objects to CorrectTypo.
Kaelyn Uhrain
2012-01-18
1
-47
/
+82
*
Auto deduction support for std::initializer_list, including for-range support...
Sebastian Redl
2012-01-17
1
-3
/
+1
*
objc: fixes a bug where struct used inside an
Fariborz Jahanian
2012-01-17
1
-1
/
+2
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-1
/
+0
*
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-14
1
-6
/
+6
*
Progress towards making isUsed() reflect whether a declaration is odr-used; d...
Eli Friedman
2012-01-13
1
-2
/
+2
*
Don't crash while trying to diagnose a function declared at block scope with an
Richard Smith
2012-01-13
1
-1
/
+2
*
Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:
Richard Smith
2012-01-12
1
-2
/
+33
[next]