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
...
*
Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins."
Artem Belevich
2015-08-20
1
-11
/
+0
*
[CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich
2015-08-19
1
-0
/
+11
*
[modules] When parsing the base specifiers of a parse-merged class, the current
Richard Smith
2015-08-17
1
-1
/
+3
*
[CONCEPTS] Add diagnostic; invalid tag when concept specified
Nathan Wilson
2015-08-14
1
-1
/
+9
*
[Sema] main can't be declared as global variable, in C++.
Davide Italiano
2015-08-14
1
-0
/
+16
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-6
/
+4
*
[AST] ArrayRefize template param list info setters. No functionality change i...
Benjamin Kramer
2015-08-05
1
-13
/
+5
*
[CONCEPTS] Add concept to VarDecl and diagnostic for uninitialized variable c...
Nathan Wilson
2015-08-03
1
-0
/
+12
*
test commit; wrap ellipses in comment with brackets
Nathan Wilson
2015-07-31
1
-1
/
+1
*
[Concepts] Add diagnostic: non template declaration
Hubert Tong
2015-07-30
1
-0
/
+6
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-3
/
+2
*
[AST] Turn the callbacks of lookupInBases and forallBases into a function_ref
Benjamin Kramer
2015-07-25
1
-41
/
+36
*
Downgrade error about adding 'dllimport' to used free function to warning (PR...
Hans Wennborg
2015-07-22
1
-3
/
+9
*
[CONCEPTS] Add diagnostics: non-defining function; non-namespace scope
Hubert Tong
2015-07-22
1
-0
/
+26
*
[modules] In C++, stop serializing and deserializing a list of declarations in
Richard Smith
2015-07-21
1
-38
/
+7
*
[modules] Don't save uninteresting identifiers, and don't consider identifiers
Richard Smith
2015-07-19
1
-1
/
+1
*
Disable #pragma redefine_extname for C++ code as it does not make sense in su...
Aaron Ballman
2015-07-16
1
-22
/
+27
*
Add a "maximum TLS alignment" characteristic to the target info, so it
Paul Robinson
2015-07-14
1
-0
/
+26
*
[Sema] Emit a better diagnostic when variable redeclarations disagree
David Majnemer
2015-07-14
1
-3
/
+10
*
Sema: Allow null names to be passed in to isAcceptableTagRedeclaration
Justin Bogner
2015-07-10
1
-5
/
+5
*
Refactor to avoid long if-condition.
Richard Smith
2015-07-06
1
-8
/
+23
*
PR24030, PR24033: Consistently check whether a new declaration conflicts with
Richard Smith
2015-07-06
1
-24
/
+84
*
DR1909: Diagnose all invalid cases of a class member sharing its name with th...
Richard Smith
2015-07-06
1
-6
/
+11
*
When we see something that looks like a constructor with a return type, only ...
Richard Smith
2015-07-06
1
-5
/
+6
*
[modules] Don't require the 'inline' specifier when merging an inline function;
Richard Smith
2015-07-01
1
-1
/
+1
*
Rework parsing of pure-specifiers. Perform the grammar matching and
Richard Smith
2015-06-30
1
-27
/
+4
*
PR23942: a pure-specifier's integer literal must be spelled '0'
Richard Smith
2015-06-29
1
-3
/
+18
*
[Sema] Unions cannot have virtual functions.
Davide Italiano
2015-06-27
1
-0
/
+5
*
Fix #pragma redefine_extname when there is a local variable of the same name....
Aaron Ballman
2015-06-25
1
-2
/
+17
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-6
/
+8
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-4
/
+4
*
[modules] Add a flag to disable the feature that permits conflicting redefini...
Richard Smith
2015-06-22
1
-5
/
+9
*
Misc. cleanups suggested by Aaron Ballman
Douglas Gregor
2015-06-22
1
-2
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-4
/
+4
*
Sema: add a helper for enumerating the TST id (NFC)
Saleem Abdulrasool
2015-06-21
1
-16
/
+21
*
Sema: convert decl + while loop into for loop (NFC)
Saleem Abdulrasool
2015-06-21
1
-3
/
+2
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-2
/
+6
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-3
/
+28
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-1
/
+1
*
[modules] Ensure that if we merge the definitions of two enumerations, that
Richard Smith
2015-06-17
1
-1
/
+0
*
[modules] Fix assert/crash when parsing and merging a definition of a class w...
Richard Smith
2015-06-11
1
-0
/
+16
*
[modules] Fix a few places where merging wasn't performed if modules was disa...
Richard Smith
2015-06-11
1
-3
/
+4
*
Do not parse members of incomplete class.
Serge Pavlov
2015-06-10
1
-2
/
+4
*
PR5172: Fix for a bug in pragma redefine_extname implementation:
Alexander Musman
2015-06-10
1
-9
/
+15
*
[modules] Support for merging a parsed definition of a static data member of ...
Richard Smith
2015-05-19
1
-14
/
+33
*
[modules] Move implicit creation of ImportDecls for #includes transformed int...
Richard Smith
2015-05-18
1
-1
/
+20
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-14
/
+36
*
Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
2015-05-13
1
-2
/
+2
*
Give isCompatibleWithMSVC a better interface
David Majnemer
2015-05-11
1
-2
/
+3
[prev]
[next]