Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 년 전 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 년 전 |
Aaron Ballman
|
6440fd7553
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops.
|
11 년 전 |
Benjamin Kramer
|
2fa67efeaf
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
12 년 전 |
Benjamin Kramer
|
accaf19bc1
s/tranform/transform/
|
12 년 전 |
Sylvestre Ledru
|
bed28ac1d1
Fix a typo (the the => the)
|
13 년 전 |
Benjamin Kramer
|
471c8b4998
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
|
13 년 전 |
Benjamin Kramer
|
1ada2a6583
Remove the last dead private member in clang.
|
13 년 전 |
Benjamin Kramer
|
facde171ae
Remove unused private member variables found by clang's new -Wunused-private-field.
|
13 년 전 |
David Blaikie
|
4e4d08403c
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
13 년 전 |
John McCall
|
f4b88a4590
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
|
13 년 전 |
Argyrios Kyrtzidis
|
2a2781805a
[arcmt]
|
13 년 전 |
Chandler Carruth
|
402785357a
Mechanically rename SourceManager::getInstantiationLoc and
|
14 년 전 |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 년 전 |
Argyrios Kyrtzidis
|
86625b5650
[arcmt] Before applying '__weak' check whether the objc class is annotated with objc_arc_weak_reference_unavailable
|
14 년 전 |
John McCall
|
9f084a3166
Change the driver's logic about Objective-C runtimes: abstract out a
|
14 년 전 |
Argyrios Kyrtzidis
|
7196d06c2f
[arcmt] Break apart Transforms.cpp.
|
14 년 전 |