aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend
AgeCommit message (Expand)AuthorFilesLines
2022-08-12[clang] Require strict matches for defines for PCH in GCC style directoriesMartin Storsjö1-1/+1
2022-07-27[clang][AIX] Add option to control quadword lock free atomics ABI on AIXKai Luo1-0/+6
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko1-2/+1
2022-07-21[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinRyan Prichard1-6/+4
2022-07-21[clang] Add -fdiagnostics-format=sarif option for future SARIF outputAbraham Corea Diaz1-0/+2
2022-07-15Use value_or (NFC)Kazu Hirata1-9/+2
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-4/+4
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-4/+4
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata3-6/+6
2022-07-13[lldb] Add image dump pcm-info commandDave Lee1-1/+2
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-4/+4
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-4/+4
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers1-0/+24
2022-07-07[clang] Cleanup ASTContext before output files in crash recovery for modulesBen Langmuir2-5/+13
2022-07-05[HLSL] Add ExternalSemaSource & vector aliasChris Bieneman1-0/+8
2022-07-01[Lex] Introduce `PPCallbacks::LexedFileChanged()` preprocessor callbackArgyrios Kyrtzidis1-15/+14
2022-06-29[Clang] Rename StringLiteral::isAscii() => isOrdinary() [NFC]Corentin Jabot2-2/+2
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata2-6/+6
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata3-12/+12
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata3-12/+12
2022-06-24Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info"David Blaikie1-0/+16
2022-06-23DebugInfo: Fully integrate ctor type homing into 'limited' debug infoDavid Blaikie1-16/+0
2022-06-22Fix interaction of pragma FENV_ACCESS with other pragmasSerge Pavlov1-4/+4
2022-06-20[clang] Don't use Optional::getValue (NFC)Kazu Hirata2-3/+2
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata2-7/+8
2022-06-18Prefer `getCurrentFileOrBufferName` in `FrontendAction::EndSourceFile`Yuki Okushi1-1/+1
2022-06-17Revert "wip"Chris Bieneman1-8/+0
2022-06-17wipChris Bieneman1-0/+8
2022-06-14[analyzer][NFC] Replace getLastArg with hasArg when applicableBalazs Benics1-2/+2
2022-06-14Reland "[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' ...Balazs Benics1-0/+4
2022-06-14[analyzer][NFC] Inline AnalyzerOptions::getUserMode()Balazs Benics1-13/+10
2022-06-14Reland "[analyzer] Deprecate `-analyzer-store region` flag"Balazs Benics1-26/+3
2022-06-13[clang][driver] Introduce new -fdriver-only flagJan Svoboda1-0/+3
2022-06-11Use getValueOr (NFC)Kazu Hirata1-1/+1
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber1-7/+26
2022-06-10[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' cc1 flagBalazs Benics1-0/+4
2022-06-10[analyzer] Deprecate `-analyzer-store region` flagBalazs Benics1-26/+3
2022-06-08Add a parameter to LoadFromASTFile that accepts a file system and defaults to...Andy Soffer1-3/+2
2022-06-07[clang] Remove some `U+C2AD`s in `__cpp_multidimensional_subscript`Yuki Okushi1-1/+1
2022-06-04Use llvm::less_first (NFC)Kazu Hirata1-5/+1
2022-05-31[HLSL] Enable vector types for hlsl.Xiang Li2-0/+8
2022-05-30Revert "[HLSL] Enable vector types for hlsl."Nico Weber2-8/+0
2022-05-30[HLSL] Enable vector types for hlsl.Xiang Li2-0/+8
2022-05-28[CompilerInstance] Fix weird condition on `createCodeCompletionConsumer`Yuki Okushi1-7/+4
2022-05-27Revert "[llvm][clang][bolt][NFC] Use llvm::less_first() when applicable"Balazs Benics1-1/+5
2022-05-27[llvm][clang][bolt][NFC] Use llvm::less_first() when applicableBalazs Benics1-5/+1
2022-05-26[Tooling/DependencyScanning & Preprocessor] Refactor dependency scanning to p...Argyrios Kyrtzidis1-3/+4
2022-05-26[Tooling/DependencyScanning] Rename refactorings towards transitioning depend...Argyrios Kyrtzidis1-4/+4
2022-05-25Move GCC-compatible pod-packing change to v15/old behavior available at v14 a...David Blaikie1-4/+0
2022-05-11[clang] Add the flag -ffile-reproducibleAlan Zhao1-0/+11