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
/
Sema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ExprResult& instead of Expr *& in Sema
John Wiegley
2011-04-08
1
-10
/
+10
*
In C++ the argument of logical not should always be bool. Added missing impli...
Abramo Bagnara
2011-04-07
1
-0
/
+15
*
Fix my earlier commit to work with escaped newlines and leave breadcrumbs
John McCall
2011-03-08
1
-0
/
+21
*
Fixed TypedefDecl and TemplateTypeParameter source range.
Abramo Bagnara
2011-03-06
1
-3
/
+8
*
Don't emit unused warning for deleted functions. Fixes rdar://8365684 & http:...
Argyrios Kyrtzidis
2011-03-03
1
-0
/
+2
*
Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r...
Ted Kremenek
2011-02-23
1
-1
/
+12
*
Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.
Ted Kremenek
2011-02-23
1
-1
/
+1
*
Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(...
Ted Kremenek
2011-02-23
1
-2
/
+8
*
Tweaks to C++0x deduced auto type support:
Richard Smith
2011-02-21
1
-0
/
+6
*
Warn about code that uses variables and functions with internal linkage
John McCall
2011-02-19
1
-0
/
+61
*
Switch labels over to using normal name lookup, instead of their
Chris Lattner
2011-02-18
1
-49
/
+0
*
add a fixme
Chris Lattner
2011-02-17
1
-0
/
+2
*
Step #2/N of __label__ support: keep pushing LabelDecl forward,
Chris Lattner
2011-02-17
1
-2
/
+1
*
Step #1/N of implementing support for __label__: split labels into
Chris Lattner
2011-02-17
1
-0
/
+48
*
When parsing an out-of-line member function declaration, we must delay
John McCall
2011-02-14
1
-1
/
+1
*
Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions
Peter Collingbourne
2011-02-14
1
-1
/
+1
*
Perform the bad-address-space conversions check as part of
John McCall
2011-02-01
1
-9
/
+0
*
If there were errors, disable 'unused' warnings since they will mostly be noise.
Argyrios Kyrtzidis
2011-01-31
1
-19
/
+23
*
Teach the evaluation of the __is_convertible_to trait to translate
Douglas Gregor
2011-01-27
1
-5
/
+11
*
Separate the access-control diagnostics from other diagnostics that do not ha...
Douglas Gregor
2011-01-27
1
-0
/
+2
*
Don't insert class templates into the DynamicClasses vector.
Anders Carlsson
2011-01-25
1
-0
/
+2
*
Implement basic support for template instantiation of pack expansions
Douglas Gregor
2010-12-20
1
-1
/
+2
*
Move the functionality to mark all vtables of key functions as used within
Chandler Carruth
2010-12-12
1
-0
/
+12
*
Tie DefineVTablesUsed() in with recursive function instantiation so that we emit
Nick Lewycky
2010-11-25
1
-20
/
+18
*
Refactoring. Get FunctionScopeInfo to use DiagnosticErrorTrap.
Argyrios Kyrtzidis
2010-11-19
1
-9
/
+7
*
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-18
1
-6
/
+6
*
Fix a silly bug in the suppression of non-error diagnostics in a
Douglas Gregor
2010-10-13
1
-0
/
+2
*
Introduce support for emitting diagnostics (warnings + their notes)
Douglas Gregor
2010-10-12
1
-19
/
+36
*
Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that ...
Sebastian Redl
2010-09-28
1
-0
/
+6
*
Fix a few minor issues with parsing and semantic analysis of C++
Douglas Gregor
2010-09-08
1
-1
/
+1
*
Initialize the MSVCGuidDecl variable in the correct order.
Bill Wendling
2010-09-08
1
-2
/
+3
*
Microsoft's __uuidof operator implementation part 1.
Francois Pichet
2010-09-08
1
-1
/
+1
*
Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat.
John McCall
2010-09-03
1
-5
/
+0
*
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
1
-0
/
+19
*
Restore r112114 now that SmallVector<...,0> is safe.
John McCall
2010-08-26
1
-2
/
+2
*
Revert r112114, "Pull DelayedDiagnostic and AccessedEntity out into their own
Daniel Dunbar
2010-08-26
1
-2
/
+2
*
Pull DelayedDiagnostic and AccessedEntity out into their own header.
John McCall
2010-08-25
1
-2
/
+2
*
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
John McCall
2010-08-25
1
-0
/
+1
*
Initialize the translation-unit scope before lexing the first
Douglas Gregor
2010-08-25
1
-1
/
+1
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-1
/
+1
*
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-08-25
1
-10
/
+6
*
Rename *PendingImplicitInstantiations to *PendingInstantiations. No
Chandler Carruth
2010-08-25
1
-1
/
+1
*
Split FunctionScopeInfo and BlockScopeInfo into their own header.
John McCall
2010-08-25
1
-18
/
+22
*
Remove Sema.h's dependency on DeclCXX.h.
John McCall
2010-08-25
1
-0
/
+1
*
Sema doesn't need these STL headers.
John McCall
2010-08-24
1
-1
/
+1
*
More header elimination. The goal of all this is to allow Parser to
John McCall
2010-08-24
1
-0
/
+2
*
Rename PCHReader to ASTReader.
Sebastian Redl
2010-08-18
1
-2
/
+2
*
Rename -Wunused-method -> -Wunused-member-function.
Argyrios Kyrtzidis
2010-08-17
1
-1
/
+1
*
Introduce -Wunused-method option for warning on unused class methods in anony...
Argyrios Kyrtzidis
2010-08-17
1
-1
/
+3
*
Commit improved version of 111026 & 111027.
Argyrios Kyrtzidis
2010-08-15
1
-9
/
+53
[next]