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
*
ArrayRef-ifying the fields passed to Sema::ActOnFields
David Blaikie
2011-09-22
1
-8
/
+9
*
ArrayRef-ifying Function/BlockDecl's setParams
David Blaikie
2011-09-21
1
-3
/
+3
*
[microsoft] Move missing typename warning from -fms-extensions to -fms-compat...
Francois Pichet
2011-09-21
1
-2
/
+2
*
Remove redundant break statements, and replace asserts with llvm_unreachable
Peter Collingbourne
2011-09-20
1
-2
/
+1
*
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-09-19
1
-0
/
+19
*
Fix PR10531. Attach an initializer to anonymous unions, since the default con...
Richard Smith
2011-09-18
1
-0
/
+6
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-17
/
+18
*
Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclaration
Kaelyn Uhrain
2011-09-14
1
-2
/
+7
*
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-13
1
-2
/
+2
*
Kill off an irrelevant FIXME
Douglas Gregor
2011-09-12
1
-4
/
+1
*
Diagnose attempt to mark function-local declarations as __module_private__.
Douglas Gregor
2011-09-12
1
-7
/
+35
*
Allow __module_private__ on fields
Douglas Gregor
2011-09-12
1
-0
/
+6
*
Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can
Julien Lerouge
2011-09-09
1
-0
/
+6
*
Specializations cannot be module-hidden. Diagnose attempts to do so.
Douglas Gregor
2011-09-09
1
-6
/
+24
*
__module_private__ is inherited by redeclarations of an entity, and
Douglas Gregor
2011-09-09
1
-7
/
+31
*
Propagate __module_private__ from previous declarations to later
Douglas Gregor
2011-09-09
1
-1
/
+19
*
Modules: introduce the __module_private__ declaration specifier, which
Douglas Gregor
2011-09-09
1
-0
/
+17
*
Change all references of type ExprTy to Expr and get rid of the typedefs.
Richard Trieu
2011-09-09
1
-3
/
+3
*
Thread safety: added support for function scopes in attribute arguments.
Caitlin Sadowski
2011-09-08
1
-0
/
+23
*
Thread Safety: Patch to implement delayed parsing of attributes within a
Caitlin Sadowski
2011-09-08
1
-0
/
+9
*
Adding FixIts to static/inline main declaration diagnostics.
David Blaikie
2011-09-08
1
-35
/
+36
*
Change the self-reference visitor (which gives the warning for self-reference...
Richard Trieu
2011-09-07
1
-0
/
+1
*
Implement the Named Return Value Optimization (NRVO) for blocks.
Douglas Gregor
2011-09-06
1
-3
/
+3
*
Implement the Named Return Value Optimization (NRVO) for Objective-C++
Douglas Gregor
2011-09-06
1
-0
/
+3
*
Add test case for defaulted copy and move structure validation.
Sebastian Redl
2011-09-04
1
-0
/
+2
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-11
/
+11
*
Extend the self-reference warning to catch when a constructor references itse...
Richard Trieu
2011-09-01
1
-13
/
+60
*
objective-c: this patch (re)introduces objective-c's default property
Fariborz Jahanian
2011-08-31
1
-18
/
+0
*
Minor clean up of objc's decl context stuff.
Fariborz Jahanian
2011-08-29
1
-1
/
+1
*
Warn on missing [super finalize] calls.
Nico Weber
2011-08-28
1
-0
/
+6
*
Introduce support for a simple module import declaration, which
Douglas Gregor
2011-08-26
1
-0
/
+14
*
Refactor and fix checking for initialization of flexible array members. The ...
Eli Friedman
2011-08-23
1
-21
/
+0
*
Fix an incorrect note.
Matt Beaumont-Gay
2011-08-23
1
-1
/
+1
*
Warn on missing [super dealloc] calls.
Nico Weber
2011-08-22
1
-0
/
+7
*
Restore patch I reversed in r138040. Known buildbot
Fariborz Jahanian
2011-08-22
1
-11
/
+23
*
Revers r138040. Need to look at a few buildbot failures.
Fariborz Jahanian
2011-08-19
1
-23
/
+11
*
objective-c: Bring objective-c handling of decl context
Fariborz Jahanian
2011-08-19
1
-11
/
+23
*
Fix the rest of the indent goofiness here.
Chandler Carruth
2011-08-19
1
-3
/
+3
*
Fix an egregious formatting goof.
Chandler Carruth
2011-08-19
1
-19
/
+19
*
Don't accept a typo correction if the corrected identifier is the same as the
Kaelyn Uhrain
2011-08-18
1
-1
/
+2
*
Rework DiagnoseInvalidRedeclaration to add the ability to correct typos when
Kaelyn Uhrain
2011-08-18
1
-23
/
+69
*
Track in the AST whether a function is constexpr.
Richard Smith
2011-08-15
1
-4
/
+52
*
Implement function template specialization at class scope extension in Micros...
Francois Pichet
2011-08-14
1
-9
/
+35
*
Fix some comments.
Richard Smith
2011-08-12
1
-5
/
+3
*
Overriding the predefined Protocol isn't something that's actually
Douglas Gregor
2011-08-12
1
-5
/
+0
*
Encapsulate the Objective-C id/Class/SEL "redefinition" types in
Douglas Gregor
2011-08-11
1
-3
/
+3
*
Match type names and give more info for out-of-line function definition errors.
Kaelyn Uhrain
2011-08-04
1
-8
/
+43
*
Make the type of the IntegerLiteral for bitfield paddings an actual
Douglas Gregor
2011-08-03
1
-3
/
+4
*
Add a fixit for removal of unused label.
Anna Zaks
2011-07-28
1
-1
/
+17
*
Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory,
Douglas Gregor
2011-07-28
1
-3
/
+20
[next]