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
...
*
Provide suggested no-arg calls for overloaded member functions missing calls
David Blaikie
2013-06-21
1
-15
/
+31
*
Lazily provide a __float128 dummy type in -std=gnu++11 mode.
Nico Weber
2013-06-20
1
-1
/
+7
*
Delete dead code. (Array element types are always complete in C.)
Eli Friedman
2013-06-19
1
-7
/
+0
*
Bound member function diagnostic - suggest no-args calls and note overload ca...
David Blaikie
2013-06-04
1
-8
/
+19
*
Objective-C: Fixes an ivar lookup bug where
Fariborz Jahanian
2013-05-31
1
-0
/
+2
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-4
/
+4
*
Add missing initialization for Sema::CurScope. This is important for AST cons...
Richard Smith
2013-05-06
1
-1
/
+1
*
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
1
-1
/
+1
*
Move CapturedStmt parameters to CapturedDecl
Ben Langmuir
2013-05-03
1
-2
/
+2
*
Fix very confusing indent in Sema.cpp.
Daniel Jasper
2013-04-30
1
-6
/
+5
*
Small CapturedStmt improvements
Ben Langmuir
2013-04-29
1
-1
/
+1
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-1
/
+16
*
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
1
-1
/
+2
*
Suppress -Wunused-variable for variables declared in headers, which may in
Matt Beaumont-Gay
2013-04-10
1
-2
/
+6
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
1
-2
/
+3
*
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-14
1
-1
/
+7
*
[modules] Check for delegating constructor cycles when building a module and ...
Argyrios Kyrtzidis
2013-03-14
1
-6
/
+6
*
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-14
1
-3
/
+3
*
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-03-07
1
-3
/
+3
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-1
/
+1
*
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-20
1
-1
/
+2
*
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
1
-20
/
+34
*
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
1
-26
/
+50
*
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2013-01-31
1
-1
/
+1
*
Remove function that is newly dead as of r173538.
Nick Lewycky
2013-01-26
1
-4
/
+0
*
Preserve Sema::UndefinedInternals across PCH boundaries. Fixes
Nick Lewycky
2013-01-26
1
-16
/
+8
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-1
/
+1
*
Fixed trailing whitespace.
Michael Gottesman
2013-01-20
1
-44
/
+44
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Mark all subsequent decls used.
Rafael Espindola
2013-01-08
1
-5
/
+1
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-2
/
+2
*
Don't warn on unused member functions that are extern because of a typedef.
Rafael Espindola
2012-12-30
1
-0
/
+3
*
Don't warn for undefined but used decls that are external because of a typedef.
Rafael Espindola
2012-12-29
1
-0
/
+3
*
Fix a regression from the previous commit.
Rafael Espindola
2012-12-26
1
-1
/
+5
*
Use the most recent redecl to decide if it is needed.
Rafael Espindola
2012-12-26
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-16
/
+16
*
Reject uses of __int128 on platforms that don't support it. Also move the ugly
Richard Smith
2012-11-29
1
-1
/
+1
*
Use a .def file for most of the diagnostic options.
Douglas Gregor
2012-10-23
1
-2
/
+1
*
Add a new warning -Wmissing-variable-declarations, to warn about variables
Eli Friedman
2012-10-23
1
-0
/
+2
*
From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.
Axel Naumann
2012-10-18
1
-2
/
+29
*
Pull ScopeInfo implementation into its own file.
Jordan Rose
2012-09-28
1
-159
/
+0
*
-Warc-repeated-use-of-weak: check ivars and variables as well.
Jordan Rose
2012-09-28
1
-60
/
+77
*
Add a warning (off by default) for repeated use of the same weak property.
Jordan Rose
2012-09-28
1
-0
/
+126
*
Fix crash when a decltype expression in a trailing return type refers to the
Richard Smith
2012-09-25
1
-0
/
+1
*
Conditionally parse documentation comments in system headers by
Ted Kremenek
2012-09-13
1
-0
/
+3
*
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
1
-2
/
+1
*
When code completion is enabled, don't do any work in
Douglas Gregor
2012-08-17
1
-0
/
+5
[prev]
[next]