index
:
clang/clang.git
release_50-based
release_60-based
release_70-based
release_80-based
upstream/google/stable
upstream/google/testing
upstream/master
upstream/release_26
upstream/release_27
upstream/release_28
upstream/release_29
upstream/release_30
upstream/release_31
upstream/release_32
upstream/release_33
upstream/release_34
upstream/release_35
upstream/release_35@215011
upstream/release_36
upstream/release_37
upstream/release_38
upstream/release_39
upstream/release_40
upstream/release_50
upstream/release_60
upstream/release_70
upstream/release_80
upstream/release_90
wip/pending-upstream
(deprecated) Vendor branches of https://git.llvm.org/git/clang.git , use clang/llvm-project instead.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
CompilerInvocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Don't display implementation checkers under -analyzer-checker-help...
Kristof Umann
2019-05-01
1
-0
/
+1
*
[analyzer][NFC] Reimplement checker options
Kristof Umann
2019-04-19
1
-1
/
+1
*
[C++20] Implement context-sensitive header-name lexing and pp-import parsing ...
Richard Smith
2019-04-11
1
-2
/
+7
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-3
/
+3
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
1
-0
/
+1
*
Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+5
*
Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-5
/
+0
*
[Remarks] Add -foptimization-record-passes to filter remark emission
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+5
*
[PGO] Clang part of change for context-sensitive PGO (part1)
Rong Xu
2019-03-04
1
-3
/
+7
*
[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...
Pierre Gousseau
2019-03-01
1
-1
/
+1
*
revert r354873 as this breaks lldb builds.
Pierre Gousseau
2019-02-26
1
-1
/
+1
*
[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...
Pierre Gousseau
2019-02-26
1
-1
/
+1
*
[SYCL] Add clang front-end option to enable SYCL device compilation flow.
Alexey Bader
2019-02-25
1
-0
/
+2
*
Enable coroutines under -std=c++2a.
Richard Smith
2019-02-23
1
-1
/
+1
*
[OPENMP][NVPTX]Use faster teams reduction algorithm.
Alexey Bataev
2019-02-20
1
-0
/
+3
*
[ARM] Add pre-defined macros for ROPI and RWPI
Oliver Stannard
2019-02-18
1
-0
/
+2
*
[OPENMP]Delay emission of the error messages for the exceptions.
Alexey Bataev
2019-02-08
1
-1
/
+0
*
Revert "[OPENMP]Initial support for the delayed diagnostics."
Alexey Bataev
2019-02-08
1
-0
/
+1
*
[OPENMP]Initial support for the delayed diagnostics.
Alexey Bataev
2019-02-08
1
-1
/
+0
*
[NewPM] Add support for new-PM plugins to clang
Philip Pfaffe
2019-02-02
1
-0
/
+2
*
Make clang/test/Index/pch-from-libclang.c pass in more places
Nico Weber
2019-01-31
1
-12
/
+2
*
Add -fapply-global-visibility-to-externs for -cc1
Scott Linder
2019-01-28
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LTO] Add option to enable LTOUnit splitting, and disable unless needed
Teresa Johnson
2019-01-11
1
-0
/
+1
*
[OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...
Gheorghe-Teodor Bercea
2019-01-09
1
-0
/
+5
*
Move -add-plugin validation after -load was executed.
Nico Weber
2019-01-05
1
-14
/
+1
*
hwasan: Implement lazy thread initialization for the interceptor ABI.
Peter Collingbourne
2019-01-04
1
-0
/
+2
*
Validate -add-plugin arguments.
Nico Weber
2019-01-03
1
-1
/
+15
*
Automatic variable initialization
JF Bastien
2018-12-18
1
-0
/
+13
*
[darwin] parse the SDK settings from SDKSettings.json if it exists and
Alex Lorenz
2018-12-17
1
-0
/
+8
*
Implement -frecord-command-line (-frecord-gcc-switches)
Scott Linder
2018-12-14
1
-0
/
+1
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-3
/
+3
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2018-12-08
1
-0
/
+4
*
[frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...
Alex Lorenz
2018-12-06
1
-1
/
+7
*
[asan] Add clang flag -fsanitize-address-use-odr-indicator
Vitaly Buka
2018-12-05
1
-0
/
+5
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-8
/
+0
*
[Sema] Provide -fvisibility-global-new-delete-hidden option
Petr Hosek
2018-12-04
1
-0
/
+3
*
[Analyzer] Actually check for -model-path being a directory
Ilya Biryukov
2018-12-03
1
-5
/
+6
*
[analyzer] Emit an error for invalid -analyzer-config inputs
Kristof Umann
2018-11-30
1
-16
/
+63
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-0
/
+63
*
[-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.
Adrian Prantl
2018-11-29
1
-0
/
+6
*
[NFC] Replace magic numbers with CodeGenOpt enums
Sam Parker
2018-11-26
1
-6
/
+6
*
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...
Calixte Denizet
2018-11-17
1
-0
/
+4
*
Sink BuryPointer from Clang into LLVM for reuse there
David Blaikie
2018-11-17
1
-15
/
+0
*
[codeview] Expose -gcodeview-ghash for global type hashing
Reid Kleckner
2018-11-16
1
-0
/
+1
*
[c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.
Richard Smith
2018-11-14
1
-1
/
+1
*
[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...
George Rimar
2018-11-14
1
-1
/
+17
*
DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.
David Blaikie
2018-11-13
1
-0
/
+1
*
Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...
Calixte Denizet
2018-11-12
1
-4
/
+0
[next]