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
/
AST
/
Decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replac...
Yaron Keren
2017-04-17
1
-0
/
+4
*
[index/AST] Determine if a typedef shares a name and spelling location with i...
Argyrios Kyrtzidis
2017-03-21
1
-0
/
+24
*
Add support for attribute enum_extensibility.
Akira Hatanaka
2017-03-21
1
-0
/
+14
*
[AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...
Argyrios Kyrtzidis
2017-03-07
1
-0
/
+5
*
Use dedicated method instead of copying conditions. NFC.
Serge Pavlov
2017-02-15
1
-1
/
+1
*
Add a destruct-on-exit function to ASTContext.
George Burgess IV
2017-02-14
1
-8
/
+1
*
Tracking exception specification source locations
Malcolm Parsons
2017-01-12
1
-0
/
+12
*
Store decls in prototypes on the declarator instead of in the AST
Reid Kleckner
2016-12-09
1
-22
/
+0
*
Fix parenthesized assert (nfc).
Manuel Klimek
2016-11-01
1
-2
/
+2
*
Relax assertion in FunctionDecl::doesDeclarationForceExternallyVisibleDefinit...
Justin Lebar
2016-10-28
1
-1
/
+1
*
[CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functi...
Justin Lebar
2016-10-28
1
-2
/
+3
*
Reinstate r284008 reverted in r284081, with two fixes:
Richard Smith
2016-10-14
1
-0
/
+53
*
[CUDA] Emit deferred diagnostics during Sema rather than during codegen.
Justin Lebar
2016-10-13
1
-14
/
+0
*
Revert r284008. This is us to fail to instantiate static data members in some
Richard Smith
2016-10-12
1
-53
/
+0
*
Reinstate r283887 and r283882.
Vassil Vassilev
2016-10-12
1
-0
/
+53
*
Revert r283887 and r283882, until the issue is understood and fixed.
Vassil Vassilev
2016-10-11
1
-53
/
+0
*
[modules] PR28752: Do not instantiate variable declarations which are not vis...
Vassil Vassilev
2016-10-11
1
-0
/
+53
*
Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of
Richard Smith
2016-10-10
1
-13
/
+35
*
Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...
Daniel Jasper
2016-10-10
1
-35
/
+13
*
P0035R4: Semantic analysis and code generation for C++17 overaligned
Richard Smith
2016-10-10
1
-13
/
+35
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-0
/
+15
*
Simplify condition. (NFC)
Adrian Prantl
2016-08-17
1
-7
/
+8
*
Debug info: Mark noreturn functions with DIFlagNoReturn.
Adrian Prantl
2016-08-17
1
-3
/
+7
*
Add the notion of deferred diagnostics.
Justin Lebar
2016-08-15
1
-0
/
+14
*
P0217R3: Perform semantic checks and initialization for the bindings in a
Richard Smith
2016-08-11
1
-1
/
+5
*
Reapply [Sema] Add sizeof diagnostics for bzero
Bruno Cardoso Lopes
2016-08-10
1
-0
/
+6
*
Revert "[Sema] Add sizeof diagnostics for bzero"
Bruno Cardoso Lopes
2016-08-05
1
-6
/
+0
*
[Sema] Add sizeof diagnostics for bzero
Bruno Cardoso Lopes
2016-08-04
1
-0
/
+6
*
[AST] Keep track of the left brace source location of a tag decl.
Argyrios Kyrtzidis
2016-07-15
1
-0
/
+1
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-5
/
+3
*
AvailabilityAttr: we accept "macos" as the platform name.
Manman Ren
2016-06-28
1
-1
/
+1
*
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith
2016-06-25
1
-17
/
+13
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-8
/
+9
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
1
-8
/
+7
*
[modules] Enforce the rules that an explicit or partial specialization must be
Richard Smith
2016-05-05
1
-0
/
+15
*
[GCC] Attribute ifunc support in clang
Dmitry Polukhin
2016-04-11
1
-2
/
+2
*
Implement support for [[nodiscard]] in C++1z that is based off existing suppo...
Aaron Ballman
2016-03-07
1
-5
/
+11
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+1
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-0
/
+24
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-0
/
+23
*
[OpenCL] Disable C99 standard lib functions
Anastasia Stulova
2016-02-12
1
-0
/
+6
*
[MS Compat] Don't crash if __GetExceptionInfo is in global scope
David Majnemer
2016-01-26
1
-2
/
+1
*
Fix infinite recursion for invalid declaration, by Dmitry Polukhin
Alexey Bataev
2016-01-12
1
-1
/
+1
*
PR26048, PR26050: put non-type template parameters and indirect field decls
Richard Smith
2016-01-06
1
-2
/
+12
*
[ptr-traits] Move methods manipulating PointerUnions, DenseMap pointer
Chandler Carruth
2015-12-30
1
-0
/
+34
*
[ptr-traits] Stop using two bogus types as stand-ins for flags
Chandler Carruth
2015-12-30
1
-6
/
+85
*
Model NamespaceAliasDecls as having their nominated namespace as an underlying
Richard Smith
2015-12-29
1
-0
/
+3
*
Print qualified display names when emitting CodeView
Reid Kleckner
2015-12-16
1
-2
/
+4
*
[modules] Allow "redefinition" of typedef of anon tag from unimported submodule
Ben Langmuir
2015-11-14
1
-1
/
+2
*
[modules] Follow the C++ standard's rule for linkage of enumerators: they have
Richard Smith
2015-11-13
1
-1
/
+4
[prev]
[next]