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
/
AttrImpl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+1
*
Devirtualize Attr and all subclasses.
Benjamin Kramer
2015-03-19
1
-7
/
+1
*
Refactor the Microsoft inheritance attribute handling so that it no longer ha...
Aaron Ballman
2013-12-18
1
-2
/
+0
*
Tablegen now generates a StringSwitch for attributes containing enumeration a...
Aaron Ballman
2013-09-11
1
-0
/
+1
*
[ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
2013-03-26
1
-0
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+4
*
Generate Attr subclasses with TableGen.
Alexis Hunt
2010-08-18
1
-224
/
+3
*
Patch to add type parameter support for attribute iboutletcollection.
Fariborz Jahanian
2010-08-17
1
-1
/
+1
*
Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ...
Jordy Rose
2010-08-12
1
-13
/
+9
*
Instead of having a specific CXTranslationUnit_* option flag for
Douglas Gregor
2010-08-09
1
-0
/
+1
*
Added vecreturn attribute parsing.
John Thompson
2010-08-09
1
-0
/
+1
*
Implement #pragma GCC visibility.
Eli Friedman
2010-08-05
1
-1
/
+1
*
After a lengthy design discussion, add support for "ownership attributes" for...
Ted Kremenek
2010-07-31
1
-0
/
+53
*
I lied. Kill off a few more Destroy methods
Douglas Gregor
2010-07-25
1
-19
/
+1
*
implement support for -finstrument-functions, patch by Nelson
Chris Lattner
2010-06-22
1
-0
/
+1
*
Implements Sema part of init_priority(priority) attribute
Fariborz Jahanian
2010-06-18
1
-0
/
+4
*
Implement first TD-based usage of attributes.
Alexis Hunt
2010-06-16
1
-2
/
+2
*
AST: Add AlignMac68kAttr, not yet used.
Daniel Dunbar
2010-05-27
1
-0
/
+1
*
AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.
Daniel Dunbar
2010-05-27
1
-2
/
+2
*
Add clang support for IBOutletCollection.
Ted Kremenek
2010-05-19
1
-0
/
+4
*
Add support for Microsoft's __thiscall, from Steven Watanabe!
Douglas Gregor
2010-05-18
1
-0
/
+1
*
Add support for the weakref attribute. We still produce "alias weak" as llvm-...
Rafael Espindola
2010-02-23
1
-2
/
+1
*
Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to
Ted Kremenek
2010-02-18
1
-22
/
+24
*
Add IBAction attribute to keep the IBOutlet attribute company.
Ted Kremenek
2010-02-17
1
-0
/
+4
*
Fix re-allocation in AttrWithString::ReplaceString() to use the allocator ass...
Ted Kremenek
2010-02-11
1
-1
/
+1
*
Use the allocator associated with ASTContext to allocate the args
Ted Kremenek
2010-02-11
1
-1
/
+17
*
Remove use of 'std::string' from Attr objects, using instead a byte
Ted Kremenek
2010-02-11
1
-6
/
+40
*
Add support for the force_align_arg_pointer attribute. This is an x86-specific
Charles Davis
2010-02-10
1
-0
/
+1
*
Make clone() method out-of-line for Attr classes.
Anton Korobeynikov
2010-01-10
1
-0
/
+143