summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose2012-06-064-20/+41
* Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet2012-06-063-16/+2
* Introduce -Wunused-private-field. If enabled, this warning detectsDaniel Jasper2012-06-063-2/+147
* Disable path pruning for UndefResultChecker. It turns out we usually want to...Ted Kremenek2012-06-061-0/+2
* A non-explicit constructor template with a second parameter that is aDouglas Gregor2012-06-051-1/+3
* PlistDiagnostics: force the ranges for control-flow edges to be single locati...Ted Kremenek2012-06-051-2/+10
* objective-c: merge deprecated/unavailable attributes toFariborz Jahanian2012-06-051-5/+2
* Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>.Eli Friedman2012-06-051-2/+7
* Reapply "Only emit debug information for methods that are user defined, there's"Eric Christopher2012-06-051-2/+6
* Mips: Define __mips_hard_float macro additional to __mips_single_floatSimon Atanasyan2012-06-051-6/+7
* Revert "Only emit debug information for methods that are user defined, there's"John McCall2012-06-051-6/+2
* Only emit debug information for methods that are user defined, there'sEric Christopher2012-06-051-2/+6
* Teach format string checking about compile-time CFString constants.Jordan Rose2012-06-041-20/+24
* Make suggestions for mismatched enum arguments to printf/scanf.Jordan Rose2012-06-042-0/+9
* Teach printf/scanf about enums with fixed underlying types.Jordan Rose2012-06-042-10/+25
* PR13022: cope with parenthesized function types in MS name mangling.Richard Smith2012-06-041-1/+1
* Add a warning for when an array-to-pointer decay is performed on an arrayRichard Smith2012-06-043-4/+69
* [objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis2012-06-042-11/+52
* [analyzer] Fix a diagnostics bug which lead to a crash on the buildbot.Anna Zaks2012-06-041-0/+5
* objective-c: Handle more warning cases for whenFariborz Jahanian2012-06-041-0/+17
* Fixed a problem related to resolution of built-in headers in case a path of t...Alexander Kornienko2012-06-041-25/+15
* Removing the lambda extension warning concerning single return statements, as...Aaron Ballman2012-06-041-20/+0
* Remove AST and Parse from Driver's dependencies.Jordan Rose2012-06-041-1/+1
* Require -pie when linking with ASan on Android.Evgeniy Stepanov2012-06-041-0/+2
* Add fma3 intrinsic header file.Craig Topper2012-06-043-0/+234
* When adding built-in operator candidates for overload resolutionDouglas Gregor2012-06-041-26/+110
* Make disabling SSE levels also disable AVX and FMA.Craig Topper2012-06-031-6/+13
* Make AES and PCLMUL features imply SSE2 as that's needed to get the right typ...Craig Topper2012-06-031-3/+4
* Add fma feature flag for Intel FMA instructions.Craig Topper2012-06-031-2/+21
* Improve fixit for comparison operator on lhs of bitwise operator.Nico Weber2012-06-031-1/+1
* Initialize the non-target-dependent fields of the Preprocessor in its constru...Argyrios Kyrtzidis2012-06-021-48/+47
* ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native p...NAKAMURA Takumi2012-06-021-1/+3
* MIPS: Factor out code selects the float ABI as determined by -msoft-float,Simon Atanasyan2012-06-021-15/+22
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-028-10/+10
* Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnosti...Alexander Kornienko2012-06-021-5/+16
* [analyzer] Rely on canBeInlined utility instead of checking CallExprAnna Zaks2012-06-022-2/+3
* [analyzer] Fix a spurious undef value warning.Anna Zaks2012-06-011-1/+9
* [analyzer] Fix lack of coverage after empty inlined function.Anna Zaks2012-06-011-0/+2
* Disable diagnosic path pruning for ReturnUndefChecker.Ted Kremenek2012-06-011-0/+1
* static analyzer: add inlining support for directly called blocks.Ted Kremenek2012-06-015-69/+180
* Don't allow multiple correction candidates that have the same identifierKaelyn Uhrain2012-06-011-25/+53
* Support C++11 enum forward declarations.Eric Christopher2012-06-011-1/+2
* [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...Argyrios Kyrtzidis2012-06-014-25/+58
* Anonymous union members within a struct are now properly handled as an uneval...Aaron Ballman2012-06-011-1/+1
* In TypoCorrectionConsumer, BestResults to CorrectionResults to lessenKaelyn Uhrain2012-05-311-14/+19
* objc: properties of NSObject attribute mustFariborz Jahanian2012-05-311-1/+9
* [analyzer] Fix BugType memory leak in IdempotentOperationChecker.Tom Care2012-05-311-1/+4
* [analyzer] Cleanup for r157721.Anna Zaks2012-05-311-11/+9
* Fix an object lifetime issue in clang/Tooling.Alexander Kornienko2012-05-311-6/+9
* Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we...Ted Kremenek2012-05-315-3/+9
OpenPOWER on IntegriCloud