summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* When checking the encoding of an 8-bit string literal, don't just check theRichard Smith2012-03-081-3/+19
* More git-svn compatible version string, by request.Andrew Trick2012-03-071-11/+18
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-13/+0
* TargetInfo: create less temporary strings.Benjamin Kramer2012-03-051-16/+17
* Fix an ABI problem with ptrdiff_t and intptr_t on PPC32Hal Finkel2012-03-021-0/+2
* Use tabs instead of spaces.Benjamin Kramer2012-03-021-3/+3
* clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.Jia Liu2012-03-022-10/+48
* Add the Solaris support directory to the header search when using libc++.David Chisnall2012-03-021-1/+1
* Moving tagging of '__experimental_modules_import' IdentifierInfo out ofTed Kremenek2012-03-011-0/+4
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-1/+1
* Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall2012-02-281-1/+11
* Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ...Benjamin Kramer2012-02-261-0/+4
* More ArrayRef-ification of methods.Bill Wendling2012-02-221-1/+1
* [PCH] Recover gracefully if the ASTReader detects that a file is differentArgyrios Kyrtzidis2012-02-201-1/+34
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* On Solaris, define some standard macros that the Solaris headers require inDavid Chisnall2012-02-171-0/+4
* Provide common include for all diagnostic headers.David Blaikie2012-02-151-17/+1
* Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer2012-02-151-21/+16
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-95/+4
* Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sas...Eli Friedman2012-02-101-1/+12
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-32/+5
* Fix indentation and an 80-column violation.Chad Rosier2012-02-071-5/+7
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-2/+2
* In r149662, setDiagnosticMapping was modified to not allow warnings mapped to Chad Rosier2012-02-071-0/+35
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-053-8/+8
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-052-3/+3
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-043-2/+15
* Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca...Benjamin Kramer2012-02-041-2/+2
* Change the fixed array of FixitHints to a SmallVector to lift offArgyrios Kyrtzidis2012-02-032-8/+4
* [frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier2012-02-031-0/+7
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-021-0/+2
* Use the new Triple::getMacOSXVersion function in another place.Bob Wilson2012-01-311-26/+5
* Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix.Nico Weber2012-01-311-1/+5
* Revert r149285, it breaks test/Preprocessor/init.c.Nico Weber2012-01-301-5/+1
* Fix "long double" and __SIZE_TYPE__ on powerpc.Nico Weber2012-01-301-1/+5
* Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor2012-01-302-2/+78
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-5/+8
* Complain about attempts to use 'protected' visibility on targetsJohn McCall2012-01-291-0/+6
* Use defined-at-zero behavior for CLZ/CTZ builtins on PowerPC.Bob Wilson2012-01-281-0/+2
* DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool,Argyrios Kyrtzidis2012-01-281-3/+1
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-271-4/+11
* Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis2012-01-272-0/+20
* Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455Bob Wilson2012-01-261-0/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* fix for PR11655Anton Yartsev2012-01-171-0/+3
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-173-4/+2
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-1/+0
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* remove assertions in the Hexagon backend specific clang driverSebastian Pop2012-01-131-0/+12
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
OpenPOWER on IntegriCloud