summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Objective-C ARC. First patch toward generating new APIsFariborz Jahanian2014-08-068-10/+49
* FormatTokenLexer: Avoid non-static member initializer.NAKAMURA Takumi2014-08-061-2/+2
* Remove unnecessary semicolon.Manuel Klimek2014-08-061-1/+1
* clang-format: Correct SBPO_Always-behavior after function-like keywordsDaniel Jasper2014-08-063-1/+35
* Fix sphinx warning.Dan Liew2014-08-061-1/+1
* clang-format: Add special comments to disable formatting.Daniel Jasper2014-08-062-0/+20
* clang-format: Fix indentation in multi-line placement new.Daniel Jasper2014-08-062-0/+6
* Fix modelling of non-lifetime-extended temporary destructors in the analyzer.Manuel Klimek2014-08-068-425/+715
* [Driver] Add missed include header.Simon Atanasyan2014-08-061-0/+2
* [Driver] Move information about toolchain specific include directoriesSimon Atanasyan2014-08-062-17/+46
* MS ABI: Mangle lambdas which are given the same mangling numberDavid Majnemer2014-08-062-8/+20
* Remove trailing whitespacesRui Ueyama2014-08-051-3/+3
* MS ABI: Mangle empty type parameter packs compatiblyDavid Majnemer2014-08-052-5/+30
* Fix Driver tests that I broke on Windows in r214924Reid Kleckner2014-08-055-126/+126
* Expose the name mangling C API to Python bindings.Eli Bendersky2014-08-052-0/+27
* Make crash diagnostics on Windows the tiniest bit more usefulReid Kleckner2014-08-052-1/+4
* Introduce f[no-]max-unknown-pointer-align=[number] optionFariborz Jahanian2014-08-0510-5/+134
* [Analyzer] fix for PR19102Anton Yartsev2014-08-052-0/+84
* Added f and m flags to be ignored. These will not display a warning. The revi...Arthur Marble2014-08-052-0/+20
* Added flags that should be ignored for compatibility. These flags will displayArthur Marble2014-08-052-4/+170
* [PR19983] SBPO_Always not covering all the cases.Chad Rosier2014-08-052-1/+3
* [AVX512] Add intrinsic for valignd/qAdam Nemet2014-08-053-0/+29
* ReleaseNotes: try to fix linksHans Wennborg2014-08-051-3/+3
* ReleaseNotes: mention basic debug info and ASan support in the Windows blurbHans Wennborg2014-08-051-2/+3
* ASTMatchersTests/matchesConditionallyWithCuda: Add -fno-ms-extensions, and ge...NAKAMURA Takumi2014-08-051-1/+4
* ASTMatchers.h: Fix an annotation. [-Wdocumentation-html]NAKAMURA Takumi2014-08-051-1/+1
* [CMake] clangCodeGen: Update libdeps to add clangLex for PPChainedCallbacks.NAKAMURA Takumi2014-08-051-0/+1
* clang-format: Add option to always break after a function's return type.Daniel Jasper2014-08-055-2/+39
* clang-format: Break before 'else' in Stroustrup style.Daniel Jasper2014-08-053-1/+14
* Updating the documentation comment to list another parameter. No functional c...Aaron Ballman2014-08-051-2/+4
* MachO: set sizeof result type to what embedded headers expect.Tim Northover2014-08-052-2/+3
* Adds AST matchers for matching CUDA declarations.Manuel Klimek2014-08-054-35/+207
* MS ABI: Make the alias template mangling more correctDavid Majnemer2014-08-052-2/+2
* ReleaseNotes: add blurb about Windows supportHans Wennborg2014-08-051-0/+15
* CodeGenObjCXX: Add a test for r214699David Majnemer2014-08-051-0/+22
* MS ABI: Aligned tentative definitions don't have CommonLinkageDavid Majnemer2014-08-052-2/+25
* [PPC64LE] Fix wrong IR for vec_sld and vec_vsldoiBill Schmidt2014-08-042-142/+4
* ThreadSafety.cpp: Prune bogus \param(s). [-Wdocumentation]NAKAMURA Takumi2014-08-041-3/+0
* ThreadSafetyAnalysis: Fix annotations in class members. [-Wdocumentation]NAKAMURA Takumi2014-08-042-7/+7
* clang/test/Sema/struct-packed-align.c: Add the case in MS mode that alignment...NAKAMURA Takumi2014-08-041-4/+6
* Trailing linefeed.NAKAMURA Takumi2014-08-041-4/+0
* Remove separator parameter from static local naming codeReid Kleckner2014-08-042-8/+5
* Thread Safety Analysis: add a -Wthread-safety-negative flag that warns wheneverDeLesley Hutchins2014-08-048-39/+228
* Update for LLVM API change.Eric Christopher2014-08-041-2/+4
* UsersManual: update clang-cl optionsHans Wennborg2014-08-041-49/+88
* Don't drop dllimport from qualified friend redeclarations (PR20512)Hans Wennborg2014-08-043-4/+29
* Nit picky const-correctness with auto. No functional changes.Aaron Ballman2014-08-041-2/+2
* A static_assert declaration cannot be a template; adding the diagnostic for t...Aaron Ballman2014-08-044-3/+23
* Revert r214757 (Same fix as r214758)Alex Lorenz2014-08-041-1/+0
* Add CoverageMappingGen.cpp (introduced in r214752) to CMakeLists.txtDavid Blaikie2014-08-041-0/+1
OpenPOWER on IntegriCloud