aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
2010-06-25Translate numbers properly.Eric Christopher
2010-06-25Fixed another double-char in PPC-specific asm constraints.John Thompson
2010-06-24Added PPC-specific asm constraints, PS3 configuration changes.John Thompson
2010-06-24More clang support for darwin tls. Add a __has_feature macro andEric Christopher
2010-06-18introduce a new CharSourceRange class, and enhance the diagnostics routinesChris Lattner
2010-06-17Update CMake build system for ARM NEON generation.Douglas Gregor
2010-06-17Update CMake build for new attribute changes.Sean Hunt
2010-06-11Add an option -fshow-overloads=best|all to limit the number of overloadJeffrey Yasskin
2010-06-11Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis
2010-06-10Create a LinuxTargetInfo on ARM. This make clang correctly expandRafael Espindola
2010-06-08On Darwin, initialization and destruction functions should go into the __Stat...Anders Carlsson
2010-06-08Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-06-04Correctly align large arrays in x86-64. This fixes PR5599.Rafael Espindola
2010-05-30Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64.Daniel Dunbar
2010-05-28Roll back r104941.John McCall
2010-05-28Add a new attribute on records, __attribute__((adl_invisible)), and defineJohn McCall
2010-05-27Darwin/ARM seems to support mac68k align as well.Daniel Dunbar
2010-05-27Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin.Daniel Dunbar
2010-05-21don't make _Bool be a keyword in -fms-extensions mode, patch byChris Lattner
2010-05-13Update the types for warning option subgroup arrays to 'short', we have moreChandler Carruth
2010-05-07clean up isBeforeInTranslationUnit by factoring out some commonChris Lattner
2010-05-07reimplement the guts of SourceManager::isBeforeInTranslationUnitChris Lattner
2010-05-07start using the caching now that it appears to work!Chris Lattner
2010-05-07reimplement the caching in the SourceManager::isBeforeInTranslationUnit()Chris Lattner
2010-05-06Basic: Update getClangRepositoryPath for my change to integration branch layout.Daniel Dunbar
2010-05-06Workaround a really serious caching bug in SourceManager::isBeforeInTranslati...Ted Kremenek
2010-05-04When -fdiagnostics-print-source-range-info is specified,Chris Lattner
2010-05-04add the ability to associate 'category' names with diagnosticsChris Lattner
2010-04-23david conrad points out that {|} in inline assembly on arm are not asmChris Lattner
2010-04-22another tweak for haiku support, patch by Paul Davey!Chris Lattner
2010-04-22ARM/APCS: Don't respect bit-field types when laying out structures.Daniel Dunbar
2010-04-21Sink the _GNU_SOURCE definition down into the target configuration,Douglas Gregor
2010-04-20change FullSourceLoc to have a *const* SourceManager&, eliminatingChris Lattner
2010-04-20push some source location information down through the compiler,Chris Lattner
2010-04-20enhance sourcemgr to detect various UTF BOM's and emit a fatal errorChris Lattner
2010-04-20Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor
2010-04-17Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth
2010-04-15clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes.Daniel Dunbar
2010-04-15Tweak spelling (Bitfield -> BitField)Daniel Dunbar
2010-04-15Add TargetInfo::useBitfieldTypeAlignment().Daniel Dunbar
2010-04-14Once we've emitted a fatal diagnostic, keep counting errors but with aDouglas Gregor
2010-04-12fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic Chris Lattner
2010-04-12Fix null dereference in 'WriteSourceLocation' when the FileEntry is null.Ted Kremenek
2010-04-11add haiku support, patch by Paul Davey!Chris Lattner
2010-04-10Disable diag::err_file_modified on Win32 completely, until someone cares to fixDaniel Dunbar
2010-04-09On Windows, disable the modification-time check for files used inDouglas Gregor
2010-04-07add clang -cc1 level support for "-ferror-limit 42"Chris Lattner
2010-04-07add capabilities to stop emitting errors after some limit.Chris Lattner
2010-04-07Instead of counting totally diagnostics, split the count into a countChris Lattner