summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about anonymous structs in anonymous unions.Eric Christopher2013-08-291-6/+8
* Better support for multiline string literals (including C++11 raw string lite...Alexander Kornienko2013-08-295-22/+68
* Consumed analysis: improve handling of conditionals.DeLesley Hutchins2013-08-291-178/+473
* ObjectiveC migrator: remove dead code.Fariborz Jahanian2013-08-292-14/+1
* [analyzer] Fix handling of "empty" structs with base classesPavel Labath2013-08-291-1/+9
* Fixes various problems with accounting for tabs in the original code.Manuel Klimek2013-08-292-19/+48
* Use new UnicodeCharSet interface.Alexander Kornienko2013-08-292-21/+41
* Removed useless default branch of switch statement.Serge Pavlov2013-08-291-3/+0
* Change return type of Sema::DiagnoseAmbiguousLookup from bool to void.Serge Pavlov2013-08-291-13/+8
* Make getDiagnosticsInGroup helper method a static function in the cpp file an...Craig Topper2013-08-291-15/+16
* Move individual group name strings from the OptionTable into one big char arr...Craig Topper2013-08-291-14/+11
* Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)Peter Collingbourne2013-08-291-0/+3
* Properly escape filenames in line directives.Eli Friedman2013-08-292-4/+5
* Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don'tRichard Smith2013-08-294-58/+24
* use the last passed -munaligned-access / -mno-unaligned-accessRenato Golin2013-08-281-6/+9
* Sema: Subst type default template args earlierDavid Majnemer2013-08-282-36/+68
* 80 cols.Peter Collingbourne2013-08-281-12/+15
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-283-11/+36
* Look for libstdc++ first on the clang install directory.Rafael Espindola2013-08-281-2/+11
* Add missing definitions to unwind.h.Peter Collingbourne2013-08-281-5/+114
* Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost...Aaron Ballman2013-08-281-5/+4
* 80-col.Eric Christopher2013-08-281-4/+9
* DebugInfo: Further fix/improvements to r189494 (and LLVM r189495).David Blaikie2013-08-281-0/+10
* Format. Thanks David for pointing it out.Manman Ren2013-08-281-1/+1
* ObjectiveC migrator: In suggesting 'instancetype' use clang'sFariborz Jahanian2013-08-281-2/+11
* Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.Manman Ren2013-08-282-7/+9
* More comments for r189494.David Blaikie2013-08-281-1/+4
* Fix "//" comments with -traditional-cpp in C++.Eli Friedman2013-08-281-2/+4
* For methods where clang automatically infers instancetype from the selector Fariborz Jahanian2013-08-281-6/+4
* Handle -D arguments ending in a backslash.Eli Friedman2013-08-281-1/+14
* Improve error for assignment to incomplete class.Eli Friedman2013-08-281-0/+5
* Comments for r189494David Blaikie2013-08-281-0/+5
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-283-19/+84
* clang-cl: Pass -debug to the linker when using -fsanitize=addressHans Wennborg2013-08-281-0/+1
* PR16995: Failing to associate static members with their enclosing classDavid Blaikie2013-08-281-8/+5
* [analyzer] Add support for testing the presence of weak functions.Jordan Rose2013-08-285-67/+57
* clang-format: Improve token breaking behavior.Daniel Jasper2013-08-282-3/+5
* ARM: comment on why vmull intrinsic has to exist for now.Tim Northover2013-08-281-0/+5
* ARM: Emit normal IR for vaddhn/vsubhn NEON intrinsicsTim Northover2013-08-281-6/+36
* ARM: use vqdmull and vqadds/vqsubs to implement vqdmlal/vqdmlslTim Northover2013-08-281-6/+22
* clang-format: Fix segfault in 'incomplete' macros.Daniel Jasper2013-08-281-3/+4
* clang-format: Fix infinite loop in macro special case.Daniel Jasper2013-08-281-6/+4
* clang-format: Don't insert space in __has_includeDaniel Jasper2013-08-281-1/+2
* clang-format: Fix corner case in ObjC interface definitions.Daniel Jasper2013-08-281-1/+7
* [analyzer] Assume new returns non-null even under -fno-exceptionsPavel Labath2013-08-281-4/+7
* clang-format: Improve braced init list detection:Daniel Jasper2013-08-281-1/+5
* clang-format: Fix corner case in overloaded operator definitions.Daniel Jasper2013-08-281-1/+4
* clang-format: Fix space in decltype-constexprs.Daniel Jasper2013-08-281-1/+2
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-281-5/+4
* [CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_O...Ted Kremenek2013-08-281-7/+7
OpenPOWER on IntegriCloud