summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth2017-06-303-6/+0
* [WebAssembly] Add throw/rethrow builtins for exception handlingHeejin Ahn2017-06-301-0/+4
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-292-5/+17
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-1/+1
* [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen2017-06-292-0/+6
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-295-1/+15
* Initialize variable and silence potentially uninitialized warning.Vassil Vassilev2017-06-291-2/+1
* Fix NSAPI constants to reflect the current state ofAlex Lorenz2017-06-291-2/+2
* Factor out a functionality from isBeforeInTranslationUnitGabor Horvath2017-06-291-0/+11
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-293-20/+39
* [ASTReader] Treat multiple defns of ObjC protocols the same as interfaces.Graydon Hoare2017-06-281-0/+54
* Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov2017-06-281-4/+5
* DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocument...NAKAMURA Takumi2017-06-281-2/+0
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-1/+68
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-272-10/+40
* [OPENMP] Use MapVector instead of DenseMap for stable codegen, NFC.Alexey Bataev2017-06-271-1/+2
* [analyzer] Move zero-size allocation checks to optin.portability.Artem Dergachev2017-06-271-1/+17
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-273-118/+128
* Reapply "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-273-0/+81
* Make sure TraverseInitListExpr visits InitListExpr exactly twiceStephan Bergmann2017-06-271-3/+15
* [CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.Akira Hatanaka2017-06-271-0/+5
* Revert r301742, which caused us to try to evaluate all full-expressions.Richard Smith2017-06-261-0/+1
* [Sema] Fix a crash-on-invalid when a template parameter list has a classAkira Hatanaka2017-06-262-1/+5
* Improve const-correctness.Axel Naumann2017-06-261-2/+2
* Add a warning to a groupVedant Kumar2017-06-231-1/+2
* [ubsan] Disable the object size check at -O0Vedant Kumar2017-06-231-0/+2
* Emit warning when throw exception in destruct or dealloc functions which has a Erich Keane2017-06-231-0/+9
* [GSoC] Add support for CC1 options.Yuka Takahashi2017-06-231-8/+8
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-232-3/+8
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+8
* [clang-format] Update style documentation, NFCKrasimir Georgiev2017-06-231-6/+5
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-231-58/+97
* [Sema] Add -Wunguarded-availability-newAlex Lorenz2017-06-222-1/+13
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-1/+19
* Function with unparsed body is a definitionSerge Pavlov2017-06-211-1/+1
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-211-0/+10
* Moved code hanlding precompiled preamble out of the ASTUnit.Ilya Biryukov2017-06-212-111/+251
* Support MS builtins using 'long' on LP64 platformsBruno Cardoso Lopes2017-06-214-31/+32
* [ODRHash] Supply more information when generic error message is emitted.Richard Trieu2017-06-211-0/+5
* Prevent devirtualization of calls to un-instantiated functions.Sunil Srivastava2017-06-201-0/+11
* [clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov2017-06-201-4/+15
* [AArch64] ADD ARMv.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-06-201-0/+185
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-202-13/+14
* [OpenCL] Diagnose scoped address-space qualified variablesAnastasia Stulova2017-06-201-0/+3
* [preprocessor] When preprocessor option 'SingleFileParseMode' is enabled, par...Argyrios Kyrtzidis2017-06-202-2/+15
* [analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto ...Leslie Zhai2017-06-201-2/+2
* Add a subgroup of c++1z-compat to enable and disable the warning aboutAkira Hatanaka2017-06-202-2/+4
* Support non-identifier module names when preprocessing modules.Richard Smith2017-06-191-1/+3
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-193-128/+118
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-193-118/+128