summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for passing the main file name down to the assemblerEric Christopher2012-12-185-14/+39
* Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a referenceRichard Smith2012-12-182-8/+19
* Fix isThisDeclarationADefinition for extern following tentative.Rafael Espindola2012-12-172-1/+3
* Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth2012-12-174-10/+39
* [c-index-test] Fix warnings about unused results from chdir().Argyrios Kyrtzidis2012-12-171-3/+11
* Just use begin()/end() instead of "&Vector[0], &Vector[0]+Vector.size()".Argyrios Kyrtzidis2012-12-171-1/+1
* Don't include the header outside the include guards, it defeats the purpose o...Argyrios Kyrtzidis2012-12-171-2/+2
* [parser] Push a semi token for recovery only when it is actually missing.Argyrios Kyrtzidis2012-12-171-7/+9
* [analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful.Anna Zaks2012-12-172-6/+7
* [analyzer] Implement "do not inline large functions many times"Anna Zaks2012-12-176-7/+50
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-177-14/+112
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-176-97/+13
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-176-13/+97
* Add basic support for splitting before function calls if it can't beDaniel Jasper2012-12-172-16/+60
* tsan: correct llvm libc++ nameDmitry Vyukov2012-12-171-1/+1
* Fix several formatting problems.Daniel Jasper2012-12-174-17/+43
* tsan: add __has_feature(thread_sanitizer)Dmitry Vyukov2012-12-173-0/+26
* tsan: update docsDmitry Vyukov2012-12-171-18/+20
* Clean up a small (messy) section of Clang's release notes for 3.2.Chandler Carruth2012-12-171-12/+8
* This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABIBill Schmidt2012-12-172-0/+130
* IdentifierResolver: Remove an unnecessary include and an unused parameter.Nico Weber2012-12-173-6/+3
* Documentation: add a missing wordDmitri Gribenko2012-12-161-1/+1
* Clang ReleaseNotes: add information about documentation comments supportDmitri Gribenko2012-12-161-0/+33
* Documentation: AutomaticReferenceCounting.rst: use CSS section numbering.Dmitri Gribenko2012-12-161-5/+52
* Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ...Craig Topper2012-12-161-1/+2
* docs: Fix completely broken adornment structure.Sean Silva2012-12-161-68/+60
* Documentation: random cleanups. Use monospaced font where appropriate,Dmitri Gribenko2012-12-158-205/+202
* Documentation: convert InternalsManual.html to reSTDmitri Gribenko2012-12-155-2038/+1823
* Documentation: LanguageExtensions.rst: convert link to :doc: style and fix upDmitri Gribenko2012-12-151-3/+3
* [ubsan] Emit branch weight metadata to hint towards common case.Will Dietz2012-12-152-3/+13
* Docs: redirect "static analysis extensions" section to the analyzer site.Jordan Rose2012-12-151-110/+88
* Remove old description of analyzer internals from public docs.Jordan Rose2012-12-152-1/+0
* fixed line endingsAnton Yartsev2012-12-141-22/+22
* added post-statement callback to CXXNewExpr and pre-statement callback to CXX...Anton Yartsev2012-12-141-15/+22
* Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__Argyrios Kyrtzidis2012-12-142-2/+2
* [analyzer] Propagate the checker's state from checkBranchConditionAnna Zaks2012-12-141-3/+3
* [analyzer] Refactor: Store visited Decls instead of CallGraphNodes.Anna Zaks2012-12-141-24/+22
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-145-16/+16
* [preprocessor] For errors at a function macro invocation, also includeArgyrios Kyrtzidis2012-12-142-3/+11
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-142-6/+1
* Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.Nico Weber2012-12-144-49/+76
* Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve...NAKAMURA Takumi2012-12-141-0/+1
* Have Sema::ActOnStartOfFunctionDef return the declaration that was passed it.Argyrios Kyrtzidis2012-12-142-4/+4
* Remove code from Sema::ActOnStartOfFunctionTemplateDef that duplicates whatArgyrios Kyrtzidis2012-12-141-7/+1
* fix another spelloNico Weber2012-12-141-1/+1
* fix spelloNico Weber2012-12-141-1/+1
* clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.NAKAMURA Takumi2012-12-141-2/+2
* Refactor dump methods to make RegionBindingsRef printable in the debugger.Ted Kremenek2012-12-141-9/+16
* Make the test less sensitive to the inline threshold.Nadav Rotem2012-12-141-1/+1
* Make sure the __invoke function for lambdas returns properly. Per bug report...Eli Friedman2012-12-132-0/+11