aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic
AgeCommit message (Expand)Author
2013-04-16Parser support for #pragma clang __debug capturedTareq A. Siraj
2013-04-16Fix PR4296: Add parser detection/error recovery for nested functions, from Se...Douglas Gregor
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-15Use llvm::sys::IsBigEndianHost.Rafael Espindola
2013-04-14Diagnose if a __thread or _Thread_local variable has a non-constant initializerRichard Smith
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-13Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...Argyrios Kyrtzidis
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2013-04-10Improve the diagnostics of the number-reading preprocessor directives.Michael Ilseman
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-04-08<rdar://problem/13559825> Further reduce template instantiation depth down to...Douglas Gregor
2013-04-08Fix PR15634, better error message for template deduction failure.Richard Trieu
2013-04-08<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor
2013-04-05When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-04-04Revert 178811 until I fix the unit tests.Tanya Lattner
2013-04-04Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-04-04Make the ObjC attributes diagnostics a bit more informative.Nico Weber
2013-04-03Complain about attempts to befriend declarations via a usingJohn McCall
2013-04-03Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber
2013-04-02Add -Wstatic-local-in-inline, which warns about using a static localJohn McCall
2013-04-01PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith
2013-03-31Fix typo. This method isn't used anywhere.Benjamin Kramer
2013-03-29Sema: Warn on sizeof on binary ops on decayed arrays.Benjamin Kramer
2013-03-29Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao
2013-03-29Add XTEST intrinsic defined in TSX extensionMichael Liao
2013-03-29Revert r178273 as it broke the Linux bootstrap due to false positivesTimur Iskhodzhanov
2013-03-28Implemented a warning when an input several bitwise operations areSam Panzer
2013-03-28Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith
2013-03-27Fixes a typo in my last patch.Fariborz Jahanian
2013-03-27Objective-C: Issue more precise warning when userFariborz Jahanian
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-03-27Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos
2013-03-27Remove IdentifierInfo::setHadMacroDefinition()Argyrios Kyrtzidis
2013-03-27If we're unable to create the TargetMachine, then just quit producing theChad Rosier
2013-03-27Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek
2013-03-26Remove useGlobalsForAutomaticVariables.Rafael Espindola
2013-03-26[ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner
2013-03-26Fix a crasher by reporting a fatal error if we're unable to create the targetChad Rosier
2013-03-25Fix layering violation harder.Matt Beaumont-Gay
2013-03-25Emit an error message instead of crashing when dereferencing an incomplete po...Bill Wendling
2013-03-24Reject -no-integrated-as on windows.Rafael Espindola
2013-03-24Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-03-22Warn about attempts to reinterpret_cast between two types that areJohn McCall
2013-03-21Fix a typo.Bob Wilson
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-03-20<rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor
2013-03-19Objective-C [qoi]: Provide improved parse diagnostics whenFariborz Jahanian