index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
4
-27
/
+10
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
4
-10
/
+27
*
PR36645: Go looking for an appropriate array bound when constant-evaluating a
Richard Smith
2018-03-09
1
-4
/
+12
*
[analyzer] Correctly model iteration through "nil" objects
George Karpenkov
2018-03-08
1
-0
/
+3
*
[MS] Pass CVRU qualifiers properly in Itanium mangler
Reid Kleckner
2018-03-08
1
-1
/
+1
*
Reland r326766 (with a slightly modified test)
George Burgess IV
2018-03-07
1
-1
/
+5
*
Revert 326766 too, after r326862 the test fails and I don't know how to fix.
Nico Weber
2018-03-07
1
-5
/
+1
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-4
/
+6
*
[ExprConstant] Look through ExprWithCleanups for `allocsize`
George Burgess IV
2018-03-06
1
-1
/
+5
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-6
/
+4
*
[NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...
David L. Jones
2018-03-02
2
-13
/
+16
*
Revert r326501 due to buildbot breakage.
David L. Jones
2018-03-01
2
-16
/
+13
*
[NFC] Move CommentOpts checks to the call sites that depend on it.
David L. Jones
2018-03-01
2
-13
/
+16
*
[RecordLayout] Only assert that fundamental type sizes are power of two on MSVC
Martin Storsjo
2018-03-01
1
-4
/
+26
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
13
-74
/
+73
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
3
-13
/
+60
*
Fix a couple of cases where we would fail to correctly parse deduced class te...
Richard Smith
2018-02-28
1
-0
/
+5
*
[RecordLayout] Don't align to non-power-of-2 sizes when using -mms-bitfields
Martin Storsjo
2018-02-27
1
-1
/
+6
*
[ExprConstant] Fix crash when initialize an indirect field with another field.
Volodymyr Sapsai
2018-02-23
1
-4
/
+16
*
[ODRHash] Fix hashing for friend functions.
Richard Trieu
2018-02-22
2
-3
/
+6
*
[ODRHash] Handle some template weirdness.
Richard Trieu
2018-02-22
2
-19
/
+43
*
In C++14 onwards, it is permitted to read mutable members in constant
Richard Smith
2018-02-21
1
-10
/
+22
*
Clean up use of C allocation functions
Serge Pavlov
2018-02-21
1
-1
/
+1
*
Revert r325375 "[MS] Make constexpr static data members implicitly inline"
Hans Wennborg
2018-02-20
1
-1
/
+1
*
[MS] Make constexpr static data members implicitly inline
Reid Kleckner
2018-02-16
1
-1
/
+1
*
[OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny
Alexey Bataev
2018-02-14
1
-42
/
+41
*
[AST] Refine the condition for element-dependent array fillers
Ivan A. Kosarev
2018-02-14
1
-2
/
+23
*
Quick fix for 325116 buildbots: move template specialization into namespace
Aleksei Sidorin
2018-02-14
1
-27
/
+29
*
[ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...
Aleksei Sidorin
2018-02-14
1
-50
/
+109
*
Fix a couple of places where we assumed that non-type template parameters are...
Richard Smith
2018-02-14
1
-1
/
+2
*
Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...
Nico Weber
2018-02-13
1
-0
/
+12
*
Update StmtProfile.cpp to handle zero template arguments.
Richard Trieu
2018-02-13
1
-2
/
+5
*
[Sema] Don't mark plain MS enums as fixed
Reid Kleckner
2018-02-12
1
-6
/
+1
*
AST: support ObjC lifetime qualifiers in MS ABI
Saleem Abdulrasool
2018-02-09
1
-5
/
+60
*
AST: support SwiftCC on MS ABI
Saleem Abdulrasool
2018-02-07
1
-3
/
+3
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
3
-5
/
+73
*
Make __has_unique_object_representations reject empty union types.
Eric Fiselier
2018-02-02
1
-1
/
+1
*
[AST] namespace ns { extern "C" { int X; }} prints as "ns::X", not as "X"
Sam McCall
2018-02-02
1
-3
/
+4
*
PR36181: Teach CodeGen to properly ignore requests to emit dependent entities.
Richard Smith
2018-02-01
1
-0
/
+13
*
[PR32482] Fix bitfield layout for -mms-bitfield and pragma pack
Alex Lorenz
2018-01-31
1
-3
/
+4
*
[ASTImporter] Add support to import some AST nodes:
Gabor Horvath
2018-01-27
1
-23
/
+108
*
AST: support protocol conformances on id/class/interfaces in MS ABI
Saleem Abdulrasool
2018-01-26
1
-3
/
+30
*
[AST] Use bit packing to reduce sizeof(TypedefNameDecl) from 88 to 80.
Benjamin Kramer
2018-01-26
1
-3
/
+1
*
[ASTImporter] avoid warnings: unused var, switch covered
Sam McCall
2018-01-26
2
-8
/
+6
*
[ASTImporter] Support LambdaExprs and improve template support
Aleksei Sidorin
2018-01-26
3
-61
/
+334
*
AST: inline a single-use variable (NFC)
Saleem Abdulrasool
2018-01-25
1
-2
/
+1
*
AST: correct mangling for SEL on MS ABI
Saleem Abdulrasool
2018-01-23
1
-1
/
+0
*
AST: adjust ObjC MS mangling to work with typedefs
Saleem Abdulrasool
2018-01-23
1
-5
/
+0
*
[CUDA] CUDA has no device-side library builtins.
Artem Belevich
2018-01-23
1
-0
/
+7
*
Allow BlockDecl in CXXRecord scope to have no access specifier.
Richard Trieu
2018-01-19
1
-0
/
+2
[next]