summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-099-14/+33
* Initial support for formatting trailing return types.Daniel Jasper2013-07-094-3/+23
* ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup andRafael Espindola2013-07-098-43/+37
* Avoid confusing indentations for chained function calls.Daniel Jasper2013-07-092-5/+28
* c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include...NAKAMURA Takumi2013-07-091-1/+1
* c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdo...NAKAMURA Takumi2013-07-091-0/+8
* Fix alignment of closing brace in braced initializers.Daniel Jasper2013-07-095-33/+43
* Format overloaded operators like other functions.Daniel Jasper2013-07-093-5/+15
* [analyzer] Fixup for r185609: actually do suppress warnings coming out of std...Anna Zaks2013-07-092-5/+11
* Fix recovery for missing * in objc property.Eli Friedman2013-07-092-2/+18
* Don't give # and ## special treatment when in -traditional-cpp mode. Patch byRichard Smith2013-07-092-0/+29
* Generalize hack allowing 'const' in __has_attribute (etc) to allow any tokenRichard Smith2013-07-092-3/+5
* Fix crash typo-correcting dependent member func.Eli Friedman2013-07-082-1/+5
* ObjC migration: more test for migration toFariborz Jahanian2013-07-082-0/+38
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-086-7/+157
* Make a couple of useful typo correction callbacks more widely available.Kaelyn Uhrain2013-07-083-64/+72
* ObjC migration: Skip over setter/getter with attributesFariborz Jahanian2013-07-083-1/+26
* [Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian2013-07-086-3/+78
* Fix Sema for compares with _Atomic vars.Eli Friedman2013-07-083-41/+38
* Fix incorrect incorrect cast identification in clang-format.Daniel Jasper2013-07-082-0/+2
* Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella2013-07-082-10/+18
* Reformat clang-format's source files after r185822 and others.Daniel Jasper2013-07-089-59/+51
* Prefer similar line breaks.Daniel Jasper2013-07-082-20/+33
* Fix use of invalidated iterator bug in AST match finder.Manuel Klimek2013-07-081-4/+6
* Fix for corner cases in code handling leading "* " decorations in block commentsAlexander Kornienko2013-07-083-30/+69
* clang/include/clang/AST/ExprCXX.h:260:5: Fix a warning -- unknown command tag...NAKAMURA Takumi2013-07-081-1/+1
* clang/test/Index/comment-custom-block-command.cpp: This has not been failing ...NAKAMURA Takumi2013-07-081-1/+1
* Documentation cleanup for include/clang/AST/ExprCXX.h.James Dennett2013-07-081-161/+184
* clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shel...NAKAMURA Takumi2013-07-081-0/+4
* clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-un...NAKAMURA Takumi2013-07-081-1/+2
* AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru...NAKAMURA Takumi2013-07-081-0/+5
* Simplify code. No functional change.Craig Topper2013-07-081-3/+1
* Introduce a typedef for the type of NewlyDeducedPacks to avoid repeating the ...Craig Topper2013-07-081-20/+19
* Remove 'else' after 'return'Craig Topper2013-07-081-1/+1
* Function argument formatting fixes. No functional change.Craig Topper2013-07-081-6/+6
* Function argument formatting fixes.Craig Topper2013-07-081-17/+19
* Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...Craig Topper2013-07-086-9/+9
* Sema: Do not merge new decls with invalid, old declsDavid Majnemer2013-07-075-13/+19
* Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella2013-07-074-3/+45
* Rename test to match C++1y paragraph number per N3690, and add additional testRichard Smith2013-07-072-3/+13
* Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes.James Dennett2013-07-071-61/+70
* Fixed source location info for UnaryTransformTypeLoc nodes.Enea Zaffanella2013-07-063-0/+32
* Objective-C: Warn when fast enumeration variable isn't used.Fariborz Jahanian2013-07-062-6/+3
* Remove some useless declarations (found by scan-build)Sylvestre Ledru2013-07-062-3/+1
* Sema: Fix a crash when main is redeclared as a function-template.David Majnemer2013-07-062-8/+17
* Update test for change in r185735.Nick Lewycky2013-07-061-1/+1
* Remove referece type onproperty of abstractFariborz Jahanian2013-07-051-1/+1
* [comment parsing]: Removes an unsafe API whoseFariborz Jahanian2013-07-052-6/+2
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-056-12/+20
* [libclang] Add the new function to libclang.exportsArgyrios Kyrtzidis2013-07-051-0/+1
OpenPOWER on IntegriCloud