summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-2130-177/+295
* If an object (such as a std::string) with an appropriate c_str() member functionRichard Smith2012-06-218-217/+518
* Remove an unused feature of the clang unittest macro.Chandler Carruth2012-06-211-6/+4
* Do not complain about junk on the end of a #endif in a skipped block. Such junkRichard Smith2012-06-212-1/+30
* RawCommentList::addComment: fix the assertion so it actually checks that new ...Dmitri Gribenko2012-06-211-1/+3
* [analyzer] Malloc leak false positive: Allow xpc context to escape.Anna Zaks2012-06-203-0/+26
* objective-c: place quotes around named items in a diagnostic.Fariborz Jahanian2012-06-202-4/+4
* objc: tweak my last patch to warn if class extensionFariborz Jahanian2012-06-202-1/+5
* objective-c: Normally, a property cannot be both 'readonly' and having a Fariborz Jahanian2012-06-204-7/+160
* Documentation cleanup: escape a < character in a Doxygen commentJames Dennett2012-06-201-1/+1
* Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriateJohn McCall2012-06-204-4/+17
* Documentation cleanup:James Dennett2012-06-201-4/+8
* Added test with sizeof conditions (relies on to-be-implemented functionality ...Alexander Kornienko2012-06-201-0/+18
* Reword -Winternal-linkage-in-inline, and rename it to -Wstatic-in-inline.Jordan Rose2012-06-202-14/+14
* Documentation cleanup:James Dennett2012-06-201-164/+204
* [analyzer] Do not walk the types for call graph construction.Anna Zaks2012-06-201-0/+2
* [analyzer] Malloc: cleanup, disallow free on relinquished memory.Anna Zaks2012-06-202-13/+20
* [analyzer] Remove dead code.Anna Zaks2012-06-201-1/+0
* Documentation cleanup: escaping # characters in Doxygen comments.James Dennett2012-06-201-2/+2
* Remove unused ASTContext& arg in RawCommentList::addComment, as pointed out b...Dmitri Gribenko2012-06-203-5/+3
* Allow unqualified lookup of non-dependent member functionsNico Weber2012-06-202-4/+31
* Whitespace.Chad Rosier2012-06-201-16/+14
* Remove -Winternal-linkage-in-inline in C++.Jordan Rose2012-06-203-168/+16
* [ms-style asm] Change the fatal error to an extension warning. Apparently, thisChad Rosier2012-06-205-15/+20
* Don't circumvent the debug info type cache when emitting info for EnumConstan...Benjamin Kramer2012-06-201-2/+3
* Whitespace.Chad Rosier2012-06-201-33/+32
* objc: improved diagnostic when property autosynthesis may causeFariborz Jahanian2012-06-203-19/+34
* Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to JordanAlexis Hunt2012-06-202-4/+1
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-2019-35/+13
* Remove a 'static' specifier from an 'inline' function in a header file.Chandler Carruth2012-06-201-1/+1
* Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de...Ted Kremenek2012-06-203-9/+2
* Fix a warning on a fully covered switch with a default:Chandler Carruth2012-06-201-13/+10
* Restructure how the driver communicates information about theJohn McCall2012-06-20251-619/+959
* [analyzer] Move failing 'new' test cases back into new.cpp instead of XFAILing.Jordan Rose2012-06-202-21/+31
* [arcmt]Argyrios Kyrtzidis2012-06-201-1/+2
* [analyzer] Invalidate placement args; return the pointer given to placement newJordan Rose2012-06-203-14/+156
* [objcmt] Have the modern objc migration warning change from:Argyrios Kyrtzidis2012-06-203-4/+5
* Fix cmake build.Rafael Espindola2012-06-204-3/+1
* [arcmt] When migrating to ARC disable -Werror so as to only block migrationArgyrios Kyrtzidis2012-06-202-3/+23
* Unbreak GCC build: GCC doesn't like clang::Parser::CommentHandler and class c...Dmitri Gribenko2012-06-202-4/+4
* Documentation cleanup: adding/fixing Doxygen markup, particularly \brief,James Dennett2012-06-201-48/+70
* Documentation cleanup: escape "::" to avoid a Doxygen warningJames Dennett2012-06-201-1/+1
* Unbreak CMake build: remove not-yet-committed CommentLexer.cpp.Dmitri Gribenko2012-06-201-1/+0
* Documentation cleanup:James Dennett2012-06-201-8/+4
* Documentation cleanup: escape # character in a Doxygen comment.James Dennett2012-06-201-1/+1
* Documentation cleanup:James Dennett2012-06-201-2/+2
* Documentation cleanup:James Dennett2012-06-201-25/+28
* Add the PCH file name to the message about not being able to read the PCH.Kaelyn Uhrain2012-06-205-2/+15
* Structured comment parsing, first step.Dmitri Gribenko2012-06-2041-35/+1005
* Do a second lookup for type_info in the global namespace in microsoft mode. P...Nico Weber2012-06-192-0/+14
OpenPOWER on IntegriCloud