summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23101-316/+322
* Reenable -cxx-isystem for Objective C++, until I come up with a better solutionBenjamin Kramer2011-09-231-1/+1
* Don't finalize checking of base and member initializers for aDouglas Gregor2011-09-221-1/+1
* [microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not re...Francois Pichet2011-09-221-19/+38
* Add support for CPATH and friends.Benjamin Kramer2011-09-223-63/+84
* Do manual binary search for preprocessing entities because their end locationsArgyrios Kyrtzidis2011-09-222-8/+45
* Don't remove filters.Bill Wendling2011-09-221-7/+3
* Only trigger the initialize-an-array-via-elementwise-copy/move codeDouglas Gregor2011-09-222-3/+5
* Don't use TemplateArgumentListInfo inside AST nodes because it may leak.Argyrios Kyrtzidis2011-09-227-64/+93
* Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis2011-09-225-27/+27
* ST->scanReachableSymbols() is creating a SubRegionMap (SRM) on every call sin...Anna Zaks2011-09-222-31/+4
* PTX: Clean up target options codeJustin Holewinski2011-09-221-79/+27
* Fix the ASTImporter's lookup for anonymous structs/unions that get aDouglas Gregor2011-09-221-2/+2
* Don't allow template argument deduction to deduce a placeholder type,Douglas Gregor2011-09-221-0/+4
* Explicitly-defaulted copy/move constructors are not "implicit", butDouglas Gregor2011-09-221-2/+1
* In OpenCL, conversions between different vector types are disallowedTobias Grosser2011-09-221-1/+5
* ArrayRef-ifying the fields passed to Sema::ActOnFieldsDavid Blaikie2011-09-225-15/+15
* ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa...David Blaikie2011-09-224-30/+22
* ArrayRef-ifying MacroArgs::create's arguments argument.David Blaikie2011-09-223-16/+19
* Simplify the last character check.David Blaikie2011-09-221-1/+1
* In the OpenCL mode, the AltiVec mode must be off and checks must be strictTobias Grosser2011-09-212-3/+4
* ArrayRef-ifying Function/BlockDecl's setParamsDavid Blaikie2011-09-2110-30/+29
* More MSVC9 unbreaking.Benjamin Kramer2011-09-211-2/+8
* Diagnose attempts to write a templated data member, from StepanDouglas Gregor2011-09-211-3/+25
* Enforce access control for conversion operators used in contextualJohn McCall2011-09-213-8/+8
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-213-2/+82
* [microsoft] Move missing typename warning from -fms-extensions to -fms-compat...Francois Pichet2011-09-211-2/+2
* Fix MSVC9 build by providing a full comparator object to lower_bound.Benjamin Kramer2011-09-211-2/+8
* Change:Richard Trieu2011-09-211-1/+1
* Change "ivar" to true for a boolean function argument. Since string literals...Richard Trieu2011-09-211-2/+3
* Add case labels for Mips64 architectures.Akira Hatanaka2011-09-211-0/+2
* [analyzer] Fix a bug where PathDiagnosticLocation did not generate a valid ra...Anna Zaks2011-09-211-6/+9
* [ARC] Allow forming 'id*' in an unevaluated context. Fixes rdar://10148540.Argyrios Kyrtzidis2011-09-201-0/+5
* [PCH] Don't store the source range for each preprocessed entity sinceArgyrios Kyrtzidis2011-09-202-27/+15
* [PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntityArgyrios Kyrtzidis2011-09-202-97/+94
* [libclang] When pointing at a macro expansion inside a macro argument,Argyrios Kyrtzidis2011-09-201-3/+3
* [analyzer] Refactor PathDiagnosticLocation: Remove SourceRange member from Pa...Anna Zaks2011-09-201-8/+5
* [analyzer] Remove dead code. (This code is trying to implement the idea that ...Anna Zaks2011-09-201-37/+0
* In SourceManager::translateLineCol, handle the case where we are pointingArgyrios Kyrtzidis2011-09-201-4/+9
* The location of the name in MacroDefinition is the beginning of its range,Argyrios Kyrtzidis2011-09-203-5/+1
* Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...Francois Pichet2011-09-201-1/+1
* For i386 kext fallback to llvm-gcc, search paths for several Darwin versions.Bob Wilson2011-09-202-5/+14
* [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks2011-09-2015-77/+166
* [analyzer] Refactor PathDiagnosticLocation: Use the pre-computed Range and Lo...Anna Zaks2011-09-201-16/+3
* [driver] Default to arm mode when using the integrated assembler.Chad Rosier2011-09-204-11/+21
* Fix a problem in digraph handling where "[:" might be treated as "<::" andRichard Trieu2011-09-201-1/+1
* Define Mips64 TargetInfo classes.Akira Hatanaka2011-09-201-0/+144
* Clean up TargetInfo class hierarchy. Define a base class from which TargetInfosAkira Hatanaka2011-09-201-126/+122
* Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of theAkira Hatanaka2011-09-201-0/+4
* [analyzer] Refactor PathDiagnosticLocation: Use PointerUnion of LocationConte...Anna Zaks2011-09-201-9/+16
OpenPOWER on IntegriCloud