summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Provide a fixit hint for changing '->' to '.' if there is no operator->Kaelyn Uhrain2013-07-112-4/+23
* Make CXXBaseSpecifier::getType return unqual type.Eli Friedman2013-07-112-1/+13
* clang-format: Fix bug concerning the alignment of "}".Daniel Jasper2013-07-112-1/+8
* clang-format: Break before trailing annotations.Daniel Jasper2013-07-112-2/+12
* clang-format: Avoid line breaks before the first <<.Daniel Jasper2013-07-113-10/+48
* Restore warning to its original text whenFariborz Jahanian2013-07-112-3/+3
* Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.Eli Bendersky2013-07-113-9/+8
* ObjectiveC arc[qoi]: When due to change of certain methods'Fariborz Jahanian2013-07-115-7/+60
* Improve detection of trailing return types.Daniel Jasper2013-07-112-1/+5
* Fix indentation problem for comments in call chainsDaniel Jasper2013-07-112-1/+5
* Keep trailing annotations close to their argument.Daniel Jasper2013-07-112-0/+6
* PR5066: If a declarator cannot have an identifier, and cannot possibly beRichard Smith2013-07-117-1/+59
* Documentation fixes - the rest of DeclCXX.h:James Dennett2013-07-111-114/+130
* Documentation cleanup for DeclCXX.h:James Dennett2013-07-111-179/+197
* clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054.NAKAMURA Takumi2013-07-111-1/+1
* Fix build.Eli Friedman2013-07-111-2/+2
* Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith2013-07-117-2/+71
* Make CheckAddressOfOperand a member of Sema so it can be reused byRichard Smith2013-07-112-35/+36
* Simplify atomic load/store IRGen.Eli Friedman2013-07-116-149/+71
* Fix some grammar errors.Richard Smith2013-07-111-4/+4
* Fix documentation:Richard Smith2013-07-111-5/+11
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-108-28/+66
* ObjC migrator: Improve on hueristics.Fariborz Jahanian2013-07-105-13/+57
* Use a LexicalScope here since it is one and it will encapsulateEric Christopher2013-07-101-12/+2
* [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization.Jordan Rose2013-07-102-2/+10
* Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors toJames Dennett2013-07-102-2/+42
* Offer typo suggestions for 'using' declarations.Kaelyn Uhrain2013-07-103-4/+152
* Add experimental flag for adaptive parameter bin-packing.Daniel Jasper2013-07-105-12/+100
* Fixed comment of Sema::FindInstantiatedDecl.Serge Pavlov2013-07-101-5/+5
* Finish off mangling locals in block literals.Eli Friedman2013-07-102-8/+26
* Get rid of dead/useless code for block mangling.Eli Friedman2013-07-104-40/+8
* More local mangling fixes.Eli Friedman2013-07-1011-79/+176
* objc migrator: More refinment of propertyFariborz Jahanian2013-07-102-14/+14
* Apply BlackList -> SpecialCaseList rename in Clang.Peter Collingbourne2013-07-091-3/+3
* Objective-C: merge objc_requires_super attribute ofFariborz Jahanian2013-07-092-4/+36
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-092-18/+1
* 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
OpenPOWER on IntegriCloud