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
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Fix some more cases where we used to reject a conflict between two
Richard Smith
2015-11-17
1
-3
/
+5
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
1
-3
/
+3
*
[modules] Simplify and generalize the existing rule for finding hidden
Richard Smith
2015-11-12
1
-16
/
+6
*
[SemaDeclCXX] Use isTemplateParamScope() rather than accessing raw bits.
Davide Italiano
2015-11-11
1
-2
/
+2
*
[Sema] Remove an unreachable llvm_unreachable
David Majnemer
2015-10-21
1
-1
/
+0
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-2
/
+2
*
[Sema] Don't crash when friending an unqualified templated constructor
David Majnemer
2015-09-30
1
-7
/
+23
*
Don't correct non-class using declarations to class members.
Kaelyn Takata
2015-09-30
1
-0
/
+4
*
[modules] A using-declaration doesn't introduce a new entity, just a new name
Richard Smith
2015-09-15
1
-1
/
+2
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-3
/
+4
*
PR24612: Don't bail out of checking a constexpr function before checking
Richard Smith
2015-08-28
1
-3
/
+3
*
Delay emitting members of dllexport classes until the class is fully parsed (...
Hans Wennborg
2015-08-15
1
-39
/
+67
*
[AST] Turn the callbacks of lookupInBases and forallBases into a function_ref
Benjamin Kramer
2015-07-25
1
-101
/
+85
*
Silence a -Wtype-limits warning; NFC.
Aaron Ballman
2015-07-20
1
-1
/
+1
*
[Sema] Make an assertion stricter.
Davide Italiano
2015-07-19
1
-1
/
+1
*
[Sema] Refactor Sema::ImplicitExceptionSpecification::CalledDecl
Davide Italiano
2015-07-16
1
-16
/
+14
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-10
/
+9
*
Rework parsing of pure-specifiers. Perform the grammar matching and
Richard Smith
2015-06-30
1
-3
/
+9
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-10
/
+10
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-10
/
+10
*
[MS Compatibility] Handle cleanups we create for a ctor closure
David Majnemer
2015-06-11
1
-0
/
+1
*
Enable DLL attribute propagation on explicit instantiation definitions (PR23770)
Hans Wennborg
2015-06-09
1
-57
/
+57
*
Enable propagation of dll attributes to previously instantiated base class te...
Hans Wennborg
2015-06-09
1
-6
/
+22
*
Narrow the -Wunsupported-dll-base-class-template warning.
Hans Wennborg
2015-06-09
1
-16
/
+8
*
clang-cl: Handle dll attributes in explicit class template specialization def...
Hans Wennborg
2015-05-27
1
-18
/
+18
*
[Sema] Don't crash on out-of-line virtual constexpr functions
David Majnemer
2015-05-22
1
-1
/
+2
*
[modules] Support merging a parsed default function/template argument with an...
Richard Smith
2015-05-20
1
-27
/
+51
*
Give isCompatibleWithMSVC a better interface
David Majnemer
2015-05-11
1
-1
/
+1
*
[MS ABI] Import move assignment operators
David Majnemer
2015-05-11
1
-9
/
+9
*
PR23373: A defaulted union copy constructor that is not trivial must still be
Richard Smith
2015-04-29
1
-2
/
+6
*
Don't dllimport/export class members with internal linkage (PR23308)
Hans Wennborg
2015-04-22
1
-0
/
+3
*
Use the most recent previous decl to check if inline is added after a definition
Reid Kleckner
2015-04-08
1
-1
/
+2
*
Minor simplification: do typo-correction before handling inheriting
Richard Smith
2015-04-01
1
-20
/
+24
*
[Sema] Implement DR777
Benjamin Kramer
2015-03-27
1
-7
/
+7
*
[Sema] Diagnose default argument on a parameter pack.
Benjamin Kramer
2015-03-27
1
-2
/
+11
*
MS ABI: Build C++ default argument exprs for exported template classes
Reid Kleckner
2015-03-17
1
-1
/
+1
*
MS ABI: Delay default constructor closure checking until the outermost class ...
Reid Kleckner
2015-03-17
1
-0
/
+38
*
Sema: Properly track mangling number/name for linkage for using decls
David Majnemer
2015-03-11
1
-1
/
+6
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-03-07
1
-2
/
+3
*
Sema: Caught exception objects should be unqualified
David Majnemer
2015-03-03
1
-1
/
+1
*
Rework our handling of key functions. We used to track a complete list of all
Richard Smith
2015-02-28
1
-3
/
+0
*
[modules] Properly check whether a declaration is std::initializer_list. This
Richard Smith
2015-02-24
1
-1
/
+1
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-1
/
+1
*
Improve diagnostic when failing to synthesize implicit member due to dllexpor...
Hans Wennborg
2015-02-21
1
-0
/
+6
*
Don't dllexport inline methods when targeting MinGW.
Hans Wennborg
2015-02-19
1
-2
/
+2
*
FIX PR 18432, default args, friends & late-parsed members.
Nathan Sidwell
2015-02-19
1
-1
/
+3
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Code cleanup
Nathan Sidwell
2015-01-30
1
-7
/
+4
[next]