summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Add SFS_Empty to only empty functions on a single line.Daniel Jasper2014-11-261-0/+2
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-262-0/+12
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-252-3/+100
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-253-2/+9
* Filter the toplevel matchers by kind.Samuel Benzaquen2014-11-243-2/+39
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-242-100/+3
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-242-3/+100
* Delay checking overrides for exception specifications if the overriddenRichard Smith2014-11-221-6/+5
* Sema: Don't permit variably modified types in typeidDavid Majnemer2014-11-211-0/+1
* Implement -Wcast-qual, fixing #13772.Roman Divacky2014-11-212-1/+6
* clang: do not add -pie for tsanDmitry Vyukov2014-11-211-1/+1
* Extend -Wuninitialized to warn when accessing uninitialized base classes in aRichard Trieu2014-11-211-0/+3
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-202-2/+13
* Add a flag to BuildDeclarationNameExpr to not reject invalid decls.Kaelyn Takata2014-11-201-2/+4
* Add a few small helper methods to the TypoCorrectionConsumer.Kaelyn Takata2014-11-201-0/+15
* Correctly set the SourceRange a TypoCorrection will replace.Kaelyn Takata2014-11-201-4/+3
* The Syntax enumeration requires at least three bits to store all of its value...Aaron Ballman2014-11-201-2/+2
* Bring PostOrderCFGView's insert API up to date with other API changes.Michael Ilseman2014-11-201-4/+4
* Extended list of valid frontend options with '-cl-std=CL2.0'.Anastasia Stulova2014-11-201-0/+3
* Replace variadic operator function pointer with an enum value.Samuel Benzaquen2014-11-203-56/+41
* Constify a few IdentifierInfo * parameters.Jordan Rose2014-11-191-2/+3
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-2/+2
* clang-format a recent commit I madeDavid Blaikie2014-11-191-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-192-28/+21
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* clang-format: Add option to disable alignment after opening bracketsDaniel Jasper2014-11-181-0/+11
* [Sema] Patch to issue warning on comparing parameters withFariborz Jahanian2014-11-182-0/+12
* OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation]NAKAMURA Takumi2014-11-181-1/+1
* [OPENMP] Additional processing of 'omp atomic read' directive.Alexey Bataev2014-11-182-5/+36
* [ASTReader] Add a convenience function to retrieve all the input files of a m...Argyrios Kyrtzidis2014-11-181-0/+4
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-173-10/+6
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-174-5/+29
* Remove VariadicOperatorMatcherInterface as it is redundant with logic from Dy...Samuel Benzaquen2014-11-172-42/+17
* [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.Alexey Samsonov2014-11-161-0/+2
* Fix issues missed during the review of r222099.Richard Trieu2014-11-151-2/+1
* [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...Aaron Ballman2014-11-141-0/+3
* Add DiagID and Warning Flag to DiagnosticsLogSteven Wu2014-11-141-0/+3
* clang-cl: Ignore the new /Zo[-] option (PR21571)Hans Wennborg2014-11-141-1/+3
* [Sema]. Warn when logical expression is a pointerFariborz Jahanian2014-11-141-0/+2
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-143-11/+14
* [PowerPC] Add VSX builtins for vec_divBill Schmidt2014-11-141-0/+3
* [OPENMP] Temporary fix for processing of global variables in loops.Alexey Bataev2014-11-141-0/+2
* [Sanitizer] Refactor SanitizerArgs parsing in Driver.Alexey Samsonov2014-11-142-100/+15
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-143-6/+0
* Cleanup SanitizerArgs: get rid of unused variable, make one method non-static...Alexey Samsonov2014-11-141-3/+2
* PR21565 Add an egregious hack to support broken libstdc++ headers that declareRichard Smith2014-11-141-0/+4
* Objective-C. Fixes a regression caused by implementationFariborz Jahanian2014-11-132-3/+8
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-1310-13/+47
* Support non-owned DiagnosticConsumer in SetupSerializedDiagnosticsAlexander Kornienko2014-11-131-2/+9
* CMake: Set HOST_LINK_VERSION on Darwin (PR21268)Hans Wennborg2014-11-132-3/+6
OpenPOWER on IntegriCloud