summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith2013-01-174-3/+422
* Treat hidden Objective-C protocol definitions as if they wereDouglas Gregor2013-01-172-1/+30
* Implement a fixit for -Wmain-return-typeDmitri Gribenko2013-01-171-1/+29
* objC block layout: Patch reorders block layout to Fariborz Jahanian2013-01-171-7/+42
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-163-7/+189
* Delay linkage checks when validating the weakref attribute.Rafael Espindola2013-01-162-10/+13
* Fixes crash when illegal function definitions are deleted or defaulted. Fixe...Aaron Ballman2013-01-161-2/+2
* Simplify code. No functionality change.Rafael Espindola2013-01-161-20/+1
* Remove unnecessary initialization i Added in r172668.David Blaikie2013-01-161-6/+5
* Readd an open paren that was lost while reformatting code.David Blaikie2013-01-161-1/+1
* Fix -Wreorder warning.David Blaikie2013-01-161-13/+11
* Check for internal weak decls after merging.Rafael Espindola2013-01-162-6/+13
* PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie2013-01-1612-5325/+5333
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-1617-217/+277
* Correct order of operands forwarding NEON vfma to LLVM fmaTim Northover2013-01-161-1/+3
* Move initialization of ParsingIfOrElifDirective down next to the macroEric Christopher2013-01-161-4/+3
* No longer crashing with an assert when __has_include or __has_include_next is...Aaron Ballman2013-01-163-1/+11
* Teach global selector lookup to ignore hidden methods, which occurDouglas Gregor2013-01-161-47/+65
* [PCH/Modules] The iterator may become invalidated because a new macro can be ...Argyrios Kyrtzidis2013-01-161-2/+4
* First step in implementation of mips16 and nomips16 attributes.Reed Kotler2013-01-162-0/+58
* Fix a bug where we would move a following line into a comment.Daniel Jasper2013-01-161-1/+1
* [preprocessor] Call the MacroUndefined callback even when the macro was not d...Argyrios Kyrtzidis2013-01-162-5/+8
* Fix parsing error in conditional expressions.Daniel Jasper2013-01-161-4/+3
* [PCH/Modules] Change how macro [re]definitions are de/serialized.Argyrios Kyrtzidis2013-01-163-65/+33
* Improve understanding of unary operators.Daniel Jasper2013-01-161-1/+1
* Disable inlining of short ifs in Google style.Daniel Jasper2013-01-161-1/+1
* Add option to avoid "bin-packing" of parameters.Daniel Jasper2013-01-161-8/+60
* Add debugging support for split penalties.Manuel Klimek2013-01-162-2/+41
* Use standard llvm Debug.h support for debugging output.Manuel Klimek2013-01-161-17/+16
* Clang Format: Handle missing semicolonAlexander Kornienko2013-01-161-2/+5
* Fix uninitialized bool flag access in SanitizerArgs parserAlexey Samsonov2013-01-161-2/+2
* Calculate the total length of a line up to each token up front.Daniel Jasper2013-01-162-57/+34
* Change the datastructure for UnwrappedLines.Daniel Jasper2013-01-163-62/+43
* Never merge < and ::, as it produces different tokens.Daniel Jasper2013-01-161-4/+4
* Remove errors were if statements were incorrectly put on a single line.Daniel Jasper2013-01-161-0/+7
* [analyzer] Add an annotation to allow suppression of direct ivarAnna Zaks2013-01-161-0/+18
* [analyzer] Fix warning typo.Anna Zaks2013-01-161-2/+2
* [analyzer] Refactor: parameter rename.Anna Zaks2013-01-162-2/+2
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-163-2/+18
* Collect both normal and static data members of a class in sourceEric Christopher2013-01-162-106/+173
* One can have an unavailable method overridden by an available method,Douglas Gregor2013-01-161-1/+1
* Apply adjustment to function- and array-typed non-type templateDouglas Gregor2013-01-161-0/+13
* Fix signed/unsigned CompareDavid Greene2013-01-151-1/+2
* Avoid unsigned Compare to intDavid Greene2013-01-151-1/+1
* When checking availability attributes for consistency between anDouglas Gregor2013-01-153-27/+87
* Fix CastDavid Greene2013-01-151-1/+2
* Fix CastingDavid Greene2013-01-151-1/+1
* Fix Const CastDavid Greene2013-01-151-1/+2
* Fix CastDavid Greene2013-01-151-1/+2
* Fix Cast CodeDavid Greene2013-01-151-2/+3
OpenPOWER on IntegriCloud