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
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clear the LV cache when setting the instantiated from link.
Rafael Espindola
2013-01-08
1
-0
/
+1
*
Fix up various builtin declaration of objc_msgSend families
Fariborz Jahanian
2013-01-04
1
-1
/
+16
*
Convert an if that never happens to an assert.
Rafael Espindola
2013-01-02
1
-3
/
+2
*
Robustify the @encode code and add support for _Atomic.
John McCall
2012-12-20
1
-52
/
+109
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-0
/
+19
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-19
/
+0
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-0
/
+19
*
objective-C blocks: Check for record type when deciding if
Fariborz Jahanian
2012-12-11
1
-1
/
+1
*
Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremel...
Richard Smith
2012-12-06
1
-1
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-5
/
+6
*
Merge function types in C.
Rafael Espindola
2012-11-29
1
-5
/
+5
*
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-28
1
-76
/
+36
*
Fix the definition of the vfork() builtin on Haiku. PR14378.
Eli Friedman
2012-11-27
1
-0
/
+9
*
block extended signatur option. Change previous option
Fariborz Jahanian
2012-11-15
1
-2
/
+2
*
Fix a trivial bool-related bug I spotted while skimming David Fang's
Eli Friedman
2012-11-15
1
-2
/
+2
*
objective-C blocks: under cc1 flag -encode-extended-block-signature,
Fariborz Jahanian
2012-11-14
1
-2
/
+12
*
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
1
-2
/
+32
*
Provide the correct mangling and linkage for certain unnamed nested classes.
David Blaikie
2012-11-14
1
-0
/
+17
*
Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with
Richard Smith
2012-11-12
1
-19
/
+12
*
Remove a const_cast by propagating constness to the member function.
Dmitri Gribenko
2012-11-03
1
-8
/
+8
*
search for overridden methods with comment when overriding method
Fariborz Jahanian
2012-10-11
1
-13
/
+17
*
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
1
-4
/
+56
*
Fix PR 11709: Change the definition of va_list to meet AAPCS requirement
Logan Chien
2012-10-10
1
-0
/
+61
*
Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer.
Argyrios Kyrtzidis
2012-10-09
1
-10
/
+3
*
Move the functionality that looks for ObjC overridden methods from
Argyrios Kyrtzidis
2012-10-09
1
-167
/
+7
*
Move the logic that searches for overridden methods from libclang to
Argyrios Kyrtzidis
2012-10-09
1
-0
/
+186
*
When storing the C++ overridden methods, store them once for the
Argyrios Kyrtzidis
2012-10-09
1
-3
/
+4
*
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-29
1
-3
/
+5
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-3
/
+6
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-0
/
+1
*
Added missing const.
Abramo Bagnara
2012-09-09
1
-1
/
+1
*
Fixed support for disabled wchar_t and added an appropriate test.
Abramo Bagnara
2012-09-09
1
-2
/
+2
*
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-31
1
-0
/
+3
*
objective-C: clang must implicitly convert
Fariborz Jahanian
2012-08-30
1
-0
/
+1
*
Fix a crash in type merging with enum types.
Eli Friedman
2012-08-30
1
-3
/
+6
*
Fix a -Wdocumentation warning.
Dmitri Gribenko
2012-08-28
1
-3
/
+3
*
Attaching comments to decls: since it was decided that Decl::isImplicit should
Dmitri Gribenko
2012-08-23
1
-2
/
+0
*
ASTContext::getCommentForDecl: add comment.
Dmitri Gribenko
2012-08-22
1
-0
/
+4
*
Attaching comments to declarations: when documentation is requested for an
Dmitri Gribenko
2012-08-22
1
-5
/
+62
*
When performing a trivial copy of a C++ type, we must be careful not
John McCall
2012-08-21
1
-0
/
+21
*
Attaching comments to declarations: ignore implicit decls. Decl::isImplicit()
Dmitri Gribenko
2012-08-20
1
-0
/
+18
*
Attaching comments to declarations: parse the comment in context of the
Dmitri Gribenko
2012-08-16
1
-3
/
+20
*
Fix misaligned allocation of QualifiedTempateName and DependentTemplateName.
Richard Smith
2012-08-16
1
-5
/
+10
*
Attaching comments to redeclarations: fix wrong assumptions
Dmitri Gribenko
2012-08-14
1
-6
/
+26
*
Factor out computation of whether a typeid's expression is potentially
Richard Smith
2012-08-13
1
-1
/
+1
*
When looking for the comment associated with a declaration, adjust the
Douglas Gregor
2012-08-13
1
-0
/
+11
*
Attaching comments to declarations: find comment attached to any redeclaration
Dmitri Gribenko
2012-08-11
1
-43
/
+55
*
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-09
1
-3
/
+6
*
Attaching comments to declarations: handle using-declaration.
Dmitri Gribenko
2012-08-02
1
-2
/
+2
[prev]
[next]