summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix docs typo in FunctionTemplateSpecializationInfoJonathan Roelofs2015-04-151-1/+1
* [Objective-C Sema]This patch fixes the warning when clang issuesFariborz Jahanian2015-04-151-9/+12
* clang-cl: support -fsyntax-only (PR23197)Hans Wennborg2015-04-151-1/+2
* uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith2015-04-152-0/+7
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-0/+3
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-144-15/+19
* [Mips] Generate warning for invalid '-mnan' and '-march' combinationsPetar Jovanovic2015-04-142-0/+8
* Add new warning -Wrange-loop-analysis to warn on copies during loops.Richard Trieu2015-04-132-3/+23
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-3/+0
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-134-7/+6
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-134-6/+7
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-131-1/+61
* clang-cl: Expose -f[no-]diagnostics-colorHans Wennborg2015-04-121-2/+4
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-1111-18/+6
* clang-cl: support -fno-color-diagnostics (PR23109)Hans Wennborg2015-04-111-1/+2
* clang-cl: support -fmacro-backtrace-limitHans Wennborg2015-04-111-1/+1
* Add Clang support for -mdirect-move on PPCNemanja Ivanovic2015-04-111-0/+4
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-1137-60/+56
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-1/+17
* [Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha2015-04-112-2/+2
* [SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner2015-04-101-0/+3
* Try to make MSVC happy.Rafael Espindola2015-04-101-0/+3
* Return std::unique_ptr to avoid a release and recreate.Rafael Espindola2015-04-101-1/+1
* Use a std::unique_ptr to make it easier to see who owns the stream.Rafael Espindola2015-04-101-4/+4
* Return a pointer instead of having a pointer outparam and a bool return.Rafael Espindola2015-04-101-5/+4
* Initializing an uninitialized data member; should be NFC.Aaron Ballman2015-04-101-3/+3
* Return a pointer instead of having a pointer outparam and a bool return.Rafael Espindola2015-04-101-5/+4
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-104-2/+107
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-3/+0
* [modules] Remove unused MACRO_TABLE record.Richard Smith2015-04-101-3/+1
* Add Clang support for remaining integer divide and permute instructions from ...Nemanja Ivanovic2015-04-092-0/+11
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-0/+3
* Properly implement warn_unused_result checking for classes/structs.Kaelyn Takata2015-04-091-0/+7
* Added flag to disable isel instruction on PPC target. Using regular branches ...Olivier Sallenave2015-04-091-0/+2
* Process the -freciprocal-math optimization flag (PR20912)Sanjay Patel2015-04-092-2/+5
* clang-cl: Support the /fp options (PR23112)Hans Wennborg2015-04-081-1/+5
* Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman2015-04-082-1/+4
* fix typo; NFCSanjay Patel2015-04-071-1/+1
* [Sema] Don't permit dependent alignments on non-dependent typedef-namesDavid Majnemer2015-04-071-0/+2
* Remove the cl-no-signed-zeros cc1 optionSanjay Patel2015-04-041-2/+0
* Add a question mark to the end of an interrogatory warning.Eric Christopher2015-04-021-1/+1
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-021-2/+2
* [AST] Shrink the Stmt hierarchy with LLVM_PTR_SIZE for MSVC 2013Reid Kleckner2015-04-021-14/+11
* Lower the default alignment on ASTContext's operator new.Benjamin Kramer2015-04-022-2/+2
* [ast] Put the Stmt hierarchy on a diet for 64 bit targets.Benjamin Kramer2015-04-023-43/+44
* Partially revert "Replace custom alignment enforcement with LLVM_ALIGNAS."Benjamin Kramer2015-04-023-11/+30
* Replace custom alignment enforcement with LLVM_ALIGNAS.Benjamin Kramer2015-04-024-52/+18
* [OPENMP] Fix crash on private variables not used in OpenMP region.Alexey Bataev2015-04-021-0/+7
* Implement CFI type checks for non-virtual calls.Peter Collingbourne2015-04-021-2/+4
* [SystemZ] Add BuiltinsSystemZ.def to Clang_Basic modulemapUlrich Weigand2015-04-011-0/+1