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
*
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
*
Attempt typo correction for function calls with the wrong number of arguments.
Kaelyn Uhrain
2013-07-08
6
-7
/
+157
*
Make a couple of useful typo correction callbacks more widely available.
Kaelyn Uhrain
2013-07-08
3
-64
/
+72
*
ObjC migration: Skip over setter/getter with attributes
Fariborz Jahanian
2013-07-08
3
-1
/
+26
*
[Objective-C migrator] replace candidate user setter/getter with
Fariborz Jahanian
2013-07-08
6
-3
/
+78
*
Fix Sema for compares with _Atomic vars.
Eli Friedman
2013-07-08
3
-41
/
+38
*
Fix incorrect incorrect cast identification in clang-format.
Daniel Jasper
2013-07-08
2
-0
/
+2
*
Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",
Enea Zaffanella
2013-07-08
2
-10
/
+18
*
Reformat clang-format's source files after r185822 and others.
Daniel Jasper
2013-07-08
9
-59
/
+51
*
Prefer similar line breaks.
Daniel Jasper
2013-07-08
2
-20
/
+33
*
Fix use of invalidated iterator bug in AST match finder.
Manuel Klimek
2013-07-08
1
-4
/
+6
*
Fix for corner cases in code handling leading "* " decorations in block comments
Alexander Kornienko
2013-07-08
3
-30
/
+69
*
clang/include/clang/AST/ExprCXX.h:260:5: Fix a warning -- unknown command tag...
NAKAMURA Takumi
2013-07-08
1
-1
/
+1
*
clang/test/Index/comment-custom-block-command.cpp: This has not been failing ...
NAKAMURA Takumi
2013-07-08
1
-1
/
+1
*
Documentation cleanup for include/clang/AST/ExprCXX.h.
James Dennett
2013-07-08
1
-161
/
+184
*
clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shel...
NAKAMURA Takumi
2013-07-08
1
-0
/
+4
*
clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-un...
NAKAMURA Takumi
2013-07-08
1
-1
/
+2
*
AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru...
NAKAMURA Takumi
2013-07-08
1
-0
/
+5
*
Simplify code. No functional change.
Craig Topper
2013-07-08
1
-3
/
+1
*
Introduce a typedef for the type of NewlyDeducedPacks to avoid repeating the ...
Craig Topper
2013-07-08
1
-20
/
+19
*
Remove 'else' after 'return'
Craig Topper
2013-07-08
1
-1
/
+1
*
Function argument formatting fixes. No functional change.
Craig Topper
2013-07-08
1
-6
/
+6
*
Function argument formatting fixes.
Craig Topper
2013-07-08
1
-17
/
+19
*
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...
Craig Topper
2013-07-08
6
-9
/
+9
*
Sema: Do not merge new decls with invalid, old decls
David Majnemer
2013-07-07
5
-13
/
+19
*
Fixed source range for functional cast and unresolved construct expr nodes.
Enea Zaffanella
2013-07-07
4
-3
/
+45
*
Rename test to match C++1y paragraph number per N3690, and add additional test
Richard Smith
2013-07-07
2
-3
/
+13
*
Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes.
James Dennett
2013-07-07
1
-61
/
+70
*
Fixed source location info for UnaryTransformTypeLoc nodes.
Enea Zaffanella
2013-07-06
3
-0
/
+32
*
Objective-C: Warn when fast enumeration variable isn't used.
Fariborz Jahanian
2013-07-06
2
-6
/
+3
*
Remove some useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-06
2
-3
/
+1
*
Sema: Fix a crash when main is redeclared as a function-template.
David Majnemer
2013-07-06
2
-8
/
+17
*
Update test for change in r185735.
Nick Lewycky
2013-07-06
1
-1
/
+1
*
Remove referece type onproperty of abstract
Fariborz Jahanian
2013-07-05
1
-1
/
+1
*
[comment parsing]: Removes an unsafe API whose
Fariborz Jahanian
2013-07-05
2
-6
/
+2
*
Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
2013-07-05
6
-12
/
+20
*
[libclang] Add the new function to libclang.exports
Argyrios Kyrtzidis
2013-07-05
1
-0
/
+1
[next]