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
/
DeclBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle use of default member initializers before end of outermost class
Reid Kleckner
2014-11-17
1
-0
/
+11
*
Patch to wrap up '_' as separator in version numbers
Fariborz Jahanian
2014-10-06
1
-3
/
+9
*
[modules] When performing a lookup into a namespace, ensure that any later
Richard Smith
2014-08-13
1
-0
/
+5
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
1
-0
/
+20
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-18
/
+18
*
Make TypeDecl much less friendly.
Richard Smith
2014-04-23
1
-8
/
+7
*
PR19411: Walk lexical parents, not semantic parents, when determining whether a
Richard Smith
2014-04-14
1
-1
/
+1
*
If a DeclContext's lookups need to be reconciled, and we're given external de...
Richard Smith
2014-03-25
1
-7
/
+15
*
[C++11] Replacing DeclContext iterators using_directives_begin() and using_di...
Aaron Ballman
2014-03-17
1
-4
/
+4
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
1
-7
/
+7
*
Reapplying r203299 in a slightly different manner. Now range APIs are impleme...
Aaron Ballman
2014-03-08
1
-14
/
+0
*
In my tests, I'm finding that declaring iterators in terms of ranges can some...
Aaron Ballman
2014-03-07
1
-0
/
+10
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-5
/
+4
*
[C++11] Updating getUsingDirectives to use iterator_range instead of a std::p...
Aaron Ballman
2014-03-07
1
-2
/
+2
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-7
/
+7
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-7
/
+7
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-1
/
+1
*
Fix typo that resulted in names at TU scope getting lost sometimes after a
Richard Smith
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-5
/
+6
*
Factored some function-like type reasoning out of SemaDeclAttr and onto Decl ...
Aaron Ballman
2014-01-16
1
-0
/
+18
*
Assert that tag decls are never marked (in)valid after definition is complete
Alp Toker
2013-12-21
1
-0
/
+1
*
Eliminate the last trivial NDEBUG uses in clang headers
Alp Toker
2013-12-07
1
-2
/
+3
*
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
2013-11-22
1
-8
/
+13
*
Added warning on structures/unions that are empty or contain only
Serge Pavlov
2013-11-14
1
-0
/
+18
*
C++ modules: fix a bug where loading a declaration with some name would prevent
Richard Smith
2013-09-09
1
-14
/
+20
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-0
/
+10
*
Implement [class.friend]p11's special name lookup rules for friend declarations
Richard Smith
2013-08-09
1
-8
/
+1
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+3
*
C++ modules: Don't call DeclContext::lookup when half-way through deserializing
Richard Smith
2013-07-13
1
-3
/
+45
*
Delete dead code.
Eli Friedman
2013-06-27
1
-26
/
+0
*
Avoid adding entries to the DeclContext lookup table multiple times when lazily
Richard Smith
2013-06-24
1
-1
/
+9
*
When setting the external visible declarations for a decl context, check
Richard Smith
2013-06-24
1
-7
/
+32
*
Make all 'is in extern "C"' tests use the lexical context.
Rafael Espindola
2013-05-05
1
-22
/
+0
*
Added a function to check whether a Decl is in
Sean Callanan
2013-05-04
1
-0
/
+5
*
Micro-optimization: check the overloaded operator kind before
John McCall
2013-05-03
1
-2
/
+2
*
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
1
-12
/
+28
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-0
/
+2
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+1
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+2
*
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-23
1
-2
/
+5
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-0
/
+1
*
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-14
1
-0
/
+11
*
Don't bother reconciling external visible decls against our current set of
Richard Smith
2013-02-11
1
-11
/
+5
*
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-02-09
1
-0
/
+4
*
Fix stack overflow and improve performance when a module contains many
Richard Smith
2013-02-08
1
-5
/
+7
*
Fix handling of module imports adding names to a DeclContext after qualified
Richard Smith
2013-02-07
1
-10
/
+37
[next]