summaryrefslogtreecommitdiff
path: root/include/clang
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-151-0/+15
* Fix comments for several methods, NFCAlexey Bataev2015-07-151-3/+4
* Remove extra \brief comment, NFCAlexey Bataev2015-07-151-1/+0
* Documentation cleanup, mostly fixing summaries. No functional change intended.James Dennett2015-07-151-141/+136
* [Sema] Don't emit "pure virtual" warning for fully qualified calls.Davide Italiano2015-07-142-2/+15
* Driver: Delete dead codeJustin Bogner2015-07-141-1/+0
* Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocu...NAKAMURA Takumi2015-07-141-1/+1
* Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson2015-07-142-0/+13
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-0/+2
* [clang-cl] Disable C++ exceptions a different wayReid Kleckner2015-07-141-1/+1
* Add missing builtins to altivec.h for ABI compliance (vol. 4)Nemanja Ivanovic2015-07-141-0/+11
* Pull trivial SanitizerSet methods into the header.Benjamin Kramer2015-07-141-8/+13
* [x86] add 2 bit to ObjCOrBuiltinID and new intrinsicsAsaf Badouh2015-07-142-2/+62
* [OPENMP] Drop type qualifiers from private variables.Alexey Bataev2015-07-141-3/+3
* [modules] When diagnosing errors in module map files found by 'extern module'...Richard Smith2015-07-141-1/+5
* Extend -ftime-report to give more information about time spent reading module...Richard Smith2015-07-142-3/+15
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-134-0/+47
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-132-0/+3
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-134-47/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-134-0/+47
* clang-cl: For files setting output names, mention which flags they belong to.Nico Weber2015-07-131-3/+3
* [modules] Improve performance when there is a local declaration of an entityRichard Smith2015-07-122-18/+38
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+3
* Sema: Allow null names to be passed in to isAcceptableTagRedeclarationJustin Bogner2015-07-101-1/+1
* [modules] When checking the include guard for a header, check whether it'sRichard Smith2015-07-101-0/+16
* Disable C++ EH by default for clang-cl and MSVC environmentsReid Kleckner2015-07-101-1/+1
* Add an experimental flag -fsanitize-memory-use-after-dtor.Evgeniy Stepanov2015-07-103-0/+6
* Changed Driver::getToolChain() to use Triple as an argument.Artem Belevich2015-07-101-2/+2
* Teach clang that -no-pthread is a valid command line optionYaron Keren2015-07-101-0/+1
* Add missing builtins to altivec.h for ABI compliance (vol. 3)Nemanja Ivanovic2015-07-102-0/+4
* Driver: Make all of -f{,no-}sanitize{,-recover,-trap} core options.Peter Collingbourne2015-07-101-5/+8
* Re-enable 32-bit SEH after the alignment fixReid Kleckner2015-07-101-1/+2
* [Static Analyzer] Basic per checker command line option validation.Gabor Horvath2015-07-091-0/+7
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-092-4/+13
* Driver: Include the driver arguments in crash reportsJustin Bogner2015-07-091-0/+3
* Disable 32-bit SEH, againReid Kleckner2015-07-081-2/+1
* DeclObjC: Move computing the type of self into a separate function (NFC).Adrian Prantl2015-07-081-0/+5
* [modules] Fix merging support for forward-declared enums with fixed underlyin...Richard Smith2015-07-081-1/+2
* Remove unused diagnostics. NFC.Benjamin Kramer2015-07-082-5/+0
* [Driver] print-multi-os-directory is unsupported. Davide Italiano2015-07-081-1/+2
* [SEH] Re-enable SEH on x86 Windows after r241699Reid Kleckner2015-07-081-1/+2
* Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att...David Majnemer2015-07-081-4/+0
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+43
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-43/+0
* Underscores in constructor arguments are so passe.Eric Christopher2015-07-071-10/+10
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-0/+43
* Don't put anonymous structs within anonymous unions.Douglas Gregor2015-07-071-4/+7
* Appease MSVC 2013 a few more times, which was complaining about a syntax erro...Aaron Ballman2015-07-072-5/+10
* Appease MSVC 2013, which was complaining about a syntax error with an unexpec...Aaron Ballman2015-07-071-1/+2
* Don't rely on the use of non-POD types within unions.Douglas Gregor2015-07-071-4/+13