summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup to the code-completion-point logic suggested by Chris.Douglas Gregor2009-12-031-2/+1
* Extend -remap-file=from;to to permit mapping from a non-existentDouglas Gregor2009-12-021-22/+73
* Extend the source manager with the ability to override the contents ofDouglas Gregor2009-12-021-78/+28
* Eliminate the unnecessary FirstFID cache variable from the source manager's C...Douglas Gregor2009-12-021-6/+27
* In SourceManager::isBeforeInTranslationUnit, if we are trying to compare two ...Daniel Dunbar2009-12-011-24/+14
* pass the reason for failure up from MemoryBuffer and report itChris Lattner2009-12-011-2/+2
* Convert Diagnostic::getCustomDiagID to take a StringRef.Daniel Dunbar2009-12-011-2/+2
* This patch adds a PUNCTUATOR macro (specialization of TOK) in TokenKinds.def ...Kovarththanan Rajaratnam2009-11-281-53/+2
* Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke...Edward O'Callaghan2009-11-212-0/+3
* Added preliminary support step for PS3John Thompson2009-11-191-0/+47
* Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better doneDaniel Dunbar2009-11-171-24/+0
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-2/+0
* Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt...Daniel Dunbar2009-11-171-9/+0
* Move char-is-signed defaulting to driver, instead of usingDaniel Dunbar2009-11-171-13/+0
* Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-151-0/+163
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-5/+56
* Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by A...Benjamin Kramer2009-11-141-2/+2
* do not store wchar/char16/char32/intmax width/alignment infoChris Lattner2009-11-122-11/+0
* Simplifiy target feature handling by coalescing all the logic intoDaniel Dunbar2009-11-111-17/+22
* teach the various targets what native integer types they have.Chris Lattner2009-11-072-18/+19
* Strip off the /clang/tools/clang at the end of the Subversion URL, if it's thereDouglas Gregor2009-11-051-0/+4
* Eliminate tablsJohn Thompson2009-11-051-2/+2
* clean up integer preprocessor type definitions, patch by Ken Dyck!Chris Lattner2009-11-051-4/+20
* Adding -fshort-wchar option.John Thompson2009-11-051-0/+10
* Implement support for parsing dependent template-ids that refer toDouglas Gregor2009-11-041-0/+14
* pr5371 likely has nothing to do with this.Chris Lattner2009-11-031-1/+0
* Add note to FIXME about PR5371.Edward O'Callaghan2009-11-021-0/+1
* rename getTypeSigned() -> isTypeSigned() per daniel's review.Chris Lattner2009-10-251-2/+2
* Fix cmake failure trying to get SVN info for non-SVN trees.Daniel Dunbar2009-10-241-1/+1
* Add a preprocessor define for adding a "near" section attribute for allowing Sanjiv Gupta2009-10-241-0/+2
* Fixed undefined behavior in pushMappings when the stack has to resize.John Thompson2009-10-231-0/+2
* add helpful methods to TargetInfo for querying builtin integer type properties,Chris Lattner2009-10-211-0/+51
* hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233).Chris Lattner2009-10-211-0/+1
* teach FormatDiagnostic to aggregate previously formatted arguments andChris Lattner2009-10-201-3/+25
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-182-4/+4
* The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h he...Edward O'Callaghan2009-10-181-0/+35
* Avoid std::string thrashing in MultiKeywordSelector::getName(), and simplify.Daniel Dunbar2009-10-171-19/+12
* Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStrDaniel Dunbar2009-10-171-10/+4
* Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor2009-10-161-2/+37
* increase helpfulness of assert message.Chris Lattner2009-10-161-1/+6
* Disallow arbitrary custom inline asm constraints for msp430.Anton Korobeynikov2009-10-151-2/+2
* fix some cfstring related issues: Chris Lattner2009-10-141-4/+0
* Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor2009-10-131-0/+1
* fix PR4938 by recognizing % as a modifier on outputs,Chris Lattner2009-10-131-0/+3
* "Someone pointed out that in my previous Targets.cpp patch I didn'tMike Stump2009-10-081-0/+1
* Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor2009-10-081-3/+0
* Provide a common set of routines in Version.h that return SubversionDouglas Gregor2009-10-053-16/+24
* Pre-commit commit to get URL keyword expansion for Clang version informationDouglas Gregor2009-10-051-0/+63
* Handle Eli remark on mingw __declspec macro definitionCedric Venet2009-09-271-1/+1
* Factor Windows target into VS, MinGW and Cygwin variants.Daniel Dunbar2009-09-231-11/+128
OpenPOWER on IntegriCloud