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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a fixit hint for changing '->' to '.' if there is no operator->
Kaelyn Uhrain
2013-07-11
2
-4
/
+23
*
Make CXXBaseSpecifier::getType return unqual type.
Eli Friedman
2013-07-11
2
-1
/
+13
*
clang-format: Fix bug concerning the alignment of "}".
Daniel Jasper
2013-07-11
2
-1
/
+8
*
clang-format: Break before trailing annotations.
Daniel Jasper
2013-07-11
2
-2
/
+12
*
clang-format: Avoid line breaks before the first <<.
Daniel Jasper
2013-07-11
3
-10
/
+48
*
Restore warning to its original text when
Fariborz Jahanian
2013-07-11
2
-3
/
+3
*
Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.
Eli Bendersky
2013-07-11
3
-9
/
+8
*
ObjectiveC arc[qoi]: When due to change of certain methods'
Fariborz Jahanian
2013-07-11
5
-7
/
+60
*
Improve detection of trailing return types.
Daniel Jasper
2013-07-11
2
-1
/
+5
*
Fix indentation problem for comments in call chains
Daniel Jasper
2013-07-11
2
-1
/
+5
*
Keep trailing annotations close to their argument.
Daniel Jasper
2013-07-11
2
-0
/
+6
*
PR5066: If a declarator cannot have an identifier, and cannot possibly be
Richard Smith
2013-07-11
7
-1
/
+59
*
Documentation fixes - the rest of DeclCXX.h:
James Dennett
2013-07-11
1
-114
/
+130
*
Documentation cleanup for DeclCXX.h:
James Dennett
2013-07-11
1
-179
/
+197
*
clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054.
NAKAMURA Takumi
2013-07-11
1
-1
/
+1
*
Fix build.
Eli Friedman
2013-07-11
1
-2
/
+2
*
Add a __builtin_addressof that performs the same functionality as the built-in
Richard Smith
2013-07-11
7
-2
/
+71
*
Make CheckAddressOfOperand a member of Sema so it can be reused by
Richard Smith
2013-07-11
2
-35
/
+36
*
Simplify atomic load/store IRGen.
Eli Friedman
2013-07-11
6
-149
/
+71
*
Fix some grammar errors.
Richard Smith
2013-07-11
1
-4
/
+4
*
Fix documentation:
Richard Smith
2013-07-11
1
-5
/
+11
*
If we friend a declaration twice, that should not make it visible to name
Richard Smith
2013-07-10
8
-28
/
+66
*
ObjC migrator: Improve on hueristics.
Fariborz Jahanian
2013-07-10
5
-13
/
+57
*
Use a LexicalScope here since it is one and it will encapsulate
Eric Christopher
2013-07-10
1
-12
/
+2
*
[analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization.
Jordan Rose
2013-07-10
2
-2
/
+10
*
Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to
James Dennett
2013-07-10
2
-2
/
+42
*
Offer typo suggestions for 'using' declarations.
Kaelyn Uhrain
2013-07-10
3
-4
/
+152
*
Add experimental flag for adaptive parameter bin-packing.
Daniel Jasper
2013-07-10
5
-12
/
+100
*
Fixed comment of Sema::FindInstantiatedDecl.
Serge Pavlov
2013-07-10
1
-5
/
+5
*
Finish off mangling locals in block literals.
Eli Friedman
2013-07-10
2
-8
/
+26
*
Get rid of dead/useless code for block mangling.
Eli Friedman
2013-07-10
4
-40
/
+8
*
More local mangling fixes.
Eli Friedman
2013-07-10
11
-79
/
+176
*
objc migrator: More refinment of property
Fariborz Jahanian
2013-07-10
2
-14
/
+14
*
Apply BlackList -> SpecialCaseList rename in Clang.
Peter Collingbourne
2013-07-09
1
-3
/
+3
*
Objective-C: merge objc_requires_super attribute of
Fariborz Jahanian
2013-07-09
2
-4
/
+36
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
2
-18
/
+1
*
ObjC migrator: Add -objcmt-migrate-property to do property
Fariborz Jahanian
2013-07-09
9
-14
/
+33
*
Initial support for formatting trailing return types.
Daniel Jasper
2013-07-09
4
-3
/
+23
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
8
-43
/
+37
*
Avoid confusing indentations for chained function calls.
Daniel Jasper
2013-07-09
2
-5
/
+28
*
c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include...
NAKAMURA Takumi
2013-07-09
1
-1
/
+1
*
c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdo...
NAKAMURA Takumi
2013-07-09
1
-0
/
+8
*
Fix alignment of closing brace in braced initializers.
Daniel Jasper
2013-07-09
5
-33
/
+43
*
Format overloaded operators like other functions.
Daniel Jasper
2013-07-09
3
-5
/
+15
*
[analyzer] Fixup for r185609: actually do suppress warnings coming out of std...
Anna Zaks
2013-07-09
2
-5
/
+11
*
Fix recovery for missing * in objc property.
Eli Friedman
2013-07-09
2
-2
/
+18
*
Don't give # and ## special treatment when in -traditional-cpp mode. Patch by
Richard Smith
2013-07-09
2
-0
/
+29
*
Generalize hack allowing 'const' in __has_attribute (etc) to allow any token
Richard Smith
2013-07-09
2
-3
/
+5
*
Fix crash typo-correcting dependent member func.
Eli Friedman
2013-07-08
2
-1
/
+5
*
ObjC migration: more test for migration to
Fariborz Jahanian
2013-07-08
2
-0
/
+38
[next]