summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* objective-C modern translator. More fixups for Fariborz Jahanian2013-02-071-2/+23
* clang-format: Don't put useless space in f( ::g()).Daniel Jasper2013-02-071-1/+2
* Retain all hidden methods in the global method pool, because they may become ...Douglas Gregor2013-02-071-0/+4
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-072-18/+20
* Thread safety analysis: make sure that expressions in attributes are parsedDeLesley Hutchins2013-02-071-0/+1
* Enable overloading of OpenCL events - this is needed for the overloaded OpenC...Guy Benyei2013-02-072-0/+12
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-0721-2/+95
* Apply the pure-virtual odr rule to other constructs which can call overloadedNick Lewycky2013-02-071-25/+14
* Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith2013-02-072-14/+48
* Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith2013-02-075-20/+20
* -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...Alexander Kornienko2013-02-071-3/+16
* objective-C modern translator. Fix up the translatedFariborz Jahanian2013-02-071-28/+265
* AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith2013-02-071-1/+27
* Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor2013-02-072-16/+6
* Add a *San + modules FIXME.Richard Smith2013-02-071-0/+2
* Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor2013-02-073-2/+55
* Detect when we end up trying to load conflicting module files.Douglas Gregor2013-02-062-4/+30
* Fix bug in the alignment of comments.Daniel Jasper2013-02-061-1/+4
* Become a little smarter with formatting long chains of pipes.Daniel Jasper2013-02-061-1/+9
* Align trailing block comments like trailing line comments.Daniel Jasper2013-02-061-8/+7
* Eliminate a race condition with the global module index.Douglas Gregor2013-02-061-1/+2
* Formatter: Correctly detect ObjC message expressions preceded by a comment.Nico Weber2013-02-061-11/+14
* Fix handling of comments in macros.Manuel Klimek2013-02-061-3/+3
* Much semicolon after namespaces.Manuel Klimek2013-02-061-0/+4
* Fix formatting of ObjC method calls.Daniel Jasper2013-02-061-1/+1
* Parse record declarations with token pasted identifiers.Manuel Klimek2013-02-061-2/+4
* Fix a formatting bug caused by comments in expressions.Daniel Jasper2013-02-061-0/+1
* Optionally derive formatting information from the input file.Daniel Jasper2013-02-063-60/+112
* Fix an issue with the formatting of stars in default values.Daniel Jasper2013-02-061-1/+1
* Handle nested ObjC calls.Daniel Jasper2013-02-061-83/+88
* Formatter: No space after & and * in front of ObjC message expressions.Nico Weber2013-02-061-6/+10
* Don't check whether a friend declaration is correctly formed when instantiating,Nick Lewycky2013-02-061-33/+35
* Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc.Chad Rosier2013-02-061-4/+5
* [Headers] Use standard builtin defines instead of typeof trickery.Daniel Dunbar2013-02-061-2/+2
* [analyzer]Revert part of r161511; suppresses leak false positives in C++Anna Zaks2013-02-061-0/+6
* Adding armv7l default to cortex-a8Renato Golin2013-02-051-0/+1
* Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...Michael Gottesman2013-02-051-0/+2
* Add note why we used a switch.Ted Kremenek2013-02-051-0/+1
* Change subexpressions to be visited in the CFG from left-to-right.Ted Kremenek2013-02-053-38/+108
* [analyzer] Teach the analyzer to use a symbol for p when evaluatingAnna Zaks2013-02-051-11/+16
* [analyzer] add commentAnna Zaks2013-02-051-1/+5
* [arcmt] Make sure the objc migrators work fine when used with a PCH.Argyrios Kyrtzidis2013-02-051-2/+19
* [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis2013-02-053-18/+10
* Formatter: Detect ObjC method expressions after unary operators.Nico Weber2013-02-051-6/+20
* Initial support for formatting ObjC method declarations/calls.Daniel Jasper2013-02-053-18/+72
* Fix some linebreak decisions in Google format.Daniel Jasper2013-02-051-8/+10
* Fix formatting regression introduced by r174307.Daniel Jasper2013-02-051-0/+2
* Fix typo in commentArnaud A. de Grandmaison2013-02-051-2/+2
* TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsig...NAKAMURA Takumi2013-02-051-1/+1
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-056-9/+97
OpenPOWER on IntegriCloud