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
...
*
MS Compat: mark globals emitted in read-only sections const
Hans Wennborg
2014-10-16
1
-4
/
+6
*
Adding attributes to the IndirectFieldDecl that we generate for anonymous str...
Aaron Ballman
2014-10-15
1
-4
/
+6
*
-ms-extensions: Allow __super in return stements.
Nikola Smiljanic
2014-10-04
1
-5
/
+1
*
MS ABI: Disallow dllimported/exported variables from having TLS
David Majnemer
2014-10-04
1
-1
/
+12
*
Sema: Simplify checkAttributesAfterMerging
David Majnemer
2014-10-04
1
-8
/
+1
*
Update -Wuninitialized to be stricter on CK_NoOp casts.
Richard Trieu
2014-09-30
1
-5
/
+10
*
Add back checking for condition of conditional operator for -Wuninitialized
Richard Trieu
2014-09-26
1
-0
/
+1
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-1
/
+8
*
Add increment/decrement operators and compound assignment operators to the
Richard Trieu
2014-09-25
1
-0
/
+16
*
Sema: Inherit the flexible array property from struct fields
David Majnemer
2014-09-24
1
-9
/
+6
*
Fix an edge case with BinaryOperator's in -Wuninitialized. Add testcases for
Richard Trieu
2014-09-24
1
-2
/
+4
*
Improve -Wuninitialized to take into account field ordering with initializer
Richard Trieu
2014-09-23
1
-1
/
+87
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
1
-2
/
+8
*
Follow-up to r214408: Warn on other callee-cleanup functions without prototyp...
Nico Weber
2014-09-19
1
-5
/
+9
*
Sema: Diagnose undefined structs used as Microsoft anonymous structs
David Majnemer
2014-09-18
1
-5
/
+11
*
Allow empty statements in naked functions in addition to ASM statements
Ehsan Akhgari
2014-09-09
1
-1
/
+1
*
Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Nico Weber
2014-09-06
1
-3
/
+39
*
Stop double visiting some expressions during self reference checking.
Richard Trieu
2014-09-04
1
-5
/
+17
*
Don't allow non-ASM statements in naked functions
Hans Wennborg
2014-09-04
1
-0
/
+11
*
Don't load invalid enum value in Sema::LazilyCreateBuiltin.
Alexey Samsonov
2014-08-28
1
-10
/
+8
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-0
/
+4
*
More -Wuninitialized updates
Richard Trieu
2014-08-27
1
-4
/
+19
*
Allow adding dll attributes on certain redecls with a warning if the decl has...
Hans Wennborg
2014-08-27
1
-6
/
+23
*
Clarify comment so this doesn't appear to be a C11-only rule.
Richard Smith
2014-08-26
1
-0
/
+3
*
revert patch r216469.
Fariborz Jahanian
2014-08-26
1
-1
/
+1
*
c11- Check for c11 language option as documentation says
Fariborz Jahanian
2014-08-26
1
-1
/
+1
*
Passing a variable to std::move now counts as a use for -Wuninitialized
Richard Trieu
2014-08-26
1
-0
/
+15
*
PR20716 - Crash when recovering from type in known dependent base.
Nikola Smiljanic
2014-08-24
1
-1
/
+4
*
Fix PR20705, crash on invalid.
Richard Trieu
2014-08-22
1
-1
/
+1
*
Objective-C. Recover from missing interface decl.
Fariborz Jahanian
2014-08-21
1
-1
/
+2
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-6
/
+6
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Improve -Wuninitialized to catch const classes being used in their own copy
Richard Trieu
2014-08-12
1
-0
/
+9
*
Sema: Handle declspecs without declarators in records properly in C mode
David Majnemer
2014-08-11
1
-16
/
+28
*
[modules] When considering merging a newly-declared typedef into an imported
Richard Smith
2014-08-10
1
-1
/
+38
*
Don't drop dllimport from qualified friend redeclarations (PR20512)
Hans Wennborg
2014-08-04
1
-4
/
+8
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-6
/
+4
*
Local extern redeclarations of dllimport variables stay dllimport even if the...
Hans Wennborg
2014-07-31
1
-2
/
+3
*
Delay check for prototype on __fastcall functions until after MergeFunctionDecl.
Nico Weber
2014-07-31
1
-0
/
+12
*
Add stopgap option -fmodule-implementation-of <name>
Ben Langmuir
2014-07-23
1
-0
/
+3
*
-fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
2014-07-22
1
-0
/
+7
*
PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus
Richard Smith
2014-07-19
1
-2
/
+2
*
Objective-C. deprecated attribute is not inherited on methods
Fariborz Jahanian
2014-07-17
1
-0
/
+2
*
Fix FriendDecl source location and range for class templates and function dec...
Nikola Smiljanic
2014-07-17
1
-0
/
+1
*
Consolidate header inclusion diagnostics
Alp Toker
2014-07-11
1
-23
/
+21
*
Return a FixItHint instead of taking a diagnostic builder
Reid Kleckner
2014-07-11
1
-7
/
+6
*
MSVC compat: Allow lookup of friend types in enclosing namespaces
Reid Kleckner
2014-07-10
1
-6
/
+63
*
Sema: Allow aliases to have incomplete type
David Majnemer
2014-07-09
1
-5
/
+7
*
MS compat: Allow lookup of types from dependent bases in functions
Reid Kleckner
2014-07-08
1
-2
/
+11
*
Allow more lookup of types in dependent base classes
Reid Kleckner
2014-07-08
1
-0
/
+66
[prev]
[next]