summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Warn on passing a reference to null pointer as an argument in a callAnna Zaks2013-03-073-29/+141
* Don't duplicate function names. Thanks to Jordan Rose for pointing it out.Rafael Espindola2013-03-071-4/+4
* Add a hasExternalLinkage helper. No functionality change.Rafael Espindola2013-03-076-14/+19
* Add a hasExternalStorageAsWritten helper. No functionality change.Rafael Espindola2013-03-072-5/+10
* Fix typo.Rafael Espindola2013-03-071-1/+1
* [analyzer] Check for returning null references in ReturnUndefChecker.Jordan Rose2013-03-074-35/+210
* [analyzer] Clean up a few doc comments for ProgramState and CallEvent.Jordan Rose2013-03-073-6/+14
* Ensure that DIType is regenerated after we visit an implementationAdrian Prantl2013-03-067-27/+203
* [analyzer] Pass the correct Expr to the bug reporter visitors when dealing wi...Anna Zaks2013-03-062-3/+56
* [analyzer] IDC: Add config option; perform the idc check on first “null nod...Anna Zaks2013-03-064-3/+24
* [PCH] When pre-validating the headers from the PCH, only validate non-system ...Argyrios Kyrtzidis2013-03-062-4/+26
* [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.Argyrios Kyrtzidis2013-03-063-40/+66
* [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...Argyrios Kyrtzidis2013-03-063-16/+5
* [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra...Argyrios Kyrtzidis2013-03-062-8/+3
* Spell Objective-C correctly.Fariborz Jahanian2013-03-062-2/+2
* say objective-C in the warning and streamlineFariborz Jahanian2013-03-063-23/+13
* Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko2013-03-0610-2/+57
* New ASTMatchers and enhancement to hasOverloadedOperatorNameEdwin Vane2013-03-064-16/+176
* [Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...Alexey Samsonov2013-03-062-21/+43
* revert r176531 due to clan-native-arm failsWeiming Zhao2013-03-063-37/+2
* PR15390: If a function returns a pointer to a function, that function typeRichard Smith2013-03-064-21/+39
* After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith2013-03-065-14/+37
* objective-C: don't crash after diagnosingFariborz Jahanian2013-03-062-2/+19
* Remove unused static variable.Douglas Gregor2013-03-051-4/+0
* Preprocessor: don't keep comments under -traditional-cpp.Jordan Rose2013-03-052-1/+16
* PR 11326: Lack diagnosic message when ABI conflicts on ARMWeiming Zhao2013-03-053-2/+37
* fix a missing check in my last patch.Fariborz Jahanian2013-03-052-3/+12
* Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.Jordan Rose2013-03-053-4/+16
* doc. parsing. Improve on diagnostics on my last patch.Fariborz Jahanian2013-03-055-13/+36
* Remove outdated claim that GCC builds without a C++ compiler from compilers c...Richard Smith2013-03-051-1/+0
* Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the firstLang Hames2013-03-052-3/+21
* [libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis2013-03-053-0/+14
* Fix this checkin.Fariborz Jahanian2013-03-051-1/+1
* doc parsing. Add @method and @callback forFariborz Jahanian2013-03-057-19/+46
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-052-1/+27
* Make LibASTMatchersTutorial code match textEdwin Vane2013-03-051-5/+5
* Documentation: use code highlightingDmitri Gribenko2013-03-051-30/+31
* Add a test that we are passing the -fobjc-default-synthesize flag for Apple andDavid Chisnall2013-03-051-0/+6
* Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of aRichard Smith2013-03-052-2/+18
* Add quotation marks to template names in diagnostics.David Blaikie2013-03-059-11/+31
* scan-build: explicitly say "No bugs found" if there are no reports.Jordan Rose2013-03-051-0/+1
* Silence a number of static analyzer warnings with assertions and such.Jordan Rose2013-03-059-7/+17
* doc parsing. We want to issue a strong warning whenFariborz Jahanian2013-03-058-2/+40
* [analyzer] Don't let cf_audited_transfer override CFRetain semantics.Jordan Rose2013-03-042-6/+39
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-047-69/+154
* Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson2013-03-044-14/+35
* Tidy up lists of Cortex-A series processors, adding entries for A7.Bob Wilson2013-03-043-6/+11
* Fix confused use of llvm::StringSwitch for armv7r architecture.Bob Wilson2013-03-041-1/+1
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-042-3/+4
* [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa...Argyrios Kyrtzidis2013-03-042-5/+5
OpenPOWER on IntegriCloud