summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Improve braced-list detection.Daniel Jasper2016-12-131-2/+2
* CodeGen: clean up -Wpedantic warning (NFC)Saleem Abdulrasool2016-12-131-1/+1
* [analyzer] Run clang-format and fix styleDominic Chen2016-12-133-213/+193
* Revert "[Modules] Make header inclusion order from umbrella dirs deterministic"Bruno Cardoso Lopes2016-12-121-11/+3
* Revert "[Headers] Add #include_next for tgmath.h on Darwin"Bruno Cardoso Lopes2016-12-121-9/+0
* [Modules] Make header inclusion order from umbrella dirs deterministicBruno Cardoso Lopes2016-12-121-3/+11
* [CrashReproducer] Collect PCH included via -include-pchBruno Cardoso Lopes2016-12-122-3/+35
* [Frontend] Use vfs for directory iteration while searching PCHs. NFCIBruno Cardoso Lopes2016-12-121-3/+4
* Fix typo and remove unnecessary statement.Samuel Antao2016-12-121-2/+1
* Avoid use of std::to_string. NFC.Vedant Kumar2016-12-121-1/+1
* Fix format and a few typos in comments.Samuel Antao2016-12-122-17/+15
* [Fix] Add missing include from r289444.Filipe Cabecinhas2016-12-121-0/+2
* [clang] Version support for UBSan handlersFilipe Cabecinhas2016-12-127-36/+84
* [Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)Michal Gorny2016-12-122-45/+88
* Use function_ref to avoid allocation in std::function. NFC.Benjamin Kramer2016-12-121-1/+2
* [StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee.Haojian Wu2016-12-121-2/+2
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-124-4/+23
* [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)Jonas Hahnfeld2016-12-121-34/+13
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-1216-17/+405
* [CrashReproducer] Setup a module collector callback for HeaderIncludeBruno Cardoso Lopes2016-12-111-0/+20
* [CrashReproducer] Collect headermap filesBruno Cardoso Lopes2016-12-112-1/+20
* [AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has v...Craig Topper2016-12-111-34/+20
* [AVX-512] Remove masking from 512-bit pshufb builtin. The backend now has a v...Craig Topper2016-12-101-16/+10
* [AVX-512] Remove 128/256-bit masked vpermilvar builtins and replace with sele...Craig Topper2016-12-101-50/+32
* Simplify parseShowColorsArgs logic, NFC.Yaron Keren2016-12-101-13/+4
* [analyzer] Improve VirtualCallChecker diagnostics and move into optin package.Devin Coughlin2016-12-101-38/+83
* [ubsan] Treat ObjC's BOOL as if its range is always {0, 1}Vedant Kumar2016-12-091-7/+8
* [CUDA,Driver] Added --no-cuda-gpu-arch= option.Artem Belevich2016-12-091-8/+22
* [c++17] P0490R0, NB comment FI 20: allow direct-initialization of decompositi...Richard Smith2016-12-091-11/+22
* Fix unused variable warnings. NFCI.Simon Pilgrim2016-12-092-4/+4
* [modules] Add optional out-param to ASTReader::ReadAST for imported submodules.Graydon Hoare2016-12-091-1/+6
* Remove special error recovery for ::(id)Reid Kleckner2016-12-091-46/+0
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-093-11/+26
* Add support for non-zero null pointer for C and OpenCLYaxun Liu2016-12-0914-61/+212
* DR1295 and cleanup for P0135R1: Make our initialization code more directlyRichard Smith2016-12-096-241/+272
* [DOXYGEN] Improved doxygen comments for x86 intrinsics headers.Ekaterina Romanova2016-12-0913-615/+615
* Don't assert when redefining a built-in macro in a PCH, PR29119Nico Weber2016-12-092-4/+27
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-099-76/+77
* [clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu2016-12-091-0/+2
* [Headers] Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes2016-12-091-0/+9
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-0913-11/+199
* [CrashReproducer] Provide a clean dir path for -fmodules-cache-pathBruno Cardoso Lopes2016-12-091-3/+6
* [CrashReproducer] Rewrite relative include pathsBruno Cardoso Lopes2016-12-091-24/+94
* [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.Ekaterina Romanova2016-12-081-26/+26
* [DOXYGEN] Improved doxygen comments.Ekaterina Romanova2016-12-082-14/+18
* [sanitizers] lsan+sancov doesn't need ubsanrt (multi def error)Mike Aizatsky2016-12-081-1/+2
* [DOXYGEN] Improved doxygen comments for emmintrin.h intrinsics.Ekaterina Romanova2016-12-081-100/+100
* [DebugInfo] Add support for __fp16, float, and double constants.David Gross2016-12-081-0/+3
* [CUDA] Ignore implicit target attributes during function template instantiation.Artem Belevich2016-12-083-33/+71
* [DOXYGEN] Improved doxygen comments.Ekaterina Romanova2016-12-082-37/+38
OpenPOWER on IntegriCloud