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
...
*
Patch to warn about __private_extern__ on tentative definitions
Fariborz Jahanian
2012-08-15
1
-0
/
+4
*
Check local static variables for self reference on initialization.
Richard Trieu
2012-08-14
1
-1
/
+1
*
Attaching comments to redeclarations: fix wrong assumptions
Dmitri Gribenko
2012-08-14
1
-1
/
+3
*
Provide isConst/Volatile on CXXMethodDecl.
David Blaikie
2012-08-10
1
-2
/
+2
*
Implicitly annotate __CFStringMakeConstantString with format_arg(1).
Jordan Rose
2012-08-08
1
-0
/
+7
*
Don't add attributes for "#pragma pack" and friends to tag declarations which
Eli Friedman
2012-08-08
1
-3
/
+4
*
Get rid of an early return in Sema::ActOnFields which doesn't make sense anym...
Eli Friedman
2012-08-08
1
-5
/
+0
*
Objective-C pointer types don't have C-linkage, even though they are
Douglas Gregor
2012-08-07
1
-1
/
+2
*
For global record types, the self reference checker was called twice, resulting
Richard Trieu
2012-08-06
1
-1
/
+4
*
PR13527: don't assert if a function is explicitly defaulted when it's already
Richard Smith
2012-08-06
1
-0
/
+1
*
Fix an assertion failure instantiating a constexpr function from within a -de...
Eli Friedman
2012-08-01
1
-8
/
+10
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-0
/
+1
*
Improvements to vexing-parse warnings. Make the no-parameters case more
Richard Smith
2012-07-30
1
-55
/
+3
*
Use the location of the copy assignment when diagnosing classes that are nont...
Benjamin Kramer
2012-07-30
1
-4
/
+3
*
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-27
1
-7
/
+1
*
Disable the warning for missing prototypes for OpenCL kernels. Includes testc...
Tanya Lattner
2012-07-26
1
-0
/
+4
*
Tweak warning text for returning incomplete type from extern "C" functions.
Hans Wennborg
2012-07-24
1
-4
/
+5
*
When we have an Objective-C object with non-trivial lifetime in a
Douglas Gregor
2012-07-23
1
-1
/
+1
*
Reset the layout of an ObjC class if we see an ivar in a category
Eric Christopher
2012-07-19
1
-0
/
+17
*
Removing a spurious comment, no functionality changes.
Aaron Ballman
2012-07-19
1
-5
/
+0
*
Relaxed enumeration constant naming rules for scoped enumerators so they no l...
Aaron Ballman
2012-07-19
1
-6
/
+12
*
Merge visibility from previous decls before looking at visibility pragma. This
Rafael Espindola
2012-07-17
1
-4
/
+4
*
Record visibility pragmas when we see a tag declaration. We might use it
Rafael Espindola
2012-07-17
1
-0
/
+4
*
Without this patch clang warns on
Rafael Espindola
2012-07-15
1
-6
/
+36
*
Make const the argument of getDefinition.
Rafael Espindola
2012-07-15
1
-4
/
+4
*
Use llvm::APSInt::isSameValue to compare for the same value.
Eric Christopher
2012-07-15
1
-1
/
+1
*
Provide a special-case diagnostic when two class member functions instantiate
Richard Smith
2012-07-13
1
-11
/
+16
*
Attaching comments to declarations during parsing: handle more Objective-C de...
Dmitri Gribenko
2012-07-13
1
-1
/
+0
*
Process #pragma visibility early in the parsing of class definitions. Fixes
Rafael Espindola
2012-07-12
1
-4
/
+4
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-0
/
+54
*
Handle #pragma visibility in explicit specializations and enums.
Rafael Espindola
2012-07-11
1
-6
/
+4
*
Don't process #pragma visibility during instantiation. The visibility of the
Rafael Espindola
2012-07-11
1
-1
/
+2
*
PR13293: Defer deduction of an auto type with a dependent declarator, such as...
Richard Smith
2012-07-08
1
-1
/
+4
*
In blocks, only pretend that enum constants have enum type if necessary.
Jordan Rose
2012-07-02
1
-1
/
+6
*
In Sema::ClassifyName, try to avoid nonsensical corrections to
Kaelyn Uhrain
2012-06-29
1
-0
/
+13
*
Add a fix-it hint note to -Wunique-enum to suggest that the last element gets
Richard Trieu
2012-06-29
1
-0
/
+7
*
Make explicit specializations at class scope work
Nico Weber
2012-06-25
1
-4
/
+7
*
Perform typo correction for base class specifiers.
Kaelyn Uhrain
2012-06-22
1
-5
/
+7
*
Documentation cleanup: making \param docs match the code.
James Dennett
2012-06-22
1
-1
/
+1
*
Documentation cleanup:
James Dennett
2012-06-22
1
-2
/
+2
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-4
/
+4
*
Extend the support for cl-std to include 1.2.
Tanya Lattner
2012-06-19
1
-0
/
+17
*
Don't warn about address-to-member used as part of initialisation, if
Joerg Sonnenberger
2012-06-17
1
-1
/
+1
*
Explicitly build __builtin_va_list.
Meador Inge
2012-06-16
1
-2
/
+0
*
[AST/libclang] Fix the selector locations that are reported for a
Argyrios Kyrtzidis
2012-06-16
1
-2
/
+0
*
Recover when correcting an unknown type name to a keyword like "struct".
Kaelyn Uhrain
2012-06-15
1
-12
/
+16
*
Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use.
Kaelyn Uhrain
2012-06-15
1
-0
/
+36
*
If parsing a trailing-return-type fails, don't pretend we didn't have one at
Richard Smith
2012-06-12
1
-1
/
+1
*
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-10
1
-7
/
+9
*
Warn in ObjC++ when an 'auto' variable deduces type 'id'.
Jordan Rose
2012-06-08
1
-0
/
+11
[prev]
[next]