aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-09[c-index-test] Enable 'display diagnostics' when using the -test-load functio...Argyrios Kyrtzidis
2013-04-09[libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit.Argyrios Kyrtzidis
2013-04-09Objective-C: This patch fixes a none-issuance of warningFariborz Jahanian
2013-04-09Fix comments before labels.Daniel Jasper
2013-04-09Again macros without trailing semicolons: don't care about declaration context.Alexander Kornienko
2013-04-09Improvements to clang-format integrations.Daniel Jasper
2013-04-09Mention the changes in the handling of language linkage in the release notes.Rafael Espindola
2013-04-09[ms-cxxabi] Add "$$C" when mangling template arg QualTypesReid Kleckner
2013-04-09One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov
2013-04-09Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...Alexey Samsonov
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-04-09[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().Jordan Rose
2013-04-09When checking for illegal expressions in a default-argumentJohn McCall
2013-04-09Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor
2013-04-09Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis
2013-04-09[analyzer] Keep tracking the pointer after the escape to more aggressively re...Anna Zaks
2013-04-08Add test case calling a deprecated method from a subclass that reimplements t...Ted Kremenek
2013-04-08Don't copy just to capture a strong block pointer under ARC.John McCall
2013-04-08<rdar://problem/13584715> Converted constant expressions are expected to have...Douglas Gregor
2013-04-08<rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor
2013-04-08clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-...NAKAMURA Takumi
2013-04-08Recognize function-like macro usages without semicolon in declaration context.Alexander Kornienko
2013-04-08Fix typo in assertion.Nick Lewycky
2013-04-08The PNaCl target no longer permits __attribute__((regparm)).Eli Bendersky
2013-04-08<rdar://problem/13559825> Further reduce template instantiation depth down to...Douglas Gregor
2013-04-08Fix PR15634, better error message for template deduction failure.Richard Trieu
2013-04-08Update checker build to checker-273Ted Kremenek
2013-04-08<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor
2013-04-08fix indentationAdrian Prantl
2013-04-08The recent GCOV changes expect the initial version string to be in forward or...Bill Wendling
2013-04-08Revamp indentation behavior for complex binary expressions.Daniel Jasper
2013-04-08Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins
2013-04-08fixes a typo in my last patch.Fariborz Jahanian
2013-04-08In the comparison, both clang and GCC are popular and widely adopted. This i...Chris Lattner
2013-04-08doce parsing: adding few more headerdoc tags.Fariborz Jahanian
2013-04-08<rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor
2013-04-08<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...Douglas Gregor
2013-04-08Tweak warning text for nil value in ObjC container warning.Ted Kremenek
2013-04-08Test case for r179030.Chad Rosier
2013-04-08<rdar://problem/12806802> Propagate access specifiers for conversion function...Douglas Gregor
2013-04-08Add matcher for NamespaceDecls.Daniel Jasper
2013-04-08Remove outdated part of help message.Daniel Jasper
2013-04-08Revert accidental commit r179015.Daniel Jasper
2013-04-08xDaniel Jasper
2013-04-07Sema: Don't crash when trying to emit a warning for a duplicate value in an i...Benjamin Kramer
2013-04-06Remove nondeterminism introduced in r178950.Richard Smith
2013-04-06When an internal-linkage function or variable is declared within an extern "C"Richard Smith
2013-04-06[analyzer] When creating a trimmed graph, preserve whether a node is a sink.Jordan Rose
2013-04-06[objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis
2013-04-06<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...Douglas Gregor