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
...
*
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
*
Don't accept qualified 'int' main return types in C++ or standard C mode
Alp Toker
2014-07-02
1
-22
/
+27
*
Introduce a FunctionDecl::getReturnTypeSourceRange() utility
Alp Toker
2014-07-02
1
-33
/
+18
*
Import MutableArrayRef into clang namespace.
Craig Topper
2014-06-28
1
-1
/
+1
*
Fix treatment of types defined in function prototype
Serge Pavlov
2014-06-25
1
-14
/
+19
*
Allow static_assert inside an anonymous union; fixes PR20021 as well as imple...
Aaron Ballman
2014-06-24
1
-0
/
+2
*
[c++1z] Implement N3994: a range-based for loop can declare a variable with s...
Richard Smith
2014-06-19
1
-0
/
+31
*
DiagnoseUnknownTypename always emits a diagnostic and returns true
Reid Kleckner
2014-06-19
1
-5
/
+3
*
Sema: Static redeclaration after extern declarations is a Microsoft Extension
David Majnemer
2014-06-18
1
-23
/
+45
*
Inherit dll attributes to static locals
Hans Wennborg
2014-06-18
1
-0
/
+12
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-24
/
+12
*
Recover from missing 'typename' in sizeof(T::InnerType)
Reid Kleckner
2014-06-12
1
-1
/
+1
*
Allow definition of dllimport static fields in partial specializations (PR19956)
Hans Wennborg
2014-06-09
1
-2
/
+4
*
Delay lookup of simple default template arguments under -fms-compatibility
Reid Kleckner
2014-06-06
1
-0
/
+44
*
Add pointer types to global named register
Renato Golin
2014-06-05
1
-0
/
+4
*
Downgrade "definition of dllimport static field" error to warning for class t...
Hans Wennborg
2014-06-04
1
-2
/
+11
*
Sema: Check dll attributes on static data members
Nico Rieck
2014-05-29
1
-4
/
+20
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-2
/
+2
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-14
/
+14
*
Objective-C. Deprecate use of function definitions
Fariborz Jahanian
2014-05-28
1
-0
/
+5
*
Rejecting the mutable specifier on a freestanding type declaration, instead o...
Aaron Ballman
2014-05-26
1
-2
/
+7
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-162
/
+167
*
IRGen: Add more tests for dll attributes
Nico Rieck
2014-05-25
1
-1
/
+2
*
Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...
Hans Wennborg
2014-05-23
1
-0
/
+4
*
Implemented support for "pragma clang optimize on/off", based on attribute 'o...
Dario Domizioli
2014-05-23
1
-0
/
+5
*
Improved location for non-constant initializers diagnostics.
Abramo Bagnara
2014-05-22
1
-8
/
+12
*
An inline function redeclaration does not drop the dllimport attribute
Hans Wennborg
2014-05-22
1
-2
/
+4
*
Reduce string duplication
Alp Toker
2014-05-20
1
-7
/
+2
*
Allow dllimport on function definitions when they're template instantiations
Hans Wennborg
2014-05-19
1
-1
/
+2
*
Non-allocatable Global Named Register
Renato Golin
2014-05-19
1
-7
/
+8
[prev]
[next]