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
/
ASTImporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Caught and fixed a typo in r262572.
Sean Callanan
2016-03-03
1
-1
/
+1
*
Fixed a problem where the ASTImporter mishandled in-class initializers.
Sean Callanan
2016-03-03
1
-2
/
+7
*
Fix rejects-valid caused by r261297.
Nico Weber
2016-02-24
1
-0
/
+2
*
Implement the likely resolution of core issue 253.
Nico Weber
2016-02-19
1
-0
/
+1
*
[ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...
Argyrios Kyrtzidis
2016-02-18
1
-0
/
+26
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-1
/
+2
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+8
*
ArrayRef-ize TemplateParameterList. NFC
David Majnemer
2015-12-27
1
-1
/
+1
*
Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"
Craig Topper
2015-12-25
1
-1
/
+1
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-24
1
-1
/
+1
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-1
/
+1
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-2
/
+3
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Use llvm::makeArrayRef. NFC.
Craig Topper
2015-09-27
1
-1
/
+1
*
[AST] ArrayRefize template argument packs. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-5
/
+3
*
The AST importer had a bug where it would enter into an infinite recursion
Douglas Gregor
2015-07-07
1
-4
/
+10
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-0
/
+2
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
1
-2
/
+2
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-1
/
+2
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-10
/
+17
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-1
/
+55
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-3
/
+4
*
Use a more reliable method to determine whether
Sean Callanan
2015-04-30
1
-2
/
+1
*
Implemented ASTImporter support for Stmts and fixed
Sean Callanan
2015-04-28
1
-31
/
+701
*
Added support for attributed types to the ASTImporter.
Sean Callanan
2015-04-02
1
-0
/
+22
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-1
/
+1
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-1
/
+1
*
Fixed an 80-column violation.
Sean Callanan
2014-12-10
1
-6
/
+7
*
Fixed the AST importer ot use redeclaration contexts properly.
Sean Callanan
2014-12-10
1
-16
/
+16
*
Made the ASTImporter resilient if it can't import
Sean Callanan
2014-12-10
1
-1
/
+6
*
Updated the AST importer to support importing
Sean Callanan
2014-12-10
1
-0
/
+30
*
Correct importing of the type of a TemplateArgument
David Blaikie
2014-10-22
1
-4
/
+5
*
Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity
David Blaikie
2014-10-17
1
-1
/
+1
*
PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...
David Blaikie
2014-10-16
1
-1
/
+1
*
Adding attributes to the IndirectFieldDecl that we generate for anonymous str...
Aaron Ballman
2014-10-15
1
-3
/
+6
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+7
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+3
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-11
/
+11
*
Convert some function arguments to use ArrayRef.
Craig Topper
2014-06-26
1
-3
/
+2
*
Rename SourceManager::createFileIDForMemBuffer()
Alp Toker
2014-05-16
1
-2
/
+1
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-232
/
+232
*
Fix up indentation and fix an 80 column violation.
Craig Topper
2014-05-07
1
-19
/
+20
*
[C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...
Aaron Ballman
2014-03-17
1
-4
/
+2
*
[C++11] Replacing FunctionProtoType iterators exception_begin() and exception...
Aaron Ballman
2014-03-17
1
-4
/
+2
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-4
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...
Aaron Ballman
2014-03-13
1
-6
/
+2
[next]