summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* clang-cl: add support for the /? and /help optionsHans Wennborg2013-07-271-4/+36
* Don't build expressions for invalid casts.Eli Friedman2013-07-261-8/+21
* Handle a difference in lambda return type deduction between C++11 and C++1y: ifRichard Smith2013-07-261-2/+8
* PR16708: If a lambda has an implicit return type, don't get confused if its r...Richard Smith2013-07-261-17/+17
* Use the new boolean to StringRef function to generate the proper StringRefs.Bill Wendling2013-07-261-6/+6
* Debug Info / EmitCallArgs: arguments may modify the debug location.Adrian Prantl2013-07-262-4/+24
* Add matcher for float literals.Daniel Jasper2013-07-261-0/+1
* [libclang] Remove comma from the blacklist of characters that prevent a comme...Argyrios Kyrtzidis2013-07-261-1/+1
* clang-format: Add two new style options to support WebKit style.Daniel Jasper2013-07-263-41/+82
* [frontend] '-frewrite-includes' should not ignore headers included from comma...Argyrios Kyrtzidis2013-07-261-1/+12
* [analyzer] Fix FP warnings when binding a temporary to a local static variablePavel Labath2013-07-262-1/+18
* Remove trailing whitespace.Craig Topper2013-07-261-91/+91
* Remove trailing whitespace.Craig Topper2013-07-261-76/+76
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-267-8/+71
* Tighten type-checking for vector attributes.Eli Friedman2013-07-261-1/+14
* Fix gcc search for cross-compiler on Ubuntu 13.04.Eli Friedman2013-07-261-2/+9
* Fix GNU ObjC ABI for a message returning a struct.Eli Friedman2013-07-262-13/+39
* Partially revert r186903.Eli Friedman2013-07-262-2/+2
* Options.td: fold the NoForward flag into DriverOptionHans Wennborg2013-07-251-1/+0
* When we perform dependent name lookup during template instantiation, it's notRichard Smith2013-07-255-39/+144
* [analyzer] Remove dead optimization for MaterializeTemporaryExpr.Jordan Rose2013-07-251-15/+1
* Don't forward all assembler arguments untouched to -cc1asDavid Blaikie2013-07-251-34/+39
* Remove the mblaze backend from clang.Rafael Espindola2013-07-253-300/+0
* [analyzer] Weaken assertion to account for pointer-to-integer casts.Jordan Rose2013-07-251-1/+1
* clang-format: Fix switch/case interaction with macros.Daniel Jasper2013-07-251-5/+14
* Use memoization for has()-matcher.Daniel Jasper2013-07-251-2/+4
* Avoid recursions when the parser finds out that it has too many brackets.Rafael Espindola2013-07-251-1/+11
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-252-3/+12
* Debug Info: Fine-tune the simple return expression location handling toAdrian Prantl2013-07-251-8/+14
* typo.Adrian Prantl2013-07-251-1/+1
* Documentation parsing: if typedef name is being declaredFariborz Jahanian2013-07-241-1/+7
* Simplify code - no functionality change.Eli Bendersky2013-07-241-15/+15
* Partial revert of r185568.Eli Bendersky2013-07-243-19/+8
* Debug Info: Fix an oversight of r186553. Ensure that the function prologueAdrian Prantl2013-07-243-10/+25
* Objective-C migrator: some cleanup.Fariborz Jahanian2013-07-242-9/+11
* ObjectiveC migration: Method candidates for Fariborz Jahanian2013-07-241-4/+12
* Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch.Eli Bendersky2013-07-241-0/+7
* Rename feature test for lambda init-captures from cxx_generalized_capture toRichard Smith2013-07-241-2/+2
* Update documentation to match current C++1y feature set.Richard Smith2013-07-241-2/+2
* Use ARM-style representation for C++ method pointers under PNaCl/EmscriptenMark Seaborn2013-07-241-16/+33
* Sema: Minor const fixups and control flow tidying.Benjamin Kramer2013-07-242-97/+71
* Add support for Adaptative matchers on the dynamic registry.Samuel Benzaquen2013-07-241-8/+65
* clang-format: Initial (incomplete) support for the WebKit coding style.Daniel Jasper2013-07-241-0/+28
* C++1y: track object lifetime during constexpr evaluation, and don't allowRichard Smith2013-07-241-59/+170
* ObjectiveC migration: more migration toFariborz Jahanian2013-07-231-3/+16
* ObjectiveC migrator: start migrating toFariborz Jahanian2013-07-231-4/+12
* ObjC migrator: more knobs toward doingFariborz Jahanian2013-07-232-1/+42
* [PowerPC64] Fix passing of single-vector-member structs to match ABI.Bill Schmidt2013-07-231-2/+2
* ObjC migrator: Define family of methodsFariborz Jahanian2013-07-231-0/+33
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-233-40/+78